<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 16, 2013 at 1:38 PM, Thomas Börkel <span dir="ltr">&lt;<a href="mailto:thomas@boerkel.de" target="_blank">thomas@boerkel.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI!<br>
<br>
I updated PHP 5.4.13 -&gt; 5.4.17 on Gentoo, which caused the following<br>
errors in the browser for MythWeb:<br>
<br>
-----------------------------------<br>
<br>
Warning: Unknown: function &#39;0&#39; not found or invalid function name in<br>
Unknown on line 0<br>
<br>
Warning: Failed to open translation file:<br>
modules_path/_shared/lang/English.lang in<br>
/var/www/localhost/htdocs/mythweb/classes/Translate.php on line 173<br>
Warning at /var/www/localhost/htdocs/mythweb/includes/session.php, line 21:<br>
!!NoTrans: session_start(): Cannot send session cache limiter - headers<br>
already sent!!<br>
<br>
Warning: date(): It is not safe to rely on the system&#39;s timezone<br>
settings. You are *required* to use the date.timezone setting or the<br>
date_default_timezone_set() function. In case you used any of those<br>
methods and you are still getting this warning, you most likely<br>
misspelled the timezone identifier. We selected the timezone &#39;UTC&#39; for<br>
now, but please set date.timezone to select your timezone. in<br>
/var/www/localhost/htdocs/mythweb/includes/errors.php on line 161<br>
Warning at /var/www/localhost/htdocs/mythweb/modules/status/handler.php,<br>
line 21:<br>
!!NoTrans: Cannot modify header information - headers already sent!!<br>
<br>
Warning at<br>
/var/www/localhost/htdocs/mythweb/modules/_shared/tmpl/default/header.php,<br>
line 12:<br>
!!NoTrans: Cannot modify header information - headers already sent!!<br>
<br>
-----------------------------------<br>
<br>
After some searching around, I did:<br>
ln -s modules modules_path<br>
<br>
This got rid of the Translate error.<br>
<br>
After some more searching, I added this to MythWeb Apache config:<br>
php_value display_errors On<br>
php_value error_reporting E_ALL<br>
<br>
Now all errors are gone (although I would have thought that this ENABLES<br>
error reporting) and MythWeb SEEMS to be OK.<br>
<br>
But I can&#39;t change the channel configuration in MythWeb (the giant table<br>
of all channels) anymore. Any change I make is not being stored to the<br>
database.<br>
<br>
Any ideas?<br>
<br>
Thanks!<br>
<br>
Regards,<br>
Thomas<br></blockquote></div><br></div><div class="gmail_extra">I use Gentoo also. I don&#39;t know if mythweb supports PHP &gt;5.3 yet; I heard of some incompatibility problems earlier. However, the problem with your mythweb channel editing is probably caused by your post_max_size being too small. For your case, you&#39;ll probably need to edit /etc/php/apache2-php5.4/php.ini Find post_max_size and change it to 64M (mine was 8M). You might have to do it to other php.ini files as well--I had them in /etc/php/apache2-php4, /etc/php/apache2-php5, /etc/php/apache2-php5.3 and /etc/php/apache2-php5.4  I changed them all. Then do a /etc/init.d/apache2 reload to use the new values.<br>

<br></div><div class="gmail_extra">Karl<br></div></div>