Mike Rembisz
|
| Posted: 05/06/2002, 6:18 PM |
|
I hope somebody can direct me to the answer. I have searched this forum but could not locate an answer.
I have installed FirePages (Apache/PHP/MySQL) on my Win98SE computer. It is working perfectly. I have also installed MyODBC and updated mdac to 2.6 and can connect to MySQL through admndemo.exe.
I have just downloaded and installed CodeChargeStudio. When I select MyODBC and run 'Test', I can connect to MySQL when I'm building an application. But in 'Live Page' mode, I receive the following error -- Fatal error: Class clsdbconnection1: Cannot inherit from undefined class db_ in c:\phpdev\www\taskmanager\Common.php on line 68.
Does anybody have a clue to what is happening? I have worked with CCS most of the day and this seems to be the only hurdle left. Please help... Thanks.
|
|
|
 |
Andrew B
|
| Posted: 05/06/2002, 7:57 PM |
|
It sounds like the templates for PHP are not finished, or those for MySQL. I would wait till final shipping to play with this one.
ASP works pertty darn well, as does C#, though.
|
|
|
 |
Brent
|
| Posted: 05/06/2002, 8:12 PM |
|
Right click on your Connections node and select Edit. Make sure Database is set to
MySQL and the Server page has PHP Database Library set to MySQL and not mSQL (default).
This should clear up the problem. (Why it defaults to mSQL is anyone's guess. It
should default to a blank and generate an error so these problems don't happen)
:)
|
|
|
 |
|