jocke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP 3.3.1 breaks WP-Table?Now would you look at that.
Thanks (-:
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP 3.3.1 breaks WP-Table?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.cssis 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>infooter.php, and all other plugins loads their .js-files just fine. No double-loading of jQuery is present either.Any clues?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP 3.3.1 breaks WP-Table?wp-config.php
define('WP_MEMORY_LIMIT', '256M');php.ini
memory_limit = 512Msuhosin.ini
suhosin.simulation = onSame 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.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP 3.3.1 breaks WP-Table?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 = 500WordPress 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?