VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: massimorigoni on July 19, 2012, 20:38:18 PM

Title: option=com_virtuemart&view=media server error
Post by: massimorigoni on July 19, 2012, 20:38:18 PM
Hi
I have updated the vm version right now I have the version 2.0.8e
All is ok but when i try to go in the media menu i got an error
http://bordinracing.it/administrator/index.php?option=com_virtuemart&view=media Errore HTTP 500 (Internal Server Error)
Some suggestions?
P.S. sorry for my orrible english  :-X
Title: Re: option=com_virtuemart&view=media server error
Post by: jenkinhill on July 19, 2012, 23:44:56 PM
Check the server error log for the cause of the 500
Title: Re: option=com_virtuemart&view=media server error
Post by: massimorigoni on July 20, 2012, 07:40:30 AM
The error log report this:
[Fri Jul 20 07:38:42 2012] [error] [client 80.116.107.8] PHP Fatal error:  Allowed memory size of 50331648 bytes exhausted (tried to allocate 19712 bytes) in /home/utb4r7h4/domains/bordinracing.it/public_html/administrator/components/com_virtuemart/helpers/img2thumb.php on line 132, referer: http://bordinracing.it/administrator/index.php?option=com_virtuemart&view=user&task=editshop
Thanks
Title: Re: option=com_virtuemart&view=media server error
Post by: jenkinhill on July 20, 2012, 11:47:17 AM
You must have some very large image files which are too big to be processed within your server php memory limit. Either use smaller image files (preferable) or increase memory_limit in your server's php.ini
Title: Re: option=com_virtuemart&view=media server error
Post by: massimorigoni on July 21, 2012, 14:38:31 PM
Many Many thanks!!!