Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jocke

    (@jocke)

    Now would you look at that.

    Thanks (-:

    Thread Starter jocke

    (@jocke)

    So, I got the ‘insert/delete/sort/change rows’ working. Previously, I had disabled Suhosin in suhosin.ini, but this was never loaded. Adding the same config to php.ini, solved that part, I guess, since I’m now able to do things I couldn’t do before (-:

    However, the checkboxes for ‘Use JavaScript library’, and ‘DataTables JavaScript Features’ are greyed out. Loading a table, and then looking at the source, it seems as if no .js-files related to DataTables is loaded (wp-table-reloaded/css/datatables.css is loaded, but I guess it needs the .js-files as well). I don’t know why these files isn’t loaded.. <?php wp_footer() ?> is on the line above </body> in footer.php, and all other plugins loads their .js-files just fine. No double-loading of jQuery is present either.

    Any clues?

    Thread Starter jocke

    (@jocke)

    wp-config.php

    define('WP_MEMORY_LIMIT', '256M');

    php.ini

    memory_limit = 512M

    suhosin.ini

    suhosin.simulation = on

    Same results.

    As already mentioned; I don’t get why any of these settings should matter, as it worked 100% fine before upgrading. I have not changed any settings in php.ini, nor suhosin.ini, since I upgraded.

    Thread Starter jocke

    (@jocke)

    So, tried with new suhosin-values;

    suhosin.cookie.max_array_index_length = 500
    suhosin.cookie.max_name_length = 500
    suhosin.get.max_array_index_length = 500
    suhosin.get.max_name_length = 500
    suhosin.post.max_array_index_length = 500
    suhosin.post.max_name_length = 500
    suhosin.request.max_array_index_length = 500
    suhosin.request.max_totalname_length = 500

    WordPress already had 64M of memory allocated. Still no luck.

    All of these things worked pre-upgrading, so I don’t get why suhosin/PHP-memory would have anything to do with the issues, since I haven’t changed any of those parts…

    And none of these things is related to the issues with the ‘DataTables+TableTools’ brokenness?

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