Monday 19 November 2007 8:52:00 am
Hi.
Thank you for your job with ez.
I love it very much.
I instaled it (3.10) with a flat installation for an ecommerce site pourpose and all works correctly.
I installe a personal graphics, with css, templates and html.
During the final steps of my works realize that the site cannot make User registration. When I compile the user registration form I receive a:
Fatal error: Call to a member function on a non-object in c:\vhosts\www-namesite-it\kernel\user\register.php on line 198 Fatal error: eZ Publish did not finish its request
searching in the User Account sectin I find that does not exist the Members user group. I have Anonymous, Administrator and editor but not members.
Can I charge it with a package without corrupt the database? And where I find it?
I tried to create it with all permssion but it will be created with node id 228.
Then I tried changing the site.ini.append.php file with
[UserSettings]
RegistrationEmail= DefaultUserPlacement=228 but again I receive the same message.
Oh.The line 198 of register.php is: $hash = md5( mktime( ) . $user->attribute( 'contentobject_id' ) );
the user is correctly created in the Members folderbut it cannot log.
I forgot something?
Can you help me? Thanks in advance
|