Topic: Post new topic fails

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.

web-based file manager : http://www.ajaxbrowser.net/

Re: Post new topic fails

Could you give the link to your Forum, please?

3 (edited by edouard_lopez 2009-11-16 14:23)

Re: Post new topic fails

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

web-based file manager : http://www.ajaxbrowser.net/

Re: Post new topic fails

I registered at your forum, same problem for me. Have you any extensions installed, except official extensions?

Re: Post new topic fails

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

web-based file manager : http://www.ajaxbrowser.net/

Re: Post new topic fails

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.

web-based file manager : http://www.ajaxbrowser.net/

Re: Post new topic fails

What changes did you make to integrate the PunBB forum in your site?

8

Re: Post new topic fails

just install it on a different hosting , may resolve it.

9

Re: Post new topic fails

There might be a 'post' restriction in your server. Adding

RewriteEngine On
SecFilterSelective "REQUEST_URI" "http://www.ajaxbrowser.net/forum/post.php" "allow,nolog"

in your htaccess may solve it.