In order for me to get my myth going I had to compile it myself. I got the backend compiled.  I got mythweb working and had a problem with
 
php_value memory_limit                  32M
 
Here is what happens:
 
Fatal error: Allowed memory size of 32 bytes exhausted (tried to allocate 40 bytes) in /var/www/html/mythweb/status.php on line 10
I would always get an error  it seems that what is happening is 32M is not 32 meg but 32 bytes.  I commented this line out and it works.
 
If you change the line to read.
 
php_value memory_limit                  32000000
 
Then it seems to work.
 
 
 
2nd one I am finding is on the status page (not sure why its happening)
 
Warning at /var/www/html/mythweb/status.php, line 23:
file("http://192.168.1.106:6544") - No such file or directory Warning at /var/www/html/mythweb/status.php, line 23:
Bad arguments to implode()
 
Yet if I hit the http URL mentioned it works fine.
 
 
I am also running 4.2.2 of PHP (since this is an internal server no net access) I tend to not muck with it for fear of the Wife Factor and her Myth Recordings <grin>
 
The again these could be related to my system only.
 
 
Jim
 
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to