I am trying to install oreon on a freebsd 6.0, using Apache 2.0.59, PHP 5.1.6, mysql 4.1.21.
When I try to access the webpage after the installation I get the sql query displayed on the page instead of whatever is supposed to be displayed.
It starts with this and then goes on:
query("DELETE FROM session WHERE session_id = '".session_id()."'"); Session:
top(); Session:
tart(); } if (isset($_SESSION["oreon"]))
I believe that php is working because I can use phpinfo() in a testscript under the same directory.
I am probably missing someting basic, but what??
/Matt
When I try to access the webpage after the installation I get the sql query displayed on the page instead of whatever is supposed to be displayed.
It starts with this and then goes on:
query("DELETE FROM session WHERE session_id = '".session_id()."'"); Session:


I believe that php is working because I can use phpinfo() in a testscript under the same directory.
I am probably missing someting basic, but what??
/Matt
Comment