mark0x
Forum Replies Created
-
Forum: Plugins
In reply to: [MailerLite - WooCommerce integration] Critical error line 396Same problem here, the broken update makes the sites unusable. Had to manually download 1.8.7 and then replace the broken 1.8.6 with it.
Hi Jordan,
Thanks for your response. Since I was going back over old orders (guest orders), I found that in order to get the Mailchimp plugin to actually notice the meta change and then update the subscriber on Mailchimp I had to manually call the onOrderSave function of MailChimp_Service too.
$mailchimp_service = MailChimp_Service::instance(); $mailchimp_service->onOrderSave($order_id);I figured out that if I call SgpbEventListener.init() after the dynamically created elements exist, Popup Builder will then bind to the new elements and it works fine.
Forum: Everything else WordPress
In reply to: rewrite_rules entry in options tableHi,
I’m also experiencing a similar problem. PHP dies due to an out of memory exception, I’ve traced it down to the maybe_serialize of rewrite_rules.. I echo’d the array and it’s absolutely enormous
I have around 550 static pages
It seems to have occured since moving to 2.0.6 or 2.0.7
Forum: Fixing WordPress
In reply to: How Many Pages Is Too Many?Hi,
I realise this is an old topic but it still ranks highly for people looking for a solution to the timeouts experienced with a huge number of pages (i.e. using WordPress as a CMS)
I wrote a blog topic on the subject of speeding up the WordPress ‘Manage Pages’ admin page:
WordPress: Speed up ‘Manage Pages’ admin page
Hopefully it will be useful to other looking for a solution to this problem
Forum: Fixing WordPress
In reply to: Pages missing from ‘manage pages’Hi,
I wrote a blog topic on the subject of speeding up the WordPress ‘Manage Pages’ admin page:
WordPress: Speed up ‘Manage Pages’ admin page
Hopefully it will be useful to you