CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Help with inheritence

Print topic Send  topic

Author Message
Randall L. Morgan
Posted: 06/02/2002, 7:54 PM

Hello,

I'm new to CC and have recently downloaded the beta. I installed it on two
Win2k machines. One sever one dev. I'm running Apache, PHP 4.01 and MySQL. I
have access to the tables in my dbs during project creation but, after the
project is created I get an error every time I try to access any of the
files though http. The error I get is:

Fatal Error: Class clsdbconnection1: can't inherit from undefined class db_
in d:/root/eSinglescc\Common.php on line 68.

This line is:
62 // preparing file content for parsing
63 $file_content =
preg_replace("/(<!\-\-\s*begin\s*([\w\s]*\w+)\s*\-\->)/is", $delimiter .
$begin_block . $delimiter . "\\2" . $delimiter, $file_content);
64 $file_content =
preg_replace("/(<!\-\-\s*end\s*([\w\s]*\w+)\s*\-\->)/is", $delimiter .
$end_block . $delimiter . "\\2" . $delimiter, $file_content);
65 $file_content = preg_replace("/(\{(\w+)\})/is", $delimiter .
$tag_sign . $delimiter . "\\2" . $delimiter, $file_content);
66 $this->parse_array = explode($delimiter, $file_content);
67 $this->position = 0;
68 $this->length = sizeof($this->parse_array);

I'm sure this is a trivial error. But my inexperience with CCS has me
stumped. So any help that anyone can give me would be greatly appreciated

Sincerely,

Randall Morgan


Alexey Alexapolsky
Posted: 06/03/2002, 8:44 AM

You have not specified "Database driver" in "Project settings"/
Connection/ Server tab.

--
Alex
CodeCharge Developer


"Randall L. Morgan" <hard@ivic.net> wrote in message
news:adelpi$5sk$1@news.codecharge.com...
> Hello,
>
> I'm new to CC and have recently downloaded the beta. I installed it on two
> Win2k machines. One sever one dev. I'm running Apache, PHP 4.01 and MySQL.
I
> have access to the tables in my dbs during project creation but, after the
> project is created I get an error every time I try to access any of the
> files though http. The error I get is:
>
> Fatal Error: Class clsdbconnection1: can't inherit from undefined class
db_
> in d:/root/eSinglescc\Common.php on line 68.
>
> This line is:
> 62 // preparing file content for parsing
> 63 $file_content =
> preg_replace("/(<!\-\-\s*begin\s*([\w\s]*\w+)\s*\-\->)/is", $delimiter .
> $begin_block . $delimiter . "\\2" . $delimiter, $file_content);
> 64 $file_content =
> preg_replace("/(<!\-\-\s*end\s*([\w\s]*\w+)\s*\-\->)/is", $delimiter .
> $end_block . $delimiter . "\\2" . $delimiter, $file_content);
> 65 $file_content = preg_replace("/(\{(\w+)\})/is", $delimiter .
> $tag_sign . $delimiter . "\\2" . $delimiter, $file_content);
> 66 $this->parse_array = explode($delimiter, $file_content);
> 67 $this->position = 0;
> 68 $this->length = sizeof($this->parse_array);
>
> I'm sure this is a trivial error. But my inexperience with CCS has me
> stumped. So any help that anyone can give me would be greatly appreciated
>
> Sincerely,
>
> Randall Morgan
>
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.