MyBB Community Forums

Full Version: 403 error when posting more than 3 links.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi Team,

Encountered this error on my new forum.
The forum is only about a week old.

I have disabled all plugins, total of 5.

When i post this:
[url=http://www.google.com.au]1[/url]
[url=http://www.google.com.au]2[/url]
[url=http://www.google.com.au]3[/url]
[url=http://www.google.com.au]4[/url]

I get this error
Forbidden

You don't have permission to access /newreply.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

If i do just three it works fine.

Any suggestions are appreciated. I have googled the issue with no luck.
i found this thread - http://community.mybb.com/thread-94650.html however it did not solve my issue.

Cheers
Tristian
URL and test account?
www.hyperspacezoo.com

user: cittristest
pass: qwerty
ACP >> Tools & Maintenance >> File Verification >> Yes

Do any files show up in red there?
Hi Alan,

No, they all show as missing
No files are listed in red?

To rule out plugins as a cause of this issue, please try the following:

If you are using MyBB v1.6.4 and newer:
Go to AdminCP >> Configuration >> General configuration >> Disable all plugins >> YES


For all other versions older than MyBB v1.6.4:
In ./inc/init.php, find the code:
define("TIME_NOW", time());

After this code, add this:
define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.

This will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.
Hi Alan,

It still does it will all plugins diabled.

I currently have them all disabled if you would like to test.

This is what i get with file verification
[Image: 20120110130050.th.jpg]

Uploaded with ImageShack.us
Weird, can you post Admin and FTP login details in the Private Inquiries forum so a staff member can take a look?
Done and done


thanks Alan
just bumping this up

thanks everyone
Pages: 1 2 3