cgoulding
Forum Replies Created
-
That was it — you saved my bacon! Thank you for your amazing support!
I’m sorry I can’t help you. But I can tell you that after following the prompt from the WP User Manger plugin to update my database, I too am getting the same error. And prior to updating the database the registration page had stopped working.
Forum: Themes and Templates
In reply to: [Responsive] Update log for CyberChimps Responsive Theme?Yes, thank you. Not sure why it always takes me so long to find it. Now I’ve bookmarked it. But it would still be nice to have the info readily available like it is for every other update in WP.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Youtube shortcode size not workingYou can put the video shortcode inside of a div and set the width of the div to a % of the screen width. That way the video is still responsive, but it isn’t gigantic in full-screen mode.
Forum: Plugins
In reply to: [Cloudflare] optimized hosting partnersSame question here. I already use Cloudflare through my host. Is there a benefit to using the plugin or will that cause problems?
Forum: Fixing WordPress
In reply to: WordPress as CMS with additional blogOh this is great news! I was not looking forward to having to recreate my page from scratch. Thanks so much for your input!
Forum: Fixing WordPress
In reply to: WordPress as CMS with additional blogThe site is http://www.thegermanprofessor.com. I currently have it set up as a blog only.
For the main site pages, I’d like to get rid of the right sidebar and have all of the static content available via the top menu bar with an additional link on the top menu bar to the blog.
The blog link would load the blog posts and include the right sidebar showing the most recent posts, like it currently does.
Is it possible to do both things with only one WP installation?
Forum: Fixing WordPress
In reply to: WordPress as CMS with additional blogAnyone have any ideas?
Forum: Fixing WordPress
In reply to: Core, theme, and plugin update hooks ignore scheduleI feel your pain, WayneM1. I spent way too many hours trying to fix my broken cron until I finally found some code that would work when entered in the command line in the cron jobs in my cPanel. I only have a vague idea about how wordpress and php work. I learned several programming languages back in the day, but it’s been a while and I’ve never worked with php. The 3.7.1 update has broken something and I just don’t know what. Among the things I tried were a WP reinstall, but that didn’t fix the problem.
Thanks for the info — about the updates and and about the wp-config.php. I had actually picked up the wp-config tidbit while surfing around for answers. The idea of auto updates is not nice considering what this last update did. It’s good to know there is still a way around them!
Forum: Fixing WordPress
In reply to: Core, theme, and plugin update hooks ignore scheduleActually, I see that Core Control removed the hooked functions. But they still seem to be in the scheduler. The hooks remain listed as scheduled twice a day, yet the scheduled runs are still always in 15-minute intervals. I don’t know where this is happening, but at least I can disable the hooked functions with Core Control, if desired.
Forum: Fixing WordPress
In reply to: wp-cron is brokenI posted a few days ago, or so I thought, that I had implemented the fix that you describe in your last post. I, too, have Bluehost.
The only version of the command that would work for me is the following:
GET http://www.yourwebsite.com/wp-cron.php?doing_wp_cronIf I add parameters or use anything but GET, it will not work. I have set it to run ever 15 minutes.
Interestingly enough, if I add
define(‘DISABLE_WP_CRON’, true);
to the wp-config.php file, my fix will not work. So I left this out.I don’t know whether what I’m doing is good practice or syntax. But it works. The cron is running again, though it does appear that a few of the scheduled tasks run more frequently than they need to. I’m not sure what to attribute this to.
Forum: Fixing WordPress
In reply to: wp-cron is brokenYes, I am becoming more and more convinced it is linked to the last 3.7.1 WP upgrade. I, too, can trigger the wp-cron.php manually, but it won’t run the jobs as scheduled. I have tried bypassing the wp-cron entirely and set up a cron job through my cPanel, but none of the commands I have tried will work. I am not that familiar with uaing the command line. I’ve cobbled together some possible commands by reading through my host documentation and finding bits of code on the Internet that people have successfully used to set up cron jobs. None of them have worked for me.
I don’t believe it has anything to do with caching plugins unless the latest 3.7.1 upgrade broke the plugin. I had W3 Total Cache installed many weeks before this problem occurred. Disbling the plugin has no effect on the problem.
I also discovered the the XML of my feed is correct and that feedburner was just not updating correctly. This may or may not be connected to the cron. After spending hours trying to fix up, I’m in the process of moving my feed off feedburner to solve that issue.