You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
I just upgrade to the svn version r1453 but keep havint the error
Unable to confirm security token...
What should I check ? Could Apache or directories rights could trigger this error ? The forum is on my laptop so maybe I've some conflicting configurations.
regards.
Is there a particular method to upgrade to the svn version ? YOu talked about a 'maintenance mode' in the upgrade page. Plus what branches should I use ? (not really familiar with svn).
p.s.: the antispam update solve my issue, thanks !
Got those :
pun_admin_events
pun_antispam (updated to )
pun_bbcode
pun_poll
pun_repository
pun_admin_broadcast_email
pun_admin_manage_extensions_improved
pun_attachment
pun_pm
pun_quote
pun_tags
pun_move_posts
Slavok wrote:PHP constant doesn't need to be quoted, otherwise it will become a string.
They don't need but if you enable all error message you'll got a notice that could break a lot of code when prior to some cookie/session start. Otherwise, if you've
error_reporting = E_ALL & ~E_NOTICE
you won't have any problem.
Here is the website http://www.ajaxbrowser.net/forum/
BTW the project is web-based file manager, but we are still working on a revamp of the whole project
You don't quote the PHP constant which throw a PHP notice when php.ini
This could break a lot of your code, among them one about missing captcha image (tested) and maybe one about new post fails (just a guess)
thanks
I've installed the captcha extenstion but when I try to register the image is missing and I got the following alt message :
Captcha image. Turn pictures on to see it.
Where am I supposed to turn pictures on ? Did you min on as ON/OFF ?
I've php5-gd and php5-imagick installed, and extentions/ have drwxr-xr-x as rights
BTW, when I went to the the
extensions/pun_antispam/image.php
The file display a PHP notice due to a unquoted constant which trigger PHP warning and then broke the image.
Notice: Use of undefined constant SI_IMAGE_JPG - assumed 'SI_IMAGE_JPG' in /mnt/data/Server/n3ora/alban/ab/forum/extensions/pun_antispam/image.php on line 29
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/data/Server/n3ora/alban/ab/forum/extensions/pun_antispam/image.php:29) in /mnt/data/Server/n3ora/alban/ab/forum/extensions/pun_antispam/securimage.php on line 402
....
�PNG IHDR�-}8]^dIDATx��\Ѯ� ....
So basicly it's a bug.
thanks.
1) I'm admin of the forum and when I try to post a new topic in an empty forum I keep having the following message :
Warning! The following errors must be corrected before your message can be posted:
* Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you posted the form. Clicking "Submit" again should solve the problem.
I can't posted the new topic in the end so my forum is still empty.
2) Moreover when I do any admin task (add extension, change setting) I also get a message related to security token :
Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.
And this every time, even if I just log-in, so no time-out here.
Which kind of right do I need and on which folder to stop that annoying message to appears.
thanks.
Posts found: 8