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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -