[psa-users] Drive Include Path Problem on new pages
Brought to you by:
koivi
From: Peter H. <pe...@pe...> - 2003-05-18 22:07:02
|
I've just tried to install phpsecurityadm. I was a little frustrated by the documentation on metabase, but finally got so that I could log on to the admin page, add users, change passwords, etc. I can't get the driver_test stuff on metabase to work, but phpsecurity seems to work... Things are looking promising, so I build a page (in the directory above all the metabase and phpSecurity pages), adding it to the database, and get the following error. it was not specified a valid DBMS driver include path OK. I'm lost. Where might the system be breaking down? I'm running a linux box with mysql. The test page is simply: <?php require_once "phpsecurityadmin/_restrict.php"; echo "<html><title>Starting Page</title><body><h4>Starting Page</h4><br />"; echo "Starting page stuff"; echo "</body></html>"; ?> Peter |