dlmweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact for WordPress] The Constant Contact account has been lockedWell this is crazy…
ftp’d the entire folder /plugins/constant-contect-api down to my local drive for safekeeping.
Deleted the plugin from the WP dashboard. Which doesn’t actually do anything. Doesn’t delete it; doesn’t remove the folder from the server. So I manually deleted the folder off the server.
Then went back and re-installed the plugin…. Same error message about account locker!
The issue is in the mySQL database tables. There’s nothing I can do to ‘fix’ this or even start fresh.
Zack Katz, where are you?
Forum: Plugins
In reply to: [Constant Contact for WordPress] The Constant Contact account has been lockedHaving the same error. Can not access the plugin at all, despite resetting the password. I’m going to delete the plugin and reinstall, but it would be terrific to hear back.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Not receiving emailsWhen you uninstalled and reinstalled I assume you had to rebuild all of your forms??
Oh Boy, this is getting more bizarre….
Another studio press site –
http://behealthyinstitute.com/events/2012-02-06/
The events titles on this site are showing up twice – and this client has both snippets of code above (the em_content_wp_title filter, and remove page titles) in their function.php file.I don’t believe this problem existed before the last plugin update.
Is there a EM setting I should look at?
Thanks.
Hi Marcus,
You are spot on with the Studio Press theme, but unfortunately adding the filters php code didn’t result in the titles appearing on this page.
http://www.starchaser-healingarts.com/wp/events/2012-02-09/One wrinkle could be that I also have this code in the functions php file. Could that be the issue?
// REMOVE PAGE TITLES add_action( 'get_header', 'child_remove_page_titles' ); /** * Remove page titles from all pages except blog page template. * @author John Wright * @link http://dev.studiopress.com/remove-page-titles.htm */ function child_remove_page_titles() { if ( is_page() && ! is_page_template( 'page_blog.php' ) ) remove_action( 'genesis_post_title', 'genesis_do_post_title' ); }Thanks again –
Forum: Fixing WordPress
In reply to: Best way to upgrade 2.7.1 to 2.8.1Bummer –
Still no luck, despite CHMOD to 777 and verifying that php safe mode is OFFForum: Fixing WordPress
In reply to: Best way to upgrade 2.7.1 to 2.8.1I am getting the following error message when I try to automatically upgrade from 2.7.1 to 2.8.1
Downloading update from http://wordpress.org/wordpress-2.8.1.zip
Download failed.: Could not create Temporary file
Installation FailedHow to troubleshoot this? Does some directory not have the correct permissions?
Thanks.