![]() |
Upgrade and settings The upgrade went fine from 4.82 to 4.86 but im still having problems with little thing popping up such as this Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 7676 bytes) in /home/virtual/site7/fst/var/www/html/programs/photopost/image-inc.php on line 81 Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 32 bytes) in /home/virtual/site7/fst/var/www/html/programs/vbulletin/includes/functions.php on line 479 I have adjusted my Upload Photo Options to these. I dunno if this is the culprit or not. I have searched this site for the correct setting and have not found any. below is what I have set my options too Thumbnail image max width and height in pixels 800 Max allowable image width in pixels 800 Max allowable image height in pixels 600 Trigger medium graphic height and width 400. Photo uploads increment user post count? YES Save and display medium and large images? NO Quality setting for resizing/thumbnails? 80 If photo upload width or height exceeds maximums, resize upload down to max dimensions? YES Display and extract EXIF information from images? NO What is this optimal settings for these, will these errors go away if I tweak this? |
Your php.ini would need to be modified to allow more php memory not an uncommon thing in file upload situations. You could in usergroup settings restrict filesize some or up your php memory. Here is a little tweak you can do to bulkupload.php to help although we can never put this in the distribution since it can override ones php settings negatively if say they have memory set to 32 or higher etc. in bulkupload.php find this ini_set("max_execution_time", 0); add below ini_set("memory_limit", "20M"); |
Thanks again for your Help. It worked like a charm.. |
| All times are GMT -5. The time now is 01:38 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0