Title: PHP errors
Last modified: December 17, 2017

---

# PHP errors

 *  Resolved [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/php-errors-114/)
 * 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](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/php-errors-114/#post-9792075)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/php-errors-114/#post-9792075)
 * Status: resolved