News:

Looking for documentation? Take a look on our wiki

Main Menu

VM - Fatal error: language.php on line 797

Started by mikr23, November 14, 2012, 18:08:50 PM

Previous topic - Next topic

mikr23

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

mikr23

Thank you.
I can not edit php.ini.
67M to send orders? That's a lot. What could be the reason?

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

jenkinhill

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).
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

foreignbreed

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.