Page 1 of 1

register form

PostPosted: Wed Sep 26, 2012 9:23 pm
by alvin
hi steve,
I've try to create a register form. But i got a stack...
When i click submit button from the login form,, it is a fatal error : class 'tables_users' not found in c:......\Dataface\Table.php on line 1119
Please help me :cry:

Re: register form

PostPosted: Fri Sep 28, 2012 10:22 am
by shannah
Looks like you added a delegate class php script for your users table but you either haven't defined a class, or the class is named wrong. Check your tables/users/users.php file and make sure that it defines the class tables_users

_Steve