Mar 102008
 

I real­ized while installing the latest Word­Press upgrade, that I had­n’t yet blogged some solu­tions to issues I had some time ago. These are all issues related to plugins. 

Prob­lem 1: I installed the Organ­izer plu­gin to help organ­ise my pic­tures. It would­n’t show them, which some­what defeats the pur­pose of an organ­izer. Look­ing at the errors with Fire­bug (one of the most use­ful Fire­fox exten­sions I’ve found) revealed that the organizer_jump_directory func­tion was­n’t defined. One of the com­ments on the plu­gin solved the prob­lem: copy the con­tents of the general.js file to the index.php and view.php files.

Prob­lem 2: flex­ible upload seemed to be activ­ated, but I could­n’t see any sign of it in the “Write” page. The “add field” box was miss­ing from the upload part of the page, as well as the oth­er use­ful items. The solu­tion: I needed to turn off the mod_security Apache mod­ule for the admin dir­ect­ory in the .htac­cess file. There are more details in Word­Press sup­port for­um. I also needed to chmod the plu­gins dir­ect­ory to 755.

Prob­lem 3: I have anoth­er blog, and wanted to show the post­ings from this blog via the Atom feed. I set it up, and it seemed to work, but it nev­er updated the list to show the latest post­ings. After try­ing out a lot of dif­fer­ent ideas, I dis­covered in the serv­er logs that I had a 403: Forbidden error, which gave me a new and dif­fer­ent set of things to try out. In the end I dis­covered the source was that the Bad­Be­ha­vi­or plu­gin was block­ing the requests. So I added the IP address of my blog into the bad-behavior/whitelist.inc.php file, and all now works as it should.

/* ]]> */