asalihsimsek / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

New users not created #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create first user during installation of 
2.Create new user later
3.

I had the same issue that was reported before when no user was created during 
install. My root user has all privileges.
I was able to create a user manually using the code from User.php to generate a 
password hash.
Subsequently, I can modify the user, but cannot create new ones with the cms.

After creating a user manually, I can run setup which creates the user tables 
and all seems to work after.

I had several other problem related to missing php extensions, in particular 
mysql (deprecated in php 5.5) and mbstring, the lack of which was blocking some 
queries. I did not find a list of all required extensions, maybe I am still 
missing one.

I would suggest a check of ALL required extensions in setup.

What version of the product are you using? On what operating system?
v. 4 beta 8 on Redhat 6, php 5.5, Apache 2.2

Thanks for all the work.

Original issue reported on code.google.com by mushing...@gmail.com on 25 Jul 2014 at 12:42