antman
|
| Posted: 05/09/2002, 5:05 AM |
|
Fatal error: Class clsdbmysql_test: Cannot inherit from undefined class db_ in c:\...\Common.php on line 68
I have this error in 2 different computers I installed CCStudio. This error occures only when I output PHP code and not in ASP. I have this problem both using msaccess or mysql databases.
The db_ class does not exist. Is it not included? Does it have another name?
Help
|
|
|
 |
antman
|
| Posted: 05/09/2002, 5:25 AM |
|
Looks like it was a standard "i can't find the option" problem, that it has already been resolved. Sorry... (world changes, so do dialog boxes)
http://www.gotocode.com/disc_viewt.asp?mid=9579&
|
|
|
 |
MikeRz
|
| Posted: 05/09/2002, 3:06 PM |
|
I found that I was receiving the same error and upon investigation noticed that the generated code contained incorrect syntax. My said "extends db" at the end. This should be remarked. Just add // infront of "extends" in Common.php at line 68 and the application will run. Although it won't do anything because of numerous additional errors which I am trying to track down. Apparently the PHP/MySQL generator is not working correctly....
|
|
|
 |
|