php - Fatal Error While trying to open Joomla Redirect Component -
When I try to open my Joomla's redirection component I see this line: Fatal error : 67108864 acceptable memory size of bytes
Please help me!
> Thank you in advance!
It seems that you redirect to the table that contains the value limit You must also add a php.ini file to the root directory:
memory_limit = 512M
You can also try adding it to your .htaccess file: < / P>
php_value memory_limit 512M
Another method is to use your redirect table and clear it via phpmyadmin.
Comments
Post a Comment