TovimMedia.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Paypal IPN WarningI understand… will have to disable IPN at Paypal then, until i can figure a way to create a “whitelist rule” for Paypal IPN in my .htaccess…
Thanks for replies.
Forum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Paypal IPN WarningWP is installed in root. Login (and navigation) to backend “wp-admin” is hidden.
Forum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Paypal IPN WarningForum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Paypal IPN WarningThanks for reply…
1. WordPress is installed in root directory
2. No firewall
– At Paypal, IPN history shows:
Notification URL
https://[domain]/wp-admin/admin-post.php?action=add_wpedon_button_ipn
HTTP response code 403
Delivery status Retrying
No. of retries 12Forum: Plugins
In reply to: [DW Question & Answer] Questions disappeared from back-endSame here, as well. No DWQA on admin side bar.
Please fix!! – Need to modify email setting.
————————
WordPress Version 3.9.1
DW QA Version 1.3.0
————————Thanks!
Forum: Plugins
In reply to: [WP Meetup] Upgrade took out siteFortunately, i am on my local “DevBox” because after upgrading plugin to v2.2.3, I had to comment out the lines below:
Line 191: // $this->trigger = new WPMeetupTrigger($this);
Will cause:
Fatal error: Class ‘WPMeetupTrigger’ not found in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wp-meetup.php on line 191
—-Line 193: // new WPMeetupBackCap($this);
Will cause:
Fatal error: Class ‘WPMeetupBackCap’ not found in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wp-meetup.php on line 193
—-From the MeetUp plugin Dashboard (at bottom), Pressing the “Update Events Now” button in section that says: “The below button will force the WP Meetup plugin to update the database of events…”
Will cause:
Fatal error: Call to a member function execute_update() on a non-object in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wpm-options.php on line 150Line 150: // $this->core->trigger->execute_update();
Of course, if you comment out that line 150, it won’t pull updates from your MeetUp.com