How do you configure this application for MySQL?
I am getting the following error:
Fatal error: Undefined class name 'db' in c:\program files\easyphp1-8\www\helpdesk\system\db.php on line 59
Please help!
email: rtroth at tritecrealestate dot com
Logged In: YES user_id=1768647 Originator: NO
Ran into that issue myself
You need to install the PEAR DB module
Provided you have PEAR already installed on your server (Unix) just type
pear install DB
Log in to post a comment.
Logged In: YES
user_id=1768647
Originator: NO
Ran into that issue myself
You need to install the PEAR DB module
Provided you have PEAR already installed on your server (Unix) just type
pear install DB