php.ini file not updating
Posted: Tue Feb 10, 2015 7:43 pm
https://www.yournewdevsite.com/mli/
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3072 bytes)
https://www.yournewdevsite.com/phpinfo.php
memory_limit 32M
Edit Loaded Configuration File /etc/php5/apache2/php.ini to 256MB (from 128MB(
sudo service apache2 restart
After restart the memory_limit is still at 32M, it never reflects the 128M the ini file has in the first place.
Each WordPress installation already has the memory defined in the wp-config.php file define( 'WP_MEMORY_LIMIT', '96M' );I have also tried to put into htaccess. php_value memory_limit 64M
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3072 bytes)
https://www.yournewdevsite.com/phpinfo.php
memory_limit 32M
Edit Loaded Configuration File /etc/php5/apache2/php.ini to 256MB (from 128MB(
sudo service apache2 restart
After restart the memory_limit is still at 32M, it never reflects the 128M the ini file has in the first place.
Each WordPress installation already has the memory defined in the wp-config.php file define( 'WP_MEMORY_LIMIT', '96M' );I have also tried to put into htaccess. php_value memory_limit 64M