• I am unable to add any more site to my Multisite WordPress (4.0) because I am getting this message “Allowed memory size of 67108864 bytes exhausted (tried to allocate 55 bytes ) in ……. on line 1000”.

    Note: 67108864 bytes = 64 MB

    I already have 388 sites.

    And to rectify the problem I’ve tried the following solutions:

    1 – In wp-config.txt, I inserted the line “define(‘WP_MEMORY_LIMIT’, ‘100M’);”.
    2 – In php.ini, I inserted the line “memory_limit = 100M”.
    3 – In wp-settings.php, I inserted the line “define(‘WP_MEMORY_LIMIT’, ‘100M’);”.

    Nothing is working!

    I’d appreciate if a good Samaritan can help me out with this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Chad

    (@lynneandchad)

    Hi rajesh. Followed your link from our other thread.

    This isn’t a problem I’ve encountered personally, but from what I’ve just read, it looks like define('WP_MEMORY_LIMIT', '100M'); in wp-config.php should be BEFORE the wp-settings.php inclusion.

    If that doesn’t solve the problem, I’d reach out to your host as the above link recommends.

    Also, be very careful modifying wp-config if you’re unsure of what you’re doing 🙂

    Thread Starter rajesh0228

    (@rajesh0228)

    Chad, sorry for responding after 1 week.

    Right now I am not working on that site of mine, but when I am ready I will try contacting my host to increase the Memory Limit.

    Thank you Chad for being the Samaritan that you really are.

    No one was responding to those two problems I posted, and then you appeared – like manna from Heaven.

    I mean I really wonder why no one was responding, even after reposting my twin problems.

    Chad

    (@lynneandchad)

    No worries, I hope get everything sorted with your host. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite WP is not allowing me to add more sites’ is closed to new replies.