Pascal Van Hecke wrote:
Hi,
I installed midgard on a Redhat 8.0 with Anders
Karlsson's rpm's
(http://marc.theaimsgroup.com/?l=midgard-user&m=104194597416579&w=2).
Everything works fine, except for the page rendering
itself. If I look at the source for the root page of
the example site, I get:
<?<?<?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<?$vmuchost = mgd_get_host($midgard->host); $mgdroot =
$vmuchost->prefix; ?>
...
The include php code in the style elements and in the
page content seems not to be interpreted but simply
rendered, I assumed this has something to do with the
short_open_tag...
I did set short_open_tag = On in /etc/php.ini,
however, (and restarted apache).
Are there any other settings I have to look into?
Pascal
Hmm, that is a strange one, it should work.
use php_info() to determine _where_ your server is actually looking for the php.ini file. -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
