Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Dev Toolbox Error

New Here ,
Aug 17, 2007 Aug 17, 2007

Copy link to clipboard

Copied

I'm trying to create a user registration form using the developer toolbox, I'm building it and everything, when I'm running it, I'm getting the following error:

Fatal error: Class 'tNG_FormValidation' not found in D:\wamp\www\dw\r.php on line 14

Here is the code from line 14 till 18

quote:

$formValidation = new tNG_FormValidation();
$formValidation->addField("user", true, "text", "", "", "", "");
$formValidation->addField("pass", true, "text", "", "", "", "");
$formValidation->addField("email", true, "text", "email", "", "", "");
$tNGs->prepareValidation($formValidation);


Can someone please tell me what am I doing wrong?
TOPICS
Server side applications

Views

317
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 17, 2007 Aug 17, 2007

Copy link to clipboard

Copied

LATEST
GS0997 wrote:
> I'm trying to create a user registration form using the developer toolbox, I'm
> building it and everything, when I'm running it, I'm getting the following
> error:
>
> Fatal error: Class 'tNG_FormValidation' not found in D:\wamp\www\dw\r.php
> on line 14


It means that the file containing the definition for the
tNG_FormValidation class cannot be found.

All the class files are located in the includes folder that ADDT creates
in your site root. Don't ask me which one, because the ADDT includes
folder contains about 30 subfolders and more than 150 files.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines