I have everything turning green when running poc/test.php but when I go to index.php I get:
----------- end paste from my browser ---------- out('CHARACTER_ENCODING')?>"' /> out('WELCOME')?>!
out('INTRO')?>
out('LOGIN')?> out('NICKNAME')?>: ----------- end paste from my browser ----------
[And so on.] with the tab string "<?=$_SESSION['translator']->out('TITL"
What am I missing?
I'm running Redhat 8.0 (default apache, php 4.2.2, mysql of 3.23.56), using Mozilla 1.4 (debug version), and am trying phpopenchat-3.0.0b2
Thanks for any pointers.
Lost....
Found out that I had to change the php.ini setting to accept <? as PHP and then had to restart httpd.
Log in to post a comment.
I have everything turning green when running poc/test.php but when I go to index.php I get:
----------- end paste from my browser ----------
out('CHARACTER_ENCODING')?>"' />
out('WELCOME')?>!
out('INTRO')?>
out('LOGIN')?>
out('NICKNAME')?>:
----------- end paste from my browser ----------
[And so on.] with the tab string "<?=$_SESSION['translator']->out('TITL"
What am I missing?
I'm running Redhat 8.0 (default apache, php 4.2.2, mysql of 3.23.56), using Mozilla 1.4 (debug version), and am trying phpopenchat-3.0.0b2
Thanks for any pointers.
Lost....
Found out that I had to change the php.ini setting to accept <? as PHP and then had to restart httpd.