Forums / Install & configuration / Error editing users
Rib Rdb
Saturday 01 February 2003 8:41:56 pm
When I try to edit the anonymous or administrator users (they're the only users I have) I get this error: Fatal error: Undefined class name 'ezcontentclass' in /Users/ribrdb/Sites/ezpublish-2.9-6/kernel/user/edit.php on line 48 Fatal error: eZ publish did not finish it's request
The execution of eZ publish was abruptly ended, the debug output is present below.
Eric Floehr
Sunday 02 February 2003 7:59:20 am
> When I try to edit the anonymous or administrator users > (they're the only users I have) I get this error: > Fatal error: Undefined class name 'ezcontentclass' in > /Users/ribrdb/Sites/ezpublish-2.9-6/kernel/user/edit.php on > line 48 > Fatal error: eZ publish did not finish it's request > > The execution of eZ publish was abruptly ended, the debug> output is present below.
Funny, I just put a bug out for this same issue. You can fix the problem by adding:
include_once( "kernel/classes/ezcontentclass.php" );
at the top of edit.php with the other includes.
Regards,Eric