Hi raul292!
Can you check what version of PHP and WordPress you are using, and share those version numbers?
Thanks
Matthew
Hi Matthew,
Here is the information.
Wordpress 4.4.2
PHP Version 5.3.29
Thanks!
Thanks for this info!
I believe the problem you are having comes from using PHP 5.3 . Version 5.4 has been released since 2012 and 5.3 was deprecated altogether back in August of 2014. If possible I would recommend that you upgrade to at least 5.4
I understand that this might be difficult, so alternatively if you go to the developers tab on the plugin and download 1.0.2 of the plugin and install it manually, it should work with PHP 5.3.
https://ww.wp.xz.cn/plugins/transifex-live-integration/developers/
Thanks for the answer.
I updated to the 5.4 php verion, and managed to activate the plugin
However, in settings, when I add the api key, I get this error:
Fatal error: Call to undefined function array_column() in wp-content/plugins/transifex-live-integration/includes/admin/transifex-live-integration-settings-util.php on line 54
The api key was obtained as explained here:
http://docs.transifex.com/live/quick-start-guide/
Thanks!
Hi raul292!
There were some incompatibilities with PHP 5.4 as well. I patched them and deployed a new version 1.2.1 which you can download here.
Please give that a try and let me know if you encounter any additional issues!
Hi Matthew,
Thanks for the update.
This time,I managed to install the plugin, however when trying to activate the subdirectory structure (one language per subdirectory), I get no result. I disactivated the language picker. I visited the permalink page.
I also notices that the hreflang annottaion is not properly implemented, and I get something like:
http://fr/www.mysite.co.uk/”
Thanks again for the help.
Got it.
I verified the hreflang issue and pushed a patch version 1.2.2 which you can download here
The other thing you might need todo to activate the subdirectory rewrites is to select the WordPress objects to apply the rewrite to. So if ‘page’ is selected the rewrite will work for WordPress pages, ‘post’ for posts, etc. I have a quick video that you can review here: https://www.youtube.com/watch?v=cEpiFXd8QAM
Additionally I have an updated UI that will be released shortly that will hopefully make this setup more clear.