igikloppers
Forum Replies Created
-
having the same issue with a client of mine. not the exact same message, but also when trying to post to facebook, wordfence error log is displayed, but when i visit that link in browser, it displays fine.
Any help please?
Igi
Forum: Plugins
In reply to: [WooCommerce] My site is downHi all,
A client of mine also had the error, and after googling I see that there is a change in the way PHP interprets the code from PHP 5.5 onwards.
You can resolve the issue by changing the plugin code. On that line 190 change the code from:
if ( ! empty( $this->get_option( 'description' ) ) ) {to:
if ($this->get_option( 'description' ) ) {Essentially this is something the plugin developers should do, but unfortunately we can’t wait for them.
Hopes it works for you too!
IgiThank you. The images works perfectly!
Regards,
IgiForum: Installing WordPress
In reply to: Dashboard wp-admin blank after upgrade 3.1.2Hi,
I have the same issue, but I can’t see anyone of the admin pages. I can see the admin menu on the left, but when I click on it, the page refreshes, and I can see the link in the address bar changing, but nothing displays on the information side.
Please help?
Regards,
Igi