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
Check the server error log for the cause of the 500
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
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
Many Many thanks!!!