PHP error with PHP version 7.1* FIX
-
Following error
[error] 8783#8783: *85967 FastCGI sent in stderr: "PHP message: PHP Warning: Parameter 2 to qtranxf_postsFilter() expected to be a reference, value given in /var/xxx/wp-includes/class-wp-hook.php on line 298is fixed by removing the&in line 523 in qtranslate_frontend.php where it standsfunction qtranxf_postsFilter($posts,&$query) {//WP_Query. Just rename it tofunction qtranxf_postsFilter($posts,$query) {//WP_QueryBest regards.
The topic ‘PHP error with PHP version 7.1* FIX’ is closed to new replies.