New installed Joomla3.0.3 based on PostgresQL9.1, after removing the folder "installation", then go to the Home page of the new Website and try to register a new user, after filling all the Required fields, click [Register] button, the error comes out, "Database query failed (error # %s): %s SQL=SELECT id FROM v6r8d_users WHERE block = 0 AND sendEmail = 1".
The PostgresQL database logfile gives the ERROR info : column "sendemail" does not exist at character 60.
I can't fix this problem, anyone can help me please?!


Good news, I fixed the problem.
In the file : Joomla_3.0.3-Stable-Full_Package\components\com_users\models\registration.php
In the rows : row 94,row 96,row 484,row 486,row 514
change sendEmail to \"sendEmail\"
That is all!