• Resolved canoot

    (@canoot)


    I have a few CSS rules in Plugin Options.
    However, after adding another CSS rule today (for a new table) and clicking on Save Changes, the following message pops up:
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 196608 bytes) in /home/mwh8069/public_html/wp-content/plugins/tablepress/libraries/csstidy/data.inc.php on line 352
    Here is the page in question: http://www.nordoy.net/idebank/ (It’s ok, but I couldn’t style it with CSS.)

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This basically means that the PHP process on the server requires more memory than what the current limit is. Fortunately, it’s usually very easy to increase that limit.

    For that, please try setting the WP_MEMORY_LIMIT constant to a higher value (e.g. 256M) in the wp-config.php file of your site, via the instructions from https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Tobias

    Thread Starter canoot

    (@canoot)

    Hi,

    This solved the problem. Thank you very much!

    Regards,
    Knut

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Saving changes i Plugin Options fails’ is closed to new replies.