Fatal error: language.php on line 797, paymentmethod Joomla 2.5.7 VM 2.0.10

Started by Forstreuter, September 22, 2012, 17:26:11 PM

Previous topic - Next topic

Forstreuter

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




bytelord

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
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!

Forstreuter

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?

Milbo

How many child does your product have? Is it using a dynamic variant?
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Forstreuter

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.

Forstreuter

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.

Forstreuter

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.