Plug-in drama

I am just in the process of trying to install a few nifty plugins. Neither Search Everything nor Cforms wants to work. Bugger.

I’ve used Cforms many times in the past and it has always worked without flaw. Except when the permissions were not set correctly…

… the problem with Cforms hanging on “one moment please” took a bit of sleuthing, but it was extremely easy to fix. I had originally installed the plugin on my local development server. That process hard-coded in js/cforms.js the local install path, for some strange reason. The original block of javascript looks like this:

// ONLY in case AJAX DOESN’T work you may want to double-check this path:
// If you do change this setting: CLEAR your BROWSER CACHE & RESTART you BROWSER!
var sajax_uri = ‘/wp-content/plugins/cforms/lib_ajax.php’;

The local install had changed that last line to “http://192.168.1.10:8888/wp-content/plugins/cforms/lib_ajax.php,” which of course would not work in the live environment.

So the contact form works now. Go ahead, say something!