Hi,
I just downloaded the latest version (beta 4) and got the following errors during the installation, although it seems to work OK:
Notice: Undefined property: stdClass::$pass in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$mail in email_confirm_build_mail() (line 335 of /home/agoratec/public_html/profiles/idea/modules/contrib/email_confirm/email_confirm.module).
Notice: Undefined property: stdClass::$pass in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_pass_reset_url() (line 2296 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$pass in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Notice: Undefined property: stdClass::$login in user_cancel_url() (line 2318 of /home/agoratec/public_html/modules/user/user.module).
Unable to send e-mail. Contact the site administrator if the problem persists.
Comments
Comment #1
konforti commentedThese notices seems to come from core's user.module,
which not checking if a variable is not empty before call it.
Its triggered by email_confirm module,
which probably shouldn't call those function in the first place.
A quick fix was to disable (not enable) email_confirm during installation process.
http://drupalcode.org/project/idea.git/commitdiff/5729b3208fbf5bb275e478...
Fixed on 7.x-1.0-beta6
Comment #2
kshitiz commentedI was successfully able to install OpenideaL distribution in a localhost environment using MYSQL database, but when I tried using SQLITE as database, it failed. It would be nice if this distribution would support sqlite as well.
Comment #3
z.stolar commentedMaybe a new issue can be opened with a feature request to support SQLITE