navyspitfire
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom post type posts not displaying in dashboard@swansonphotos that was the issue, solved now. I used https://generatewp.com/post-type/
@yaniiliev – I am doing that now, thank you.
@kheaven – well my issue is my site is broken completely after the WP failed update. I get this error:
Fatal error: Cannot redeclare class WP_MatchesMapRegex in /home/cpros/public_html/marysweets/wp-includes/class-wp.php on line 747
.So I only have my backups; one from last week, one from today. I tried installed a fresh copy of WP elsewhere and latest AIO (WP 4.7 + AIO 5.56) and that didn’t work. I also tried WP 4.6.1 + AIO 5.55 and that doesn’t work; my backup just hangs at 0%.
I installed WP 4.6.1 and AIO 5.55 and my last weeks backup hangs at 0%. When I go to the site I get the following error:
Fatal error: Call to undefined function wp_cache_get() in /home/cpros/public_html/sweets/wp-includes/option.php on line 1117
I might have a similar issue. On a completely new WP install I am trying to restore a backup I created last week but it’s not working. I just assumed it was corrupted because it didn’t finish downloading, but potentially could the backup be fine and something else is amiss?
I also have a backup I took today but that’s not working when I try to restore it. I was assuming I somehow broke it? Any idea?
@lajd no I did not.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Even QTY in cart gets ruleHi vark, I did just that and I don’t see it in the cart. I did $ off instead of %, also tried discount applies to all products.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Even QTY in cart gets ruleOh I see, so make 9 rules, one for each scenario. Got it. But I’m a bit confused on how to accomplish that.
Would you mind help me figure that out? This is how I have it now, which makes sense to me, but it’s not working.
Hi Travis, I grabbed this code from a stripe example, and trying using the
pmpro_subscription_payment_failed
hook. The hook uses aMemberOrder $old_order
parameter, which I don’t understand. Is this close to what I need? Or do I need to use that$old_order
parameter somehow?function my_pmpro_subscription_deleted($user_id) { //cancel the membership pmpro_changeMembershipLevel(0, $user_id); } add_action("pmpro_subscription_payment_failed", "my_pmpro_subscription_deleted");
Forum: Networking WordPress
In reply to: Domains and editing files for MultisitesThank you @jkhongusc. The reason I did multisite is because everything is done on the main site, and the 2nd site is simply a gallery website (only functionality is image filtering by cats/tags and a conact form)- it’s taking photos from the main site, as well as users’ profiles, and displaying them.
Hi Trav, thanks. So this is due to the card information being incorrect then? I.e., they have a new card, their old card is deactivated, etc…
Also I cannot see the link as I am using the free version. Thanks.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Import products from amazonOpened up a ticket, thank you.
I am a dummy. I can just do not equal to US and that’ll target everything.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Import products from amazonHow/where do I connect my account?
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Import products from amazonFor step 1, is that from the plugin or from amazon.com? If it’s from the plug in, when I try to generate a report nothing happens.