[mythtvnz] Weird - blank mythweb/tv/recorded
tortise
tortise at paradise.net.nz
Thu Jan 19 09:49:55 GMT 2012
On 19/01/2012 10:19 p.m., tortise wrote:
it is also in my error.log.
>
> [Thu Jan 19 22:09:12 2012] [error] [client 127.0.1.1] PHP Fatal error:
> Allowed memory size of 67108864 bytes exhausted (tried to allocate 91
> bytes) in /usr/share/mythtv/mythweb/includes/translate.php on line 142
>
> The different line (148 vs 142) may be due to different versions.
I tried increasing the allocated memory in php.ini as per some websites,
memory_limit=128 increased to 256.
No difference.
The translate.php code is:
/**
* Load a translation file into the global translation array
*
* @param string $path The path to the translation file
/**/
function load_translation() {
global $L;
// Already loaded?
if (is_array($L) && count($L)) <<<<<Line 142
return;
$L = array();
Hmmm Something to do with translations?
More information about the mythtvnz
mailing list