Title: parser.php errors in server log
Last modified: August 22, 2016

---

# parser.php errors in server log

 *  [flapane](https://wordpress.org/support/users/flapane/)
 * (@flapane)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/)
 * Hi,
    latest plugin’s version here. I’ve been getting a few dozens of such lines
   per day in the last months: `PHP Warning: Creating default object from empty 
   value in /home/foo/domains/foo.com/public_html/blog/wp-content/plugins/transposh-
   translation-filter-for-wordpress/core/parser.php on line 731`
 * Which is
    `$this->html->find('language', 0)->innertext = $this->lang;`
 * Any hints?
    Thanks in advance
 * [https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/](https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [oferwald](https://wordpress.org/support/users/oferwald/)
 * (@oferwald)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656708)
 * I suggest you just suppress this with the @ symbol
 * Or reduce the warning level 😉
 * Best,
 *  Thread Starter [flapane](https://wordpress.org/support/users/flapane/)
 * (@flapane)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656728)
 * I can’t edit the verbosity level on my web hosting, but what’s important is that
   this is not a critical error, and I can ignore it. 🙂
    Thanks
 *  [Kerfred](https://wordpress.org/support/users/kerfred/)
 * (@kerfred)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656897)
 * Hi,
 * I get the same error. My error log files are full of these messages.
    Is it possible
   to fix it in the next release? Thanks in advance.
 *  Thread Starter [flapane](https://wordpress.org/support/users/flapane/)
 * (@flapane)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656974)
 * Actually, given the fact that such warnings are more and more growing (thousands
   of them), and from time to time I need to check my error log, I think that it
   could be useful to suppress such warning messages (even if they shouldn’t never
   ever be suppressed).
    However, I’m not sure about the right steps to follow: 
   I’m supposed to add a @ to the culprit function. However, on line 731 there’s
   no function: `$this->html->find('language', 0)->innertext = $this->lang;`
 * Would you be so kind to help me (and maybe consider suppressing them in the source
   code, so that one doesn’t have to manually do it every time the plugin is updated)?
 * Thanks in advance
 *  Plugin Author [oferwald](https://wordpress.org/support/users/oferwald/)
 * (@oferwald)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656977)
 * @$this->html->find(‘language’, 0)->innertext = $this->lang;

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘parser.php errors in server log’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/transposh-translation-filter-for-
   wordpress_495166.svg)
 * [Transposh WordPress Translation](https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/transposh-translation-filter-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/transposh-translation-filter-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/transposh-translation-filter-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/transposh-translation-filter-for-wordpress/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [oferwald](https://wordpress.org/support/users/oferwald/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/parserphp-errors-in-server-log/#post-5656977)
 * Status: not resolved