I got this error after install "Add Ingredients" plugin

WPPizza – A Restaurant Plugin for WordPress Support Add-Ons Extensions Add Ingredients Support I got this error after install "Add Ingredients" plugin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10743

    Hi,
    I got this error after install “Add Ingredients” plugin, any ide how to fix
    u can try it here http://148.251.44.168/~c3ntin0s/
    error : SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

    #10745
    Olly
    Admin & Mod

      you are running out of memory.
      your actual error seems to be

      Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 786432 bytes) in /home/c3ntin0s/public_html/wp-content/plugins/wppizza-add-ingredients/ajax/get-json.php on line 1666

      i would suggest you change / add the following to your wp-config.php
      define(‘WP_MEMORY_LIMIT’, ‘128M’);

      40M is the default in wordpress. although – many times – this is enough, it all depends entirely on all your other plugins and theme configuration(s) as to whether this is sufficient

      #10771

      Thank you so much

    Viewing 3 posts - 1 through 3 (of 3 total)
    • The topic ‘I got this error after install "Add Ingredients" plugin’ is closed to new replies.