Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MySQL md5() error
I have received the following error when submitting my admin information on the first installation form. I am able to insert a record into the GDN_user table using the md5() function from phpMyAdmin. Why is this failing? Thanks.
Fatal Error in Gdn_Database.Query();
FUNCTION zsstest_vanilla_forum.md5 does not exist
insert GDN_User
(Name, Password, Email, ShowEmail, Gender, DateOfBirth, DateFirstVisit, DateLastActive, DateInserted, DateUpdated, Admin, UserID)
values (:Name, md5(:Password), :Email, :ShowEmail, :Gender, :DateOfBirth, :DateFirstVisit, :DateLastActive, :DateInserted, :DateUpdated, :Ad
Fatal Error in Gdn_Database.Query();
FUNCTION zsstest_vanilla_forum.md5 does not exist
insert GDN_User
(Name, Password, Email, ShowEmail, Gender, DateOfBirth, DateFirstVisit, DateLastActive, DateInserted, DateUpdated, Admin, UserID)
values (:Name, md5(:Password), :Email, :ShowEmail, :Gender, :DateOfBirth, :DateFirstVisit, :DateLastActive, :DateInserted, :DateUpdated, :Ad
0
Answers
Please provide additional information:
OS
MySQL version
Vanilla Version
Vanilla Forums COO [GitHub, Twitter, About.me]