qTranslate-Team / qtranslate-x

Wordpress plugin: Adds user-friendly and database-friendly multilingual content management and translation support.
http://qtranslatexteam.wordpress.com/about/
GNU General Public License v3.0
203 stars 151 forks source link

PHP qtranslate error I think #603

Open duncanjohnson opened 5 years ago

duncanjohnson commented 5 years ago

Hi all and thanks

I have an issue with my website, www.africanoverlanders.com, I am getting a error message

Warning: Parameter 2 to qtranxf_postsFilter() expected to be a reference, value given in /home/africano/public_html/wp-includes/class-wp-hook.php on line 286

having opened class-wp-hook in Notepad line 286 is the third line down

if ( false === $priority ) { $this->callbacks = array(); } else if ( isset( $this->callbacks[ $priority ] ) ) { unset( $this->callbacks[ $priority ] );

I have also put into a different theme and the issue stays I have also troubleshooted with health check and trouble shooting and turned on the plugins the issue is fixed until I turn on qtranslate.

Can anybody help me with a fix as the translation is an important part of my website. If not where can I go to find help, thank you

herrvigg commented 5 years ago

hello, qTranslate-X is abandoned (since 2016) but we have been reviving the project as qTranslate-XT in a new repo: https://github.com/qtranslate/qtranslate-xt It's (still) fully compatible, check the FAQ for more info.

The other good news it this PHP issue should be fixed in this repo ;)