robanna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.9 Schedule Posts “missed”Short answer: Add this to the to defines in your wp-config.php file:
define(‘ALTERNATE_WP_CRON’, true);Forum: Fixing WordPress
In reply to: 2.9 Schedule Posts “missed”I upgraded to 2.9.1; still not working.
Installed the patch from http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them; still not working.
Changed the $timeout in http.php; nope.Anyone else still having problems?
Forum: Plugins
In reply to: [Plugin: Event Registration] Required registration questions not validatedsolidariti,
Not really – it’s private post on a live site.
Maybe if you could PM me I could set up a use for you to go have a look at it. Do you think you’d have time?Thanks-
RobForum: Plugins
In reply to: Plugin [nextgen-gallery] slideshow stopped working…OK, the sidebar issue (not using widgets):
I had this line in my sidebar.php:
swfobject.embedSWF(“<?php bloginfo(‘url’); ?>/wp-content/plugins/nextgen-gallery/imagerotator.swf“, “sbsl0_5”, “190”, “140”, “7.0.0”, false, this.flashvars, this.params , this.attr );
had to change to:
swfobject.embedSWF(“<?php bloginfo(‘url’); ?>/wp-content/uploads/imagerotator.swf“, “sbsl0_5”, “190”, “140”, “7.0.0”, false, this.flashvars, this.params , this.attr );
Forum: Plugins
In reply to: Plugin [nextgen-gallery] slideshow stopped working…I found part of the answer here:
http://wordpress.org/support/topic/238625?replies=17but the sidebar widget slideshow is still not working.
Rob
Forum: Plugins
In reply to: Plugin [nextgen-gallery] slideshow stopped working…I just upgraded to 1.1.0 and the Image Rotator/Slideshow stopped working. I get the error “Get the Flash Player and a browser with Javascript support to see the slideshow.”
The file xml/imagerotator.php does not have those lines in it.
Any ideas?
Thanks-
RobForum: Fixing WordPress
In reply to: Install Plugin Fatal ErrorDo you have the plugin WPAU (WordPress Automatic Upgrade) installed?
If so, remove it. It’s no longer needed as it’s now core.Forum: Fixing WordPress
In reply to: Static Front Page and Previous Entries linkStill an issue in 2.7.
Forum: Plugins
In reply to: nextgen-gallery screencolor always blackThanks
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Managing GalleriesYah!
An upgrade to WP 2.7 and NGG 1.0.1 and it’s working properly. I’m thinking it was a bad DB since the upgrage also upgraded the DB.Forum: Fixing WordPress
In reply to: Manage Media Library Page has No RowsI’m having the same issue on three different site all hosted on an IIS Server.
I’ve narrowed it down to pdf and mov files. As soon as I add either file type, none of the images show up. If I click on ‘Images (9)’ then the images show up but if I click on ‘Video (1)’ or ‘pdf (1)’ I get nothing.The _postmeta wp_post_metadata for the mov and pdf files is a:0:{}
Compare that to a jpga:5:{s:5:”width”;i:440;s:6:”height”;i:215;s:14:”hwstring_small”;s:23:”height=’62’ width=’128′”;s:4:”file”;s:66:”C:\xxxx\root\fish/wp-content/uploads/2008/03/apexprdlogo.jpg”;s:5:”thumb”;s:25:”apexprdlogo.thumbnail.jpg”;}
If I access the Media Library through the Manage>Posts>Add Media it all works as it should.
Forum: Installing WordPress
In reply to: Just updated … but I’m having a problem on my manage posts pageI posted it on trac but never got a resolution.
Maybe you could go over there and post as well and we might see some progress on it.
http://trac.wordpress.org/ticket/7058Forum: Installing WordPress
In reply to: Just updated … but I’m having a problem on my manage posts pageI have the same issue. Could this be a bug that needs to be moved to trac?
My Blog:
http://www.apexprd.org
WP 2.5.1
IIS
Use a custom Permalink Structure (but I’ve tried the default structure with the same result).Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Managing GalleriesI’ve enabled debugging but I’m not getting any errors.
Screen shotAny other ideas?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Managing GalleriesI’m having the same issue.
Sort options
Sort thumbnails: Image ID
Sort direction: DescendingWP 2.5.1
NextGEN .95