VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: mikr23 on November 14, 2012, 18:08:50 PM

Title: VM - Fatal error: language.php on line 797
Post by: mikr23 on November 14, 2012, 18:08:50 PM
Welcome. Met with the message "Fatal error: language.php on line 797"

payments relating to VM 2.0.14?
I put it on J2.5.7 and everything runs smoothly until payment.
On the www.ocean-urody.pl can check it out.
The whole message is:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 101 bytes) in/home/********/public_html/*******/libraries/joomla/language/language.php on line 797
Regards
PHP version 5.3.6
MySQL version 5.1.62-cll
Architecture x86_64
Linux operating system
Title: Re: VM - Fatal error: language.php on line 797
Post by: bytelord on November 14, 2012, 18:23:17 PM
Hi,

This is related to PHP (memory size), but did that plugin loads any huge data? like images? Your memory size breaks at 67mb... in any case use the following post to increase your PHP memory to 128mb.

http://forum.virtuemart.net/index.php?topic=109705.msg367406#msg367406

Regards
Title: Re: VM - Fatal error: language.php on line 797
Post by: mikr23 on November 14, 2012, 19:50:18 PM
Thank you.
I can not edit php.ini.
67M to send orders? That's a lot. What could be the reason?
Title: Re: VM - Fatal error: language.php on line 797
Post by: bytelord on November 14, 2012, 19:52:21 PM
I think you haven't read the total post i gave you.

If you cannot edit php.ini, edit your .htaccess and place the lines:

php_value max_execution_time 300
php_value memory_limit 128M
php_value upload_max_filesize 12M
Take a look over here also: http://wiki.opensource-excellence.com/index.php?title=Changing_PHP_configuration_setting

I am not sure from where it is cause, please use firebug to examine your site ...

Regards
Title: Re: VM - Fatal error: language.php on line 797
Post by: jenkinhill on November 14, 2012, 23:14:10 PM
Joomla 2.5 really does work best with a memory_limit of 128MB
From the error message it looks like a problem with the language file(s).
Title: Re: VM - Fatal error: language.php on line 797
Post by: foreignbreed on May 03, 2013, 22:41:54 PM
I had the same problem. I had multilanguage site with Falang component installed...
When I uninstalled it and disabled multi language plugin the error dissapeared.