hy all, I need help. I'm receive an big mail (4237 Kb) and open show message: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1314754 bytes) in /home/admispconfig/ispconfig/web/webmail/inc/class.uebimiau.php on line 621 In file, I'm not identify error. Thanks
Hy again, But in squirrelmail not show error, just in uebimiau ! The line to change in php.ini is memory_limit = 8M ? Thanks again
Attachments are encoded. Squirrel and uebimiau may use different encoding techniques (don't know, just guessing). Encoding almost always at least doubles the required memory, especisally during the composing phase of emails. Yes, upgrade memory_limit to 16M or 32M
Hy, I'm change to 16, 32 and 64. Restart with command: /etc/init.d/apache2 restart Nothing, continue same error... Some idea ? Thanks
Did you pick the right php.ini? You can search your server with Code: locate php.ini . Also, there is no .htaccess file in either your webdir or the uebimiau install directory? If you want to know which php.ini file is used, create a small program in your webroot: phpinfo.php. Contents of this file: Code: <?php // Show all information, defaults to INFO_ALL phpinfo(); ?> Remember to remove this file on a public server.
Hy, I'm change the files: /etc/php5/apache2/php.ini /etc/php5/cli/php.ini /root/ispconfig/php/php.ini In all files, upgrade for 64M and now OK. Thanks
As you apparently use the packages, changing /root/ispconfig/php/php.ini would be all you need to do. I could have said that earlier, I guess