Viewing 16 replies (of 16 total)
  • josesan77

    (@josesan77)

    Hi again!

    I found some solution at this site(s):
    wordpress.topic1

    https://www.kongtechnology.com/2008/01/10/allowed-memory-size-of-8388608-bytes-exhausted-and-wordpress-shows-a-blank-page/

    wordpress.topic2

    Read those carefully! I hacked the install.php according to the text and inserted the line as it is suggested:
    ini_set(’memory_limit’,'32M’);
    This resulted in syntax error for T_STRING on line 2 of install.php which is the brand new insertion. So I tried to fix the syntax error:
    ini_set(’memory_limit’, ’32M’);
    Seemed to be better then the previous and then I got this error message:
    “Warning: ini_set() has been disabled for security reasons in /../../wp-admin/install.php on line 2”

    This means that I can not fix this problem (have no rights to do). I have to move my files to an other host ??
    I hope you are luckier! ??

Viewing 16 replies (of 16 total)
  • The topic ‘Fatal Error – Memory size exhausted’ is closed to new replies.