oetzitterd
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Error 503 with large tableHi Tobias,
tried several things but it is not Suhosin luckily. I am trying to modify the Apache’s mod_security now. Any idea on what should be the best setting?
Second question; is there a way I can alter the table properties (show pages, allow sorting) in MySQL? Importing a table is fine but I am running into issues with the other properties.
Thanks!
Arvid
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Error 503 with large tableThanks. Any chance for me to edit the tables through MySQL? I tried finding the tables in the WP database but to no avail.
On the side, I will try to fix Suhosin and the Apache issue however I need to add info to the table.
Forum: Themes and Templates
In reply to: Widgitizing an existing templateHi Moshu,
I took that out completly now and still it is not working:
<ul id="sidebar"><?php if ( function_exists(’dynamic_sidebar’) && dynamic_sidebar() ) : else : ?> <?php endif; ?></ul>It was already in the template file before, so I left it in there.
Forum: Themes and Templates
In reply to: Widgitizing an existing templateHi Stanch,
that already helped a lot. I can see the widget option in the admin now but the widgets are not active on my site (nothing in the source code when I look at my site)
I installed the default theme (Kubrick) and there the widgets work.
Forum: Fixing WordPress
In reply to: DB filled but posts not showingOwkay, old versions don’t have post_type filled. When I fix that, it works!