sdaccits
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] PHP Notices (with WP_DEBUG on)We are also experiencing similar issues and errors – turning WP_DEBUG off is NOT an option in a development environment and these errors need to be fixed! Please advise.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] wpdb::escape is deprecated since version 3.6!Thank you for the update, however I have noticed that there is still one instance on line 286 of lib/common.php that needs to be updated.
Thanks again
Forum: Plugins
In reply to: [Relevanssi - A Better Search] wpdb::escape is deprecated since version 3.6!Thanks
Forum: Plugins
In reply to: [Multi Feed Reader] [Plugin: Multi Feed Reader] Plugin can't be activatedI have discovered that this plugin has issues on Windows based servers which can cause the problem as you described above. I solved this by editing a line in the plugin – hopefully this fix can be included in the main plugin in the near future. In the bootstrap\constants.php file on line 15 I changed:
define( 'PLUGIN_DIR' , substr( $dir, 0, strrpos( $dir, '/') + 1 ) );
to
define( 'PLUGIN_DIR' , substr( $dir, 0, strrpos( $dir, DIRECTORY_SEPARATOR ) + 1 ) );