• Resolved Kyron

    (@kyron)


    Hi Tobias,

    I cleaned up my database on heelhulpje.nl, but suddenly I could not replace my new (smaller) table – and the old one had disappeared, as you can see.

    This is the text it gave: ‘Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8192 bytes) in www/wordpress/vanwees/vanwees/wp-content/plugins/tablepress/classes/class-evaluate.php on line 77’.

    I didn’t change anything else on the website – except for upgrading the WP and plugins. Oh, and instead of Excel, I use a Libre Office document.
    I called my host, they could not help me, and when I searched through the support, I found your answer about upgrading the PHP, but the host told me they are already upgraded and could not help me with this?

    The table is important: 3/4 of my visitors come to the website for this. And now, they find nothing…

    Can you please help me with this? Thank you!!

    Kind regards,
    Nathalie

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Nathalie,

    just so that I understand: How are you hiding the columns that should be searchable but not visible? Using the “Hide” button on the table’s “Edit” screen, so that the corresponding column appears in red background color? If so, this has never worked, as this method of hiding completely hides the data, including for the search.
    You will instead want to hide these rows with “Custom CSS” code (on the “Plugin Options” screen), like

    .tablepress-id-123 .column-3 {
      display: none;
    }

    (just adjust table ID and column number).

    Regards,
    Tobias

    Thread Starter Kyron

    (@kyron)

    Oh! I had completely forgotten this! Thank you for reminding me ??

    Kind regards,
    Nathalie

    Thread Starter Kyron

    (@kyron)

    It worked, although I can see in the plugin options that I didn’t do it like this with the old table (I did use the plugin options)

    Anyway, thank you so much for your kind help and patience, for now I think I know enough ??

    Kind regards,
    Nathalie

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! No problem ??

    Best wishes,
    Tobias

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘TablePress: Fatal Error – Memory Size’ is closed to new replies.