matt
10-11-2006, 01:29 PM
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::stop(); Session::start(); } 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::stop(); Session::start(); } 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