• Very many errors in the logfile:
    PHP Warning: Parameter 2 to qtranxf_postsFilter() expected to be a reference, value given in /.../wp-includes/class-wp-hook.php on line 286

Viewing 1 replies (of 1 total)
  • Thread Starter Jacob N. Breetvelt

    (@opajaap)

    Found the fix.

    File …/wp-content/plugins/qtranslate-x/qtranslate-frontend.php line 523 reads:

    function qtranxf_postsFilter($posts,&$query) {//WP_Query
    change it into:
    function qtranxf_postsFilter($posts,$query) {//WP_Query

Viewing 1 replies (of 1 total)

The topic ‘PHP errors’ is closed to new replies.