MyBB Community Forums

Full Version: Internal error attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Get internal error if the attachment is bigger than set max size. No error number, just the message internal error (and some more text, contact admin and so on). 

If adding attachment within set size (max size) everything is working fine.

Hope anyone can give me a fix for this Smile
bump!
Could you screenshot the error message or tell me if it's a PHP error (post_max_size or similar) or if it looks like it's due to the MyBB setting?
[attachment=35572]

This is the message whe trying to upload a bigger picture then max size (set to 1 mb)
bump!
What does it say in the server error log?
The only thing I could find in error.log that I think can have something to with attachments is

<error>
	<dateline>1420325662</dateline>
	<script>attachment.php</script>
	<line>132</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>fread() expects parameter 1 to be resource, boolean given</message>
</error>
But last change on error.log seems to be september 9, and this problem is still here today. Normally I did get an error message, like, the attachment you are trying to upload is bigger then 1mb, please use a smaller attachment and try again (well something like that) Now just the msg shown for a couple of post ago.

If you did mean a different log, plz tell me witch
Have you added any plugins which affects attachments?
Only using 2 plugins
Google SEO
Template Conditionals
And Bump Smile
Pages: 1 2