[mythtv-users] mythweb2 and 0.10 release?
Dane Kantner
webmaster at dddane.com
Fri Aug 1 16:44:11 EDT 2003
> page should have been generated by the script. Something you could try
> doing is setting the short tags option on in the PHP settings file. Add
> or set the following line in /etc/php.ini:
> short_open_tag = On
> see if that doesn't help you out.
>
you shouldn't really be getting all of those errors ...the cannot execute
thing is less of a problem with the php coding and more of a problem in your
setup... there *are* ways of getting around the exec issues in safe mode
(e.g., calling perl to run it), but thats more of a hack and probably isn't
necessary for 90% of the mythweb users
so..going along with the adding that line to /etc/php.ini theme....maybe add
a line to turn safe mode off... i wrote a post about this earlier, after
getting warnings about the safe mode (in a default mandrake 9.1 install)
...my installation had a blank /etc/php.ini file, meaning php was booting
with pretty conservative compiled in defaults... add a "safe_mode = Off"
...safe mode is really only important if you're setting up a shared hosting
server... i also added safe_mode_gid = Off but don't really remember the
reasoning behind that.also, i set added doc_root = , user_dir =
(yes,=nothing).
-dane
More information about the mythtv-users
mailing list