Forums
This topic is locked
UD PHP Phakt Connections
Posted 21 Jan 2002 18:13:00
1
has voted
21 Jan 2002 18:13:00 Graham Boothby posted:
Hi allAs a total newcommer to all this I have used UD with Phakt and PHP with a mysql database to produce a site
This works well on my own machine, the problems come when I put it onto my ISP ( Communitech)
If I use php scripts that I have got off line such a for uploading, these work satisfactorilym but when I try to run pages that have been written by the above combination I get the following error messages:
Warning: Failed opening '/adodb/adodb-mysql.inc.php' for inclusion (include_path='') in /adodb/adodb.inc.php on line 2052
Fatal error: Cannot instantiate non-existent class: adodb_mysql in /adodb/adodb.inc.php on line 2084
If I try to show my connections script page /Connections/conntrials I get the following message
Fatal error: Call to undefined function: adoloadcode() in /xxxxxx/public_html/Connections/conntrials.php on line 22
Line 22 is
ADOLoadCode($MM_conntrials_DBTYPE);
and earlier in the script at line 18 $MM_conntrials is defined
$MM_conntrials_DBTYPE = "mysql";
Unless of course I have made some basic error
Any assistance would be greatly appreciated
Thanks in advance
Edited by - joelmartinez on 23 Jan 2002 12:04:23