<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Trying to figure out some errors I am seeing in mythweb (after an upgrade).</div><div>I running mythtv version: v0.25pre-4702-g14ec737</div><div><br></div><div>php --version<br>PHP 5.4.0-rc8-pl0-gentoo (cli) (built: Feb 27 2012 16:43:05) <br>Copyright (c) 1997-2012 The PHP Group<br>Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies</div><div><br></div><div>I am not sure if my errors are related to mythweb or something in PHP. Any direction would be helpful.<br></div><div><br></div><div>Here are my errors:</div><div><br></div><div>[Mon Feb 27 20:29:39 2012] [error] [client 10.100.10.225] PHP Warning: Unknown: function '0' not found or invalid function name in Unknown on line 0<br>[Mon Feb 27 20:29:40 2012] [error] [client 10.100.10.225] PHP Warning: Failed to open translation
file: modules_path/_shared/lang/English.lang in /var/www/localhost/htdocs/mythweb/classes/Translate.php on line 173<br>[Mon Feb 27 20:29:40 2012] [debug] mod_deflate.c(602): [client 10.100.10.225] Zlib: Compressed 28791 to 4985 : URL /mythweb/mythweb.php<br></div><div><br></div><div><br></div><div><br></div><div>I was also seeing this error<br></div><div>[Mon Feb 27 20:06:36 2012] [error] [client 10.100.10.225] PHP Fatal error: Call-time pass-by-reference has been removed in /usr/local/share/mythtv/bindings/php/MythBase.php on line 50</div><div><br></div><div>changing /usr/local/share/mythtv/bindings/php/MythBase.php line 50:</div><div>50c50<br>< Cache::setObject($this->cacheKey, $this, $this->cacheLifetime);<br>---<br>> Cache::setObject($this->cacheKey, &$this,
$this->cacheLifetime);<br></div><div><br></div></div></body></html>