[mythtv-users] mythweb errors

Michael Drons mdrons at yahoo.com
Tue Feb 28 01:48:00 UTC 2012


Trying to figure out some errors I am seeing in mythweb (after an upgrade).
I running mythtv version:   v0.25pre-4702-g14ec737

php --version
PHP 5.4.0-rc8-pl0-gentoo (cli) (built: Feb 27 2012 16:43:05) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

I am not sure if my errors are related to mythweb or something in PHP.  Any direction would be helpful.


Here are my errors:

[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
[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
[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




I was also seeing this error

[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

changing /usr/local/share/mythtv/bindings/php/MythBase.php line 50:
50c50
<             Cache::setObject($this->cacheKey, $this, $this->cacheLifetime);
---
>             Cache::setObject($this->cacheKey, &$this, $this->cacheLifetime);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20120227/eaed4f98/attachment.html 


More information about the mythtv-users mailing list