Language error ?

Hello,

I have installed now a new language and if I set this language and I go then to "My account"(member.php) I get this error:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 4864 bytes) in /var/www/web3/html/newrt/inc/classes/BxDolProfile.php on line 149

but if I set the language "en" its works...

and if I go to member.php?lang=ru its work too

need help

Quote · 30 Mar 2009

There are 3 methods to solve your problem (use only one method - the third is the best if you don't have access to php.ini on the server):

Add the following line to the php.ini if you have access to it:

memory_limit = 16M

Add the following line to "BxDolProfile.php" file:

ini_set('memory_limit', '16M');

Add the following line to the .htaccess file in the Dolphin root folder:

php_value memory_limit 16M

edit: I see you already have 16 mb memory limit, is weird but you can use a bigger value anyway.. like 24M or 32M, but be careful a bigger value can slow down the entire server or even make it crash.. and you don't want that :)

Quote · 30 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.