VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Forstreuter on September 22, 2012, 17:26:11 PM

Title: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: Forstreuter on September 22, 2012, 17:26:11 PM
http://i-dee-cadeau.com/administrator/index.php?option=com_virtuemart&view=paymentmethod&task=edit&cid[]=1
Fatal error: Out of memory (allocated 13893632) (tried to allocate 63 bytes) in /home/ideeccbm/www.i-dee-cadeau.com/libraries/joomla/language/language.php on line 797
PHP erstellt für    Linux eutelnet02.virtualhosts.de 2.6.32-042stab059.7 #1 SMP Tue Jul 24 19:12:01 MSK 2012 x86_64
Datenbankversion    5.1.63
Datenbankzeichensatz    utf8_general_ci
PHP-Version    5.2.17
Webserver    Apache/2.2.22
PHP-Interface für den Webserver    cgi
Joomla!-Version    Joomla! 2.5.7 Stable [ Ember ] 13-September-2012 14:00 GMT
Joomla!-Plattform-Version    Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
Browsererkennung    Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20100101 Firefox/15.0.1 AlexaToolbar/alxf-2.15
Virtuemart : 2.0.10
For PHP Info: http://i-dee-cadeau.com/phpinfo.php (http://i-dee-cadeau.com/phpinfo.php)



Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: bytelord on September 22, 2012, 17:56:41 PM
Hello,

Consider to upgrade your PHP to version 5.3.x

Also increase PHP's memory limit from 16 Mb to 32 Mb.

If you have access to php.ini, find memory_limit and change the value to 32M

If you don't have access to php.ini, then edit your .htaccess file in your Joomla website root folder by adding the following line:

php_value memory_limit 32M

Regards
Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.11
Post by: Forstreuter on September 23, 2012, 17:58:40 PM
The memory limit is : memory_limit = 128M
Now VM 2.0.11 with the same result.

For a other domain I install on Joomla 2.5.4 and VM 2.0.8. Some Template, nearly the some other moduls, some Server, NOT this Problem.
May be a updateproblem?
Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: Milbo on September 23, 2012, 21:19:31 PM
How many child does your product have? Is it using a dynamic variant?
Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: Forstreuter on September 24, 2012, 14:33:22 PM
Hello,
not one product.
Just I only install VM and try to config the shop. During the creation of a paymentmethod : New ok, Input ok, Save error. The entry is create but if you click on it you get the same error.
Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: Forstreuter on September 25, 2012, 16:46:38 PM
Status:
If I make a new Joomla installation with new database and new VM on PHP 5.3. I had a lot of errors.
Than I try to install Joomla 2.5.4 and VM 2.0.6 than I can create paymentterms without errors.
Than I make update for Joomla to 2.5.7 and VM 2.0.10 on PHP 5.2.17  : NO ERRORS.

So problem solved. But why ? I don´t know.
Title: Re: Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10
Post by: Forstreuter on September 25, 2012, 16:50:48 PM
Quote from: Forstreuter on September 25, 2012, 16:46:38 PM
Status:
If I make a new Joomla installation with new database and new VM on PHP 5.3. I had a lot of errors.
Than I try to install Joomla 2.5.4 and VM 2.0.6 than I can create paymentterms without errors.
Than I make update for Joomla to 2.5.7 and VM 2.0.10 on PHP 5.2.17  : NO ERRORS.

So problem solved. But why ? I don´t know.