problem getting started: undefined class
Archived from the Xataface Users forum.
eludden — Mon Feb 12, 2007 10:50 am
Following the first guidelines in the user manual, my files looked like this:
conf.ini:
[_database]
…
[_tables]
tbl_addresses= “Addresses”
index.php:
display();
?>
I get the error:
Fatal error: Undefined class name ‘dataface_authenticationtool’ in /hermes/web08/b1458/pow.shakespeare/htdocs/dataface-0.6.13/Dataface/Table.php on line 1209
Who can help?
shannah — Mon Feb 12, 2007 12:31 pm
This is a small bug introduced in the latest version.
The patch is here http://framework.weblite.ca/development/issue-tracker/145
I’ll be releasing a new version later today that includes all patches to this point.
-Steve
shannah — Mon Feb 12, 2007 1:26 pm
OK.. check the sourceforge download page.Ê The new vesion 0.6.13r4 fixes this issue.Ê A set of patches to upgrade from various versions is also there.
-Steve
eludden — Tue Feb 13, 2007 10:49 am
I can testify that the new version solves this particular problem.
Thanks Steve, also for sharing this software.
Erik