trohau
Forum Replies Created
-
Forum: Plugins
In reply to: [simpleSAMLphp Authentication] Namespace incorrectBtw running this on WordPress version 4.9.8, so the plugin still works.
Forum: Plugins
In reply to: [Polylang] Fatal error after update from 1.9.3 to 2.02.0.1 seems to work fine.
Some info:
I use wp-cli to manage WordPress from the (linux/ubuntu) console, but running it with 2.0 installed just gave the error above. Thus I was unable to deactivate 2.0 or update from 2.0 to 2.0.1.
So, to get rid of the polylang 2.0 installation and do a reinstall, I did the following manual steps:
As the wp-user:
% cd /tmp
% wget https://downloads.wp.xz.cn/plugin/polylang.2.0.1.zip
% cd /var/www/wp-content/plugins
% mv polylang /tmp
% unzip /tmp/polylang.2.0.1.zip
% wp plugin list
% wp plugin deactivate polylang
% wp plugin activate polylangAs root:
% /etc/init.d/apache2 restartThen it seems to work.
Please advice if this procedure is not OK, or what more steps I should perform. Anyway I’m happy until someone makes me unhappy 😉
Thx. to @chouby for the rapid fix.
Forum: Plugins
In reply to: [Polylang] Fatal error after update from 1.9.3 to 2.0Well, Polylang is said to work with PHP version 5.2.4 and later, so I hope (recommend) the developer to change the implementation of 2.0 so that is still the case.
Forum: Plugins
In reply to: [Polylang] Fatal error after update from 1.9.3 to 2.0php –version
PHP 5.3.10-1ubuntu3.23 with Suhosin-Patch (cli) (built: May 19 2016 20:38:03)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies