pixelnate
Forum Replies Created
-
Forum: Hacks
In reply to: How can I paginate this monter?Crickets, huh? Perhaps the SQL is scaring people away from answering. Really this boils down to pagination with a custom SQL query. Still need some help figuring that out, though. Thx.
Forum: Networking WordPress
In reply to: Logistical question about subscribers and email responsesIt looks like Register Plus Redux and Autochimp might be the way to go for the form and mailing issues, but one major issue has not been resolved.
I want the users to only be able to sign up for one of the sites in my network. Even if the user account info goes into the general pool of users, the user should not be taken back to the main site to register. They don’t even need to know that the main site exists. How can I keep the redirect from taking them back to the main site to register?
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityI WIN!
OK. I figured this out… for me, at least. In my config file, I had the wrong blog set up as the ‘current site’.
So this code:
/** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); define('VHOST', 'yes'); $base = '/'; define('DOMAIN_CURRENT_SITE', 'texasbaptists.org' ); define('PATH_CURRENT_SITE', '/' ); define('SITE_ID_CURRENT_SITE', 1); define('BLOGID_CURRENT_SITE', '1' );
Became this:
/** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); define('VHOST', 'yes'); $base = '/'; define('DOMAIN_CURRENT_SITE', 'texasbaptists.org' ); define('PATH_CURRENT_SITE', '/' ); define('SITE_ID_CURRENT_SITE', 7); define('BLOGID_CURRENT_SITE', '7' );
All is well now.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityA blow-by-blow of the redirects as seen using Firebug:
https://test.andadv.com/aa/310error.png
Why would it be doing this? It isn’t a plugin making this happen. I have tried several times to disable all the plugins, log out, log in, do the hokey pokey, etc. and still no love from WP.
What am I doing wrong, or not doing right?
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityEven with all the plugins deactivated I am still running into the redirect problem. Suggestions?
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityI tried to get to ‘Network Admin’ using Chrome and the Google says:
“Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.”Does that help anyone?
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityFor which site, though? I have 5 active sites and there isn’t a wp_options table for the installations like an all-encompassing wp_users table.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityYeah, ideally. Which table are they listed in, anybody know?
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityIs there any way I can find out which plugins have been network activated? Also, is there any way to trash plugins locally after you have network-activated one? When I network-activated the first plugin I was no longer able to trash any of the plugins listed on the individual sites.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityStill no dice.
1) Logged out.
2) Did the plugin directory shuffle.
3) Logged in.
4) No joy.
5) Resaved permalinks.
6) No joy.
7) Getting sledgehammer…Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityPHP – 5.2.14
I’ll try jiggle the plugin handle and swapping out those directories again. BRB.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityAnd now that I think about it, the issues started when I network-activated a couple of plugins after upgrading to 3.1. But now I cannot delete any plugins from the admin area.
This is very frustrating.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityI did the whole ‘rename the plugins folder and create new folder…’ thing and no dice. I still cannot get into the ‘network admin’ area.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityI fail to understand why this would be a plugin issue. The site times out if I click on ‘Network Admin’.
Forum: Networking WordPress
In reply to: Upgrade to 3.1, lost all admin capabilityI am having the same problems as Ken Sprong. Moving from 3.0.x – 3.0.5 I didn’t have any issues, but with 3.1 I cannot do any ‘Network Updates’ and I cannot add a new site to my installation. I keep having the same redirection issue as Ken. I haven’t tried replacing wp-admin and wp-includes directories, though, so I’ll be trying that first.