How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password Post Description:
Post Tags: how, to, fix, odfaq, mysql, installation, errors, database, admin, login, password, Scripts, Wallpaperama, Free, Wallpapers This Post Has Been Viewed 1454 Times Since Thu Mar 29, 2007 8:42 pm Posted By hostman with 8 replies
How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
one of my favorites scripts is call ODFaq by oodie.com. What is ODFaq? accroding to oodie.com: its a PHP application that allows you to manage frequently asked questions. You can create/edit/delete entries using user-friendly web based interface. The only problem i had with the installation were two. one with the database and the other one with the default admin login and password.
- MYSQL ERRROR - 1. the mysql error:
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'ifnull' To fix this problem these are the steps i took to fix.
1. login to mysql using phpmyadmin
2. DELETE THE CURRENT NEWLY INSTALLED DATABASE by clicking on the "Drop" tab in phpmyadmin panel. will look the picture below:
3. now create a new database, lets call it "odfaq" or whatever you want, im going to name the new database as "odfaq", IMPORTANT: now on the collation drop down menu, make sure to select latin_swedish_ci 4. now dump the database.sql included in the script and try opening the script again with your browser, this time you should not get this error:
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'ifnull'
- NOW THE ADMIN ERROR - now that you have corrected the database error, you go to the admin directory and you try to login as "admin" and "admin" for password but it doesn't work. According to the install.html file, these are the defaults. but they don't work.
When i look at the admin password in myphpadmin, its encrypted, so i need to change it. this is how you change it:
1. go to the odfaq_user table in your myphpadmin panel. you will notice that the default password is set to "43e9a4ab75570f5b" but who knows what that is, since its encrypted, i have no idea what it is. so take the next step to reset the password.
2. click on the edit button (the one that looks like a pencil)
3. when you click on the edit button, you can edit the fields. edit the following fields:
for Function select: PASSWORD
for Value enter: password It should look like something like the image (picture) below:
now hit submit for the changes to take affect. you will notice that the password field is now encrypted by it has the following password:
*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19
Now try to login to the admin section with
username: admin
password: password
SUCCESS!!
Thats it. hope it helps. Please provide any comments to suggestions. Thanks.
Leave Your Comments
Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites
Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
Comments and replies About How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
:: 1 :: Reply #1432 Reply By Mike On Tue Apr 10, 2007 12:07 pm
I could not reset the admin password after our developer left. Thank you!
:: 2 :: Reply #1723 Reply By Sam On Wed Dec 31, 1969 4:33 pm
I had this same problem but i was able to fix it with your help.
thanks
:: 3 :: Reply #1724 Reply By Sam On Wed Dec 31, 1969 4:33 pm
How To Fix ODFaq MYSQL Installation Errors Database admin login password it helped me to discover the problem solution. thanks
:: 4 :: Reply #1779 Reply By tesla On Tue Apr 24, 2007 8:26 pm
this is very helpful, thanks for posting this information here
:: 5 :: Reply #3011 Reply By Luke Ray On Sat May 12, 2007 4:58 am
many thanks for the solution to a very irritating problem :-)
:: 6 :: Reply #21645 Reply By Darryl On Tue Sep 25, 2007 12:11 am
this helped my login issue, thanks! but for some reason my install won't display the faq's i have entered? any thoughts?
:: 7 :: Reply #46781 Reply By Thankyou On Sun Mar 23, 2008 4:10 pm
thanks a lot !!!! very very nice
:: 8 :: Reply #51566 Reply By CL On Fri Apr 25, 2008 1:29 pm
do you have a contact for the people who made this script? i'm trying to find the code that lays out the category list so i can add a font style to those links and i've looked through every single file.