Memory issues

    • 103 posts
    July 22, 2018 4:23 PM EDT

    Hi! Has any one encountered lately 503 errors? I've been getting lot because of this.

    [22-Jul-2018 19:28:28 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3343386400 bytes) in /home/zaocuxhh/public_html/application/libraries/Zend/Db/Statement/Mysqli.php on line 235
    [22-Jul-2018 19:30:08 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3343386400 bytes) in /home/zaocuxhh/public_html/application/libraries/Zend/Db/Statement/Mysqli.php on line 235
    [22-Jul-2018 20:01:36 UTC] PHP Parse error: syntax error, unexpected '/' in /home/zaocuxhh/public_html/p.php on line 1

     

    Any suggestions? Is this a syntax error?

    • 348 posts
    July 23, 2018 4:54 AM EDT

    Hi iKori,

    It seems that memory_limit set here: https://Your-Website/admin/system is not sufficient. Please try by increasing the 'memory_limit' once (you may ask your hosting provider for this).

    We would recommended to set this value to '256M'. Feel free to contact our support here for any further queries on this: support01@socialengineaddons.com


    This post was edited by SocialEngineAddOns at July 23, 2018 5:33 AM EDT
    • Moderator
    • 6923 posts
    July 23, 2018 6:15 AM EDT

    You may have some heavy plugins that require a higher amount of memory. I don't need mine raised from default for my server, using the standard SE stuff and a few small plugins. Perhaps try what SEAO suggests or try disabling the heavier plugins if you cannot raise the memory value.

    • 103 posts
    July 23, 2018 6:47 AM EDT

    Thanks both for you input! I will do as suggested.