I really need help with this i have been trying for ages to get it working. When i upload an image to plogger it works fine so then i log into my admin go to the import section and the image is there so all working so far. But then i try upload that image an i get this error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 67108865 bytes) in /home/a7861640/public_html/plogger/lib/exifer1_5/makers/olympus.php on line 155
I know it isnt the file size because i have taken one down to 17.2 kb which is very small
It's trying to allocate 64MB but your only allowed 32MB.. This isn't for the image, it's for all the temporary processed images too... I've never run into this problem, But you could try fixing it by increasing the memory limit in php.ini set to higher than 64 and see if it works? If your on shared hosting, I'd speak to your host.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 67108865 bytes) in /home/a7861640/public_html/plogger/lib/exifer1_5/makers/olympus.php on line 155
This is a problem that has been brought up before regarding the exifer1_5 lib that Plogger 1.0b3 uses in TRAC ticket #182. The latest SVN version has been updated to use the latest exifer lib (1.7) to resolve this issue.
@ i-CONICA - Changing the php.ini file is not going to fix this problem as it's not a memory problem with the server, but caused by the olympus.php code in the exifer lib.