|
Attention: Last reply in this thread was more than 15 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
permissions error on upload
Brand new installation of VB3.6.12, no products, no addons, etc
Installed photoplog underneath forums directory forum is in /var/www/html/vb368 photoplog is in /var/www/html/vb368/photoplog link to photoplog is: http://173.74.246.29/vb368/photoplog photoplog config has: // define('PHOTOPLOG_FWD','/full/path/to/forum'); define('PHOTOPLOG_FWD','/var/www/html/vb368'); Any attempt by me (admin with all rights ON) to upload any file of any size results in: ------------- Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. ----------------- and the link to "inform the admninsitrator" is: http://173.74.246.29/vb368/photoplog/sendmessage.php which is obvioulsy wrong tried cookies at default "/" and tried cookies at "/vb368/" Any advice or should I just go suck an egg?? . Last edited by pattycake; 02-28-2009 at 09:08 PM.. |
#2
|
|||
|
|||
Ok, after a bazillion "ECHO" statements planted throughout photoplog and vb, I am getting closer... or at least I'm close to the problem - it's a cookie problem in vb's init.php:
Code:
Content visible to registered users only. define('CSRF_PROTECTION',true); sooooo... besides turning it off, what do I need to add to make the lite version work??? . . Last edited by pattycake; 03-01-2009 at 02:11 AM.. |
#3
|
||||
|
||||
> Your submission could not be processed because a security token was missing or mismatched.
That sounds like vB 3.6.12 now makes use of security tokens, so try the vB 3.7 product-photoplog.xml file instead of the vB 3.6 one.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|