Support Forum
Hello,
I get the following error when uploading files larger than 5mb with the file upload plugin from simple:press. Anything under 5mb uploads fine.
'null' is not an object
469408.jpg: Error 999 - Unknown server error (check image size - may be exhausting memory)
I have the limitations set to unlimited.
Please Advise.
Image upload constraints:Size (bytes): unlimited Width (pixels): unlimited Height (pixels):
You may be trying to upload a filesize greater than your server settings allow.
If you go to Forum Admin >
It sounds like it's set at 5mb.
Sure looks like you have a large enough max size. 190mb.
I can only guess at a couple of things you can check but Mr. Papa or YellowSwordfish will be around soon and maybe they have some ideas also.
You could check your WP max memory size. You can do this by opening your wp-config.php which is located in the root WordPress directory. Then check for the following line inside the main php tag:
define('WP_MEMORY_LIMIT', 'xxM');
Change the limit to something like 64M or even 128M. Your php.ini file also has a memory limit setting. Typically it's 128M but would be worth checking.
It is worth noting that the difference between uploading a video and uploading an image file is that the latter requires a thumbnail to be generated. PHP is notoriously memory hungry when it comes to such graphic intensive processing and when starting with a file size of 5MB then not only is that going to require a very large amount of free memory but it is also going to requires a fair bit of processing time!
Without wanting to be critical I would question the decision to allow such large image files to be uploaded. You always have to bear in mind that every time someone opens the topic to read it that file will be downloaded to their browser which will take time - and your users with slower connections may get impatient waiting! Such file sizes can also very quickly eat up your hosting server bandwidth allowance should you have one but more so - the bandwidth allowance of your users who may be put off from coming back for subsequent visits. At least this is worth thinking about...
YELLOW
SWORDFISH
|
1 Guest(s)