jedfonner
Forum Replies Created
-
Forum: Plugins
In reply to: wp-gallery-remote 1.5.1 & wp 2.7I’m running wp-gallery-remote 1.5.1 with wordpress 2.7 and it works fine when displaying pictures but the popup editor that allows you to easily add the wp-gr tag into your posts/pages is broken in WordPress 2.7. The problem is in the JS that adds the tag.
I wrote about how to fix it at Fix WP Gallery Remote plugin for WordPress 2.7.
Forum: Installing WordPress
In reply to: wp-gallery-remoteDoh. I had assumed my domain was using php5 but it was using php4. as soon as i switched to php5 it started working.
Forum: Installing WordPress
In reply to: wp-gallery-remoteYup, same problem here. Did anyone ever find a cause or solution to this problem?
Forum: Fixing WordPress
In reply to: Upgrade to 2.1.2, error– is it theme or database?I ran into a problem with the Freshy theme and WordPress 2.2 where it would not display my links, and instead showed the database error listed above. I found the offending code in sidebar.php, line 24, where it says
if ($ver == "2.1") {Change that to
>= "2.1"and you’re in business.I’ve written more about it at
http://www.jedfonner.com/2007/06/19/wordpress-22-and-freshy-theme-links-error/
Forum: Fixing WordPress
In reply to: Upgrade to 2.1.2, error– is it theme or database?I ran into a problem with the Freshy theme and WordPress 2.2 where it would not display my links, and instead showed the database error listed above. I found the offending code in sidebar.php, line 24, where it says
if ($ver == "2.1") {Change that to
>= "2.1"and you’re in business.I’ve written more about it at http://www.jedfonner.com/2007/06/19/wordpress-22-and-freshy-theme-links-error/