MyBB Community Forums

Full Version: Attachment Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We have noticed that for some files, JPGs we are getting a blank page when trying to add attachments under the newreply.php file. There is a $_GET variable of processed=1 being displayed on the url.

I have done the following:
  • Checked Upload Size
  • Checked PHP Max Upload Size
  • Disabled all Plugins
  • Renaming the file
  • Changing the Max Attachment Size for the file extension

To note on the max file size for attachment as configured in the MyBB AdminCP if I reduce the size to that below that of the file I receive the expected error message displayed.

Thanks in Advance for any help in troubleshooting.

Attached is a file that is experiencing the issue.

My forum is located at www.unycosplay.com

Can you check your server logs (apache and php) for any errors they may have?
I'm not seeing any errors in the Apache server logs and I'm not sure where or if I can get PHP logging turned on for the site. I did enable the error logging in MyBB and tested and it did not appear to generate a log or email with the error.
The error logging for php has to be enabled from php.ini

Also, can you list your plugins please? It might be a plugin you have that might be interfering.