RonG
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Replace] Broken in WP 3.xI have a version ready to be tested for anyone who’s interested in helping. As always, back up your database before using this plugin.
I need to update the translation files still, and the zip file below does not contain the plugin folder and all of its contents. The zip below only contains a changed version of search-and-replace.php, which should be used to replace the one in the wp-content/plugins/search-and-replace folder.
Forum: Plugins
In reply to: [Contextual Related Posts] Theme support required?Theme does not have any related posts functionality, and disabling your plugin does make the related posts go away, but that seems to be the only thing that does. Since I want them on posts (but not pages) this is unfortunate.
Forum: Plugins
In reply to: [Search & Replace] Broken in WP 3.xI’m also too busy for this, and I’m not particularly qualified to work on it, but I’ll try to convert the mysql_ calls into $wpdb object calls. If it works, I’ll mail you about getting it into the repository.
Forum: Plugins
In reply to: [Search & Replace] Broken in WP 3.xIf the author doesn’t fix it in a month or so I will try to fix it myself since a friend of mine uses this plug in frequently.
Forum: Plugins
In reply to: [Search & Replace] Broken in WP 3.xIt has a bug. It needs to be fixed. But it is not correct to make a blanket statement that it doesn’t work with 3.9 when it does for some people.
Forum: Plugins
In reply to: [Search & Replace] Broken in WP 3.xI explain this in this post It’s not that the plugin doesn’t work with 3.9+, it does. It just doesn’t work on 3.9+ when PHP 5.5+ is in use.
It is possible to get the plugin working again if you insert this line:
$sardb = mysql_select_db(DB_NAME, mysql_connect(DB_HOST, DB_USER, DB_PASSWORD));
Before this line:
// Pre-2.6 compatibilityIn the file search-and-replace.php . Please note that this opens a second connection to your database. Advise you only enable the plugin to use it and then disable it again. Hopefully the author will release an updated version soon.
Forum: Plugins
In reply to: [osTicket WP Bridge] Stuck in Offline ModeSame here. Doesn’t save the settings, can’t get it out of offline.
Forum: Installing WordPress
In reply to: Fatal error: Cannot redeclare the_permalinkAre you using the LJ-Crosspost plugin? If so, you need to get the latest version.
Forum: Installing WordPress
In reply to: 2.1.2 update error: Cannot redeclare the_permalink()Are you using the LJ-Crosspost plugin? If so, you need to get the latest version.