Error when tring to download
hello, Anyone can help, please. I have windows 7 home_perm (64bit , SP1) operation. I was downloading , got this message. ** Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 163 bytes) in /usr/www/users/infoseci/intenseschool/L10Apps/L10HC_Admin.php on line 2308 ** how could I fix it? Tks
December 10th, 2011 12:47pm

Hi, This error means that the php memory_limit value is not sufficient for the php script. then You will need to increase the php memory_limit value until the message no longer appears. and to perform this refer to this link : http://forum.mamboserver.com/showthread.php?t=10152 Oussama Oueslati | System Engineer | vNext Consulting
Free Windows Admin Tool Kit Click here and download it now
December 11th, 2011 11:16am

hello, Anyone can help, please. I have windows 7 home_perm (64bit , SP1) operation. I was downloading , got this message. ** Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 163 bytes) in /usr/www/users/infoseci/intenseschool/L10Apps/L10HC_Admin.php on line 2308 ** how could I fix it? Tks 1. Try adding this line to your wp-config.php file: define('WP_MEMORY_LIMIT', '64M'); 2. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB) 3. If you don't have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M 4. Talk to your host. Regards, MCP MCTS MCITP
December 11th, 2011 3:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics