Hamilton Richards
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wp-admin not working after update 3.4.2I had the same problem, and what worked for my site was resetting the plugins folder.
Thanks for the fix–it worked for me.
–Ham
I am having the same problem. My CC lists have changed since I first installed the plugin. The settings page for the plugin shows the new names, but the widget displays the old ones. I have completely de-installed and re-installed the plugin, to no effect. Presumably something in a php database isn’t getting updated.
The phrase “cc_widget_lists” doesn’t occur in the file constant-contact-api/admin/options.php anywhere near line 97.
In line 30, we have
register_setting($options_group, 'cc_widget_lists');The next occurrence is line 244:
$selected_lists = get_option('cc_widget_lists');I plan to make a contribution to support this plugin, but not until this bug is fixed.
Forum: Plugins
In reply to: [Plugin: Sidebar Login] This plugin is ALMOST perfectMy problem is now cured. In General Settings I had mistakenly specified a blog address different from the WordPress address. Removing that blog address cured my problem.
Forum: Plugins
In reply to: [Plugin: Sidebar Login] Not showing logged off on Firefox VistaMy problem is now cured. In General Settings I had mistakenly specified a blog address different from the WordPress address. Removing that blog address cured my problem.
Forum: Fixing WordPress
In reply to: Login-logout user status not correctly updated.I found my problem.
In General Settings I had provided a blog address different from the WordPress address, without reading the page “http://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory”. My mistake!
What led me to this discovery was watching the blog’s cookies appear and disappear as I logged in and out. Some of the cookies belonged to WordPress, and some to the blog. Now that I’ve eliminated the different blog address, all the cookies have the same website URL.
Forum: Fixing WordPress
In reply to: Login-logout user status not correctly updated.Some more data: Deleting all cookies after logging out eliminates the spurious logged-in status info.
So it seems that WP 2.8.6 doesn’t update cookies properly.
Browser: Safari 4.0.4.
OS: Mac OS 10.5.8.
Forum: Plugins
In reply to: [Plugin: Sidebar Login] Not showing logged off on Firefox VistaI have this problem in Safari (MacOS 10.5.8).
Forum: Plugins
In reply to: [Plugin: Sidebar Login] This plugin is ALMOST perfectI’m having almost the same problem. After I click the Logout button, nothing appears to change: Sidebar Login still indicates that I’m logged in. If I click the Logout button again, that’s when I get the WP Failure Notice.
Even if I go to the Dashboard and log out there, when I return to my WP site Sidebar Login still shows me logged in.