• Resolved denny.goosensen

    (@dennygoosensen)


    Since last update I get all kinds of problems. Sometimes white screens etc.

    console error:

    AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/vhosts/flinqcommerce.nl/httpdocs/wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php on line 133PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/vhosts/flinqcommerce.nl/httpdocs/wp-content/plugins/w3-total-cache/Util_Content.php on line 1', referer: https://www.flinqcommerce.nl/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @dennygoosensen

    Thank you for reaching out and I am happy to assist you with this.
    This error means that your memory limit needs to be increased and it’s currently set to 134MB.
    You should try increasing the PHP memory limit:
    edit your php.ini and find memory_limit
    edit to

    memory_limit=256M

    Or if you want to add much more:

    memory_limit=1024M

    and restart apache :

    sudo systemctl restart httpd.service

    I hope this helps!

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘White screen and console errors’ is closed to new replies.