|
Hello all. I'm totaly green with cmss mySQL and all that thing. But finally I tried to learn something about it and I installed mySQL 5.0.15, php4.4.1 and Joomla 1.0.4 on my PC. All instal process goes welll until i tried to add new user from admin pan. Joomla succesfully added user to my database ( i've checked ) but i don't see it in admin user managment panel.
When i tried to register new user from front page I get error message:
mosuser::store failed Field 'params' doesn't have a defaults value SQL=INSERT INTO jos_users ( 'id','name','username','email','password','usertyp e','block','gid','registerDate','activation') VALUES ( some 10 vars)
but in my DB when I've checked with DESCRIBE jos_users I have 13: 'id','name','username','email','password','usertyp e','block','sendEmail','gid','registerDate','lastvisitDate','activation','params'. So a question is why Joomla installed like this, and If this is right or not?
Another thing which doesn't work on my PC is adding section from admin pan. Adding section page is howed ok, but when i click Apply or Save button I get another error message: Fatal error: Call to undefined function: geterrormsg() in d:\inetpub\wwwroot\test\administrator\components\c om_sections\admin.sections.php on line 298.
I've tried on Polish Joomla forum, but as far no response so please help fresh, newbie Joomla user, with no idea how to fix this.
Have a nice day to you all.
|