|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Installing patUser
Help,
Am I the only one that cannot get patUser to install? By this I mean run the first example in the Install.txt. I've installed Apache/Php/Mysql with phpdev I've made a folder for my Project I've copied the files in the "/includes" directory into the C:/phpdev/php/includes directory (I think thats what I needed to do?) I'm locally developing and so don't have a password and username set for MySql and so I'm using the $dns as mysql://root@localhost/pat Copied all the patUser 2.2.2 directory structure into my project folder and I get the following error message when I fire up example.php Warning: Failed opening 'DB.php' for inclusion (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:\phpdev\www\chriswebsite\patuser-2.2.2\prepend.php on line 11 Can anybody help - I've read almost everything I can find Thanks for any help pheets ![]() |
|
#2
|
||||
|
||||
|
Which article is this in reference to?
|
|
#3
|
|||
|
|||
|
patUser Authethenticating Users with Php Part 1
Hi the article I'm reffering to is this onehttp://www.devshed.com/Server_Side/PHP/patUser/patUser1/page1.html
Thanks |
|
#4
|
|||
|
|||
|
Did you ever get a resolution to this error? I have the same error running sokkit and patuser 2.2.3
I am getting this error now: Fatal error: Undefined class name 'db' in C:\sokkit\site\patUser\include\patUser.php on line 569 // otherwise setup dbc $this->authDsn = $dbc; $this->authDbc = DB::connect( $dbc, $persistent ); if( DB::isError( $this->authDbc ) ) { return $this->authDbc; } return true; |
|
#5
|
|||
|
|||
|
The DB.php file referred to in the first post is apparently from the PEAR library. At least I stopped getting the error once I found one.
|
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > Installing patUser |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|