Hi folks,
I installed and used the plugin until some weeks ago when during an update it break my blog
Deactivated and de-installed it now I canât install it anymore
you canât just delete the one,you have to declare the array. Think that there is another one somewhere too. I did it last week, and donât remember exactly. I think I got it to work, but canât quite remember. I will try to check when I get to the office.
I think the only issue the plugin has with php 5.3 is that itâs creating an array with []. That can be changed. Iâll update it later today or early tomorrow.
Iâm pretty sure thatâs right, @simon. I had this problem last week and I think that I just changed two array declarations and that it worked after that. (OTOH, Iâve configured a whole bunch of stuff and it could be that there was something else wrong and I gave up.)
Thatâs definitely true. In my case, Iâm working on moving off of my old Ubuntu 12.04 server. Iâm sure itâs going to happen any day now.
I think the people who are saying that the plugin shouldnât support PHP versions < 5.4.0 are right. Iâve just updated the plugin and added a check for the PHP version to the pluginâs activation function. Attempts to activate the plugin with an unsupported PHP version will be halted.
Iâve also added a couple of notes to the pluginâs readme to say that it requires php >=5.4.0.
@alefattorini if you are unable to update your PHP version and need a hand getting the plugin running on php-5.3.3, get in touch with me.
Assuming that the packages being used are those provided by the OS vendor, that version of PHP will get security updates, based on backported patches of security vulnerabilities provided for later releases.
This is the best solution. Even if itâs a simple change to allow support for PHP 5.3, itâs a really bad idea to encourage any usage of it whatsoever.
PHP 5.3 has been unsupported for over 2 years. PHP 5.5 is EOL. PHP 5.6 support ends in 1 month.
Note: this repo was created to help people with existing wp-discourse setups that broke when updating from a previous version of the plugin. It wonât be receiving any updates!
If your WordPress installation is using a php version of less than 5.4, contact your hosting provider to see what can be done about upgrading the version.