Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

HELP I messed up my live forum

edited February 2009 in Vanilla 1.0 Help
I had to change the password on my mysql server and now my live Vanilla install wont work. I am sure there are some config files that reference the password for the mySQL database within the files on the remote server but I have no idea which ones they might be to go in and manually make the change. If I could get a list of those file names I could fix this myself...if swapping out the password in these files is going to work. If anyone could help it would be GREATLY appreciated, I have over 3,000 users and no forum now.

Comments

  • Its pretty simple.... go to conf/database.php and change the following entry: "$Configuration['DATABASE_PASSWORD'] = 'YOUR_PASSWORD';
  • edited February 2009
    I did that and it let me back in but as soon as I try to view one of the topics I get a whole page of errors. Followed by this: A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message An error occurred while retrieving attachments. Affected Elements AttachmentManager.RetrieveAttachments(); The error occurred on or near: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS AttachmentID, a. AS UserID, a. AS DiscussionID, a. AS Com For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
  • I get a big list like this before the above error: Notice: Undefined index: Attachment in /home/content/l/a/y/layusn1/html/forums/library/Framework/Framework.Functions.php on line 564 Notice: Undefined index: Attachment in /home/content/l/a/y/layusn1/html/forums/library/Framework/Framework.Class.SqlBuilder.php on line 357 Notice: Undefined index: Attachment in /home/content/l/a/y/layusn1/html/forums/library/Framework/Framework.Class.SqlBuilder.php on line 357 Notice: Undefined index: Attachment in /home/content/l/a/y/layusn1/html/forums/library/Framework/Framework.Class.SqlBuilder.php on line 357 Notice: Undefined index: Attachment in /home/content/l/a/y/layusn1/html/forums/library/Framework/Framework.Class.SqlBuilder.php on line 357
  • Fixed it, it was the attachments extension...I should actually read the error next time...lol...sorry
Sign In or Register to comment.