David Bisset
Forum Replies Created
-
I’m also getting the same error. Definitely a conflict between BuddyPress and the Event plugin. Has there been any progress on this or a confirmation? Thanks in advance! 🙂
Forum: Fixing WordPress
In reply to: Incorrect "From" In WordPress EmailsThanks esmi. I’m checking now to see if they can’t set this up. What you’re saying makes sense and logical, but i’m wondering why they aren’t getting the actual email in the settings panel instead of another email on the same domain. I’m checking further into the way the emails have been setup, and if i can find something that makes sense i can mark this resolved.
Forum: Fixing WordPress
In reply to: Incorrect "From" In WordPress EmailsIt’s going to a real email address on WEBSITE2.com. Not the “wordpress-support” email, however. It wouldn’t be a surprise to get an email from wordpress-support@WEBSITE2.com if that was actually in the Settings -> General. The urls all point to WEBSITE1.com (as you would expect).
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Feeds aren't added to the Stripe Feed pageGreat. I understand how difficult and time consuming it is. But i’ll be awaiting it anxiously. Thanks!
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Feeds aren't added to the Stripe Feed pageWorks for me. I know you already have a lot on your plate so i’ll check out the new version and resubmit the issue here if it remains. Thanks.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Feeds aren't added to the Stripe Feed pageAPI keys confirmed. And I would imagine i would be able to add a feed regardless, especially when the message after submitting one is “Feed Updated. back to list”. I’ve tried both in test mode and production.
If you have covered this already in your update next week, then i can wait until then. If this is new, then i’ll be happy to share information.
Forum: Networking WordPress
In reply to: register_taxonomy() producing error with multisite adminsYep that did it. Many thanks! I should have tried that – literally tried almost everything else. Hopefully someone make a note of that in the codex (maybe me!).
So in summary if you use register_taxonomy(), keep your name in LOWERCASE letters, hyphens, and underscores.
Forum: Networking WordPress
In reply to: register_taxonomy() producing error with multisite admins@milkb – To confirm, you are seeing the “cheat’n huh?” wordpress error as well?
Forum: Networking WordPress
In reply to: register_taxonomy() producing error with multisite admins@miklb – Yes, the user was created at the same time the child blog was (via the WordPress Network Admin ‘add site’ function).
I can start another blog and do this from twentyten, although literally i’m working with an exact duplicate of it. But worth another try. But let’s be clear – the problem isn’t that I wasn’t able to create a new campaign/post-type, it’s when I attempt to go to the ‘product categories’ custom tax screen is where i get the error.
Forum: Networking WordPress
In reply to: register_taxonomy() producing error with multisite admins@andrea_r – sorry but to be clear… are you proposing creating a mu-plugins folder in wp-content and throwing this custom code in there?
I did that just now. I took the code out of functions.php in my theme file and placed it in a new file (custom-tax.php) in a newly created mu-plugins folder.
Unfort. now this statement (which i made more simple for troubleshooting purposes here):
register_taxonomy("Product Categories", array("campaign"));Is producing this error in the backend on any page load:
Fatal error: Call to a member function add_rewrite_tag() on a non-object in /home/content/04/7653004/html/wp-includes/taxonomy.php on line 333
Full code is below for the file, in case i’m missing something.
http://pastebin.com/a0LEhFtnEdit: Removed embedded code and replaced w/ pastebin. 🙂
Forum: Networking WordPress
In reply to: register_taxonomy() producing error with multisite admins@andrea_r – yes, i’m using the same theme in both the main blog and the child blog.
@miklb – good guess, but i tried a variety of different capabilities settings (I am passing in an array according to the codex, right?) but to no avail. Variations included:
register_taxonomy("Product Categories", array("campaign"), array("hierarchical" => true, "label" => "Product Categories", "singular_label" => "Product Category", "capabilities" => array('manage_terms'), "rewrite" => array( 'slug' => 'product' ))); register_taxonomy("Product Categories", array("campaign"), array("hierarchical" => true, "label" => "Product Categories", "singular_label" => "Product Category", "capabilities" => array('manage_terms','edit_terms','delete_terms','assign_terms'), "rewrite" => array( 'slug' => 'product' )));I exchanged ‘terms’ for ‘categories’ since I see in the codex there are terms to pass in for both.
Forum: Your WordPress
In reply to: Feedback WelcomeYes, Utah is a safe spot except for the twisters. Good thing Interland was backup hosting across the country… we were never down a day. 🙂 Cost is high, but client thinks it’s worth it.
WP allows the client to update news stories by himself, saving me time. 🙂
Forum: Plugins
In reply to: Enhanced View Plugin – Anyone Have It?Thanks Beel.
Anyone who might help me with my install, let me know. Thanks.
Forum: Plugins
In reply to: Enhanced View Plugin – Anyone Have It?Actually, confirm that’s all there… when I add the plugin and activate it, nothing changes in the backend…
Forum: Plugins
In reply to: Enhanced View Plugin – Anyone Have It?Got it. Thanks.