register form

Archived from the Xataface Users forum.

alvin — Wed Sep 26, 2012 9:23 pm

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


shannah — Fri Sep 28, 2012 10:22 am

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