Title: Scriptrunner (Doug Sparling)'s Replies - page 35 | WordPress.org

---

# Scriptrunner (Doug Sparling)

  [  ](https://wordpress.org/support/users/scriptrunner/)

 *   [Profile](https://wordpress.org/support/users/scriptrunner/)
 *   [Topics Started](https://wordpress.org/support/users/scriptrunner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scriptrunner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scriptrunner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scriptrunner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scriptrunner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scriptrunner/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 511 through 520 (of 520 total)

[←](https://wordpress.org/support/users/scriptrunner/replies/page/34/?output_format=md)
[1](https://wordpress.org/support/users/scriptrunner/replies/?output_format=md) 
[2](https://wordpress.org/support/users/scriptrunner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/scriptrunner/replies/page/3/?output_format=md)…
[33](https://wordpress.org/support/users/scriptrunner/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/scriptrunner/replies/page/34/?output_format=md)
35

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FireStorm Professional Real Estate Plugin] [Plugin: FireStorm Professional Real Estate Plugin] Compatible with WP 3.4?](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/#post-2917512)
 * Here’s a screenshot of the SELECT errors:
    [ Screenshot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FireStorm Professional Real Estate Plugin] [Plugin: FireStorm Professional Real Estate Plugin] Compatible with WP 3.4?](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/#post-2917511)
 * PHP: 5.3.8, MySQL: 5.1.55
 * You can see SQL syntax error on INSERT (I was trying to add city2) and on the
   right (cutoff), is a SQL syntax error on a SELECT.
 * The INSERT error was due to missing province_id and there was no quotes around
   the value (or no value in this case). The select is similar, it’s trying to do
   a SELECT something where province_id= (nothing). I worked around that as well.
   However, the empty city/province dropdown is caused by sending empty string to“
   fsrep_print_admin_selectbox” function for param that should be an array of values
   to build out the dropdown. This case it’s simply a hard coded empty string (”),
   not an empty variable. The countries dropdown uses “fsrep_get_countries” to populate
   it, but I don’t see a corresponding function for state/province, and as I said,”
   is being sent instead for cities/provinces, which is why that dropdown is empty.
 * [Screenshot](http://www.kl93.com/wp-content/uploads/2012/09/Screen-shot-2012-09-04-at-3.26.54-PM.png)(
   Ignore Site Title of WordPress 3.3.1, it’s actually running 3.4.1 – I used to
   run multiple instances of WordPresses for testing, I just updated this to latest).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FireStorm Professional Real Estate Plugin] [Plugin: FireStorm Professional Real Estate Plugin] Compatible with WP 3.4?](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/#post-2917509)
 * Yes, he’s using the latest and so am I. Turn on WP_DEBUG and you’ll see the errors
   and warnings (I’m running WP 3.4.1).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FireStorm Professional Real Estate Plugin] [Plugin: FireStorm Professional Real Estate Plugin] Compatible with WP 3.4?](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-firestorm-professional-real-estate-plugin-compatible-with-wp-34/#post-2917507)
 * One of my clients is having issues with this plugin, cities dropdown on listing
   page specifically. If you add “define(‘WP_DEBUG’, true);” to your wp-config.php
   file, you’ll see there are piles of warnings and a few sql syntax errors (having
   to do with cities). While I’m only attempting to address the SQL syntax errors,
   some of the deprecation warnings are for items that were deprecated in WP version
   2.0! (2.0 came out in 2005). FYI – the reason the cities dropdown is empty is
   because the function “fsrep_print_admin_selectbox” is passing empty string for
   $options instead of an array of city names. I’m digging through it now, but it
   would be much appreciated if the author could address it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Admin No Show] [Plugin: WP Admin No Show] Remove 28px white space in front end](https://wordpress.org/support/topic/plugin-wp-admin-no-show-remove-28px-white-space-in-front-end/)
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-admin-no-show-remove-28px-white-space-in-front-end/#post-3013913)
 * Fix has been committed. Thanks much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Admin No Show] [Plugin: WP Admin No Show] Remove 28px white space in front end](https://wordpress.org/support/topic/plugin-wp-admin-no-show-remove-28px-white-space-in-front-end/)
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-admin-no-show-remove-28px-white-space-in-front-end/#post-3013906)
 * Max, good catch. Samuel, thanks for the fix. I’ll try and get the plugin updated
   shortly. Much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] [Plugin: Comprehensive Google Map Plugin] Fail to load kml with NetworkLink](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-fail-to-load-kml-with-networklink/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-comprehensive-google-map-plugin-fail-to-load-kml-with-networklink/#post-2724972)
 * Is your kml file public (on the internet, not localhost)? Google can only parse
   the kml file if they can reach it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Gallery] [Plugin: Magic Gallery] Cannot get gallery to display](https://wordpress.org/support/topic/plugin-magic-gallery-cannot-get-gallery-to-display/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-magic-gallery-cannot-get-gallery-to-display/#post-1786937)
 * I had the same issue. What I discovered is that the plugin doesn’t seem to be
   setting the album type on the plugin install.
 * I went to Gallery->General Options and set Gallery Type to Pikachoose and clicked
   save. Then I reset Gallery Type back to Lightbox and clicked save (this is probably
   optional, but I wanted Lightbox).
 * In gallery.php, in gallery_display() function
 * $options[‘album_type’]
 * was null.
 * Might be good to also add a default or error message if it’s not set. And you
   could change the second IF statement from
 * if ($options[‘album_type’] == 2) {
 * to
 * else if ($options[‘album_type’] == 2) {
 * since it’s either going to be one or the other.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Connections] Non-Alphabetic Order](https://wordpress.org/support/topic/plugin-connections-non-alphabetic-order/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-connections-non-alphabetic-order/#post-1521615)
 * I figured that out, but my client wanted to do it via the admin. They’re used
   to an “order position” field on the form. I don’t think they’d be able to figure
   out how to use the shortcode 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Connections] Non-Alphabetic Order](https://wordpress.org/support/topic/plugin-connections-non-alphabetic-order/)
 *  [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-connections-non-alphabetic-order/#post-1521613)
 * If anyone is interested, I had a client who had to have custom ordering and I
   just added it to my local copy of connections 0.7.0.4 today (I’m not the author).
   I wasn’t sure when shazahm1 was going to put out his next release and I needed
   the feature today. This is by far the best plugin for staff management.

Viewing 10 replies - 511 through 520 (of 520 total)

[←](https://wordpress.org/support/users/scriptrunner/replies/page/34/?output_format=md)
[1](https://wordpress.org/support/users/scriptrunner/replies/?output_format=md) 
[2](https://wordpress.org/support/users/scriptrunner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/scriptrunner/replies/page/3/?output_format=md)…
[33](https://wordpress.org/support/users/scriptrunner/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/scriptrunner/replies/page/34/?output_format=md)
35