MyBB Community Forums

Full Version: 404 Not Found error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://puu.sh/9pdX7/e7fc9387fb.png

I seem to be getting this error when making a new thread/editing threads.
I can post normal text threads/reply, but not any with code in it. (I think)

Anyone know how to fix this?
What permissions do you have newthread.php and editpost.php?
I havent changed anything, so I would assume default.
Go to your FTP client and actually verify the file permissions are 644. If they aren't fix that first.
Kind of confused by what you mean. This code here?

if($forumpermissions['canview'] == 0 || $forumpermissions['canpostthreads'] == 0 || $mybb->user['suspendposting'] == 1)

Would you like FTP access? (If you're not busy)
I feel like that might be easier, as I don't want to break anything.
(2014-06-11, 08:31 PM)theawesomeadam Wrote: [ -> ]Kind of confused by what you mean. This code here?

if($forumpermissions['canview'] == 0 || $forumpermissions['canpostthreads'] == 0 || $mybb->user['suspendposting'] == 1)

Would you like FTP access? (If you're not busy)
I feel like that might be easier, as I don't want to break anything.

Assuming your on filezilla goto the files: newthread.php and editpost.php

Then right click on the file and you should see this: http://prntscr.com/3rwnka

Then make sure it has 644:
http://prntscr.com/3rwnyr
They were both set to 777, so I changed them to 644.

Still get the same error though, should I wait for it to load with CF first? (to update?)
(2014-06-12, 01:17 PM)Cafroline Wrote: [ -> ]as I don't want to break anything.[Image: 9.jpg]
[Image: 8.jpg]
[Image: 10.jpg]
[Image: 11.jpg]

Images don't show.