jasonmj
Forum Replies Created
-
Here’s the error I get:
Fatal error: Declaration of Automattic\WooCommerce\Internal\DependencyManagement\ExtendedContainer::get($id, bool $new = false) must be compatible with League\Container\Container::get($alias, array $args = Array) in /var/www/html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php on line 18
Forum: Plugins
In reply to: [WooCommerce] Fatal error in version 4.4.0Same here, wtf.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe not working after update V4.1.2My folder is named
woocommerce
, but I’m still getting fatal errors with 4.1.2:stderr: PHP message: PHP Fatal error: require(): Failed opening required '/home/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-bitcoin-settings.php' include_path='.:/usr/local/share/pear') in /home/www/domain.com/public_html/wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-bitcoin.php on line 169, referer: https://www.domain.com/wp-admin/plugins.php?plugin _status=all&paged=1&s
- This reply was modified 6 years, 7 months ago by jasonmj.
Forum: Plugins
In reply to: [WP Super Cache] Super cache stopped working after upgrade to 4.9Same here. Lines are first in wp-config.php, yet the warning persists and super cache remains disabled.
Forum: Plugins
In reply to: [ACF RGBA Color Picker] breaks with core updateSame.
Forum: Plugins
In reply to: [Paid Memberships Pro - Mailchimp Add On] v2.1 does not workSame here. This error breaks our membership checkout.
PHP Fatal error: Call to a member function get_error_message() on array in /home/www/domain.com/public_html/wp-content/plugins/pmpro-mailchimp/includes/class.mailchimp.api.php on line 122
Forum: Plugins
In reply to: [Facebook Comments] Graph API v2.3 will be depricated on july 10,2017Same here, I’m curious if this plugin will be updated to maintain compatibility.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 500 Internal Server ErrorWe’re also getting this error with your plugin. Can’t seem to find any errors in the logs. We’ve been looking for solutions for about a week now. No lack of php memory on our server. Seems that something else is going on…
Forum: Plugins
In reply to: [WP-SCSS] A recent change is crashing my site….Same here:
FastCGI: server “/home/www/fastcgi_handlers/rhsf.fcgi” stderr: PHP message: PHP Fatal error: Class ‘scss_formatter_minified’ not found in /home/www/…/public_html/wp-content/plugins/wp-scss/scssphp/src/Compiler.php on line 189
Forum: Plugins
In reply to: [Gitium] Wrong Path for GitExcellent! That worked for resolving the git path issue, but unfortunately, when I merged my changes, the plugin deleted most of wp-content from the install. Heh, good thing it was just a local test environment ??
I’m not sure why, but I tried it twice now, and the contents of my theme and plugins folders get removed leaving only a few directories inside.
Forum: Plugins
In reply to: [Gitium] Blank page after first mergeOk, success! I pushed my first commit over ssh and was able to commit via Gitium after that.
Thanks for building such a cool plugin for tracking progress on projects!
Forum: Plugins
In reply to: [Gitium] Blank page after first mergeQuick update here, I’m seeing that Gitium is tracking changes and attempting to commit to bitbucket now, but when it does that, I get this error:
Merge failed: fatal: unable to create thread: Resource temporarily unavailable error: failed to push some refs to (address of repo here)
So we’re seeing commits logged locally, but not remotely to bitbucket.
Forum: Plugins
In reply to: [Frontend Uploader] current version breaks siteSame here:
Fatal error: Class ‘WP_List_Table’ not found in …/wp-admin/includes/class-wp-media-list-table.php on line 18
I’m having trouble with this too. I searched through all the comments and found a few results mentioning functions to call with javascript after the new posts have loaded. I have tried loading WPAC.init() with success on new posts, but it breaks functionality on posts that were previously initialized. I get duplicate errors when I try to comment on posts previously loaded to the DOM.
Not sure what to do here.
Forum: Plugins
In reply to: [WP-SCSS] Using Live Customizer and Compiling SCSS File by AjaxI’ll second that as an awesome idea. Haven’t ever seen it done…