Re: [psa-users] Drive Include Path Problem on new pages
Brought to you by:
koivi
From: Albert L. <al...@pl...> - 2003-05-19 11:56:29
|
Hi Peter, It sounds like metabase is not loading the db driver correctly. I'm surprised that you can log in because the config file is the one that contains the matabase directives, not _restrict.php. The documentation on metabase is actually pretty good I think. You need to give the profile access to the page as well as add it to the site structure, but it doesn't sound like that is the problem. You're not using the CVS version are you? Justin, do you know anything about this? - Al On 5/18/03 6:06 PM, "Peter Hiltz" <pe...@pe...> wrote: > 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 > > > ------------------------------------------------------- > This SF.net email is sponsored by: If flattening out C++ or Java > code to make your application fit in a relational database is painful, > don't do it! Check out ObjectStore. Now part of Progress Software. > http://www.objectstore.net/sourceforge > _______________________________________________ > phpsecurityadm-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsecurityadm-users > |