boazarad
Forum Replies Created
-
Forum: Plugins
In reply to: [Unite Gallery Lite] Gallery Error: "The item should not be image type"Turns out that the gallery shortcode was accidentally wrapped in <B> tags, breaking the gallery code horribly ??
Forum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingThanks for your help Qurl!
I’ve upgraded to PHP 5.2.10 and the missing categories appeared.Forum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingAh, I see, we’re running PHP 5.2.4.
I’ll talk to my sysadmin and see if we can upgrade.Thanks a lot for your help so far!
I’ll keep you posted.Forum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingI don’t know if this helps, but this is the content of my ‘search_module.php’ – I’ve noticed it’s a lot ‘thinner’ than most other files.
<?php /** * Search Module * * @version $Id: search_module.php 523481 2012-03-25 19:49:08Z qurl $ * @copyright 2011 Jacco Drabbe */ class DW_Search extends DWModule { public static $option = array( 'search' => 'Search page' ); protected static $question = 'Show widget on the search page?'; } ?>
Forum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingI have 24 files, among them is “search_module.php”
Forum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingThe last option is “Custom Post Type Archives”
Here’s a screen-grab of the option screen:
https://min.us/lICRVpQCZJtWsForum: Plugins
In reply to: [Dynamic Widgets] "Search Page" Option missingI am indeed using the latest version (1.5.4).
My guess is that your PHP version is outdated – ‘RuntimeException’ exists only in PHP => 5.1, if you edit ‘nggallery.php’ and replace ‘RuntimeException’ on line 35 with ‘Exception’ it should work (at least it did in my case).
Problem solved – the value “NAME” was autofilled in the name field, while it should have been “FNAME”