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.
Options

MySQL md5() error

edited June 2011 in Vanilla 2.0 - 2.8
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
Tagged:

Answers

  • Options
    TimTim Operations Vanilla Staff
    This sounds like an issue with your mysql database, not Vanilla. I've never seen this error before and Google is not helping.

    Please provide additional information:

    OS
    MySQL version
    Vanilla Version

    Vanilla Forums COO [GitHub, Twitter, About.me]

Sign In or Register to comment.