How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
Posted On Thu Mar 29, 2007 By hostman In Wallpaper Scripts Forums And Topics About Programming Forums
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.
- 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.
Mum Sat Jan 21, 2012
Thanks, wery...wery much, I did not have MyAdmin, but I solvde my problems anyway (zorry my English)
creado.pl Tue Oct 11, 2011
Now I know. Big thanks, really helpfull.
Jax Sat Jan 01, 2011
You're so nice... It's work
Thank you so much...
Thank you so much...
Maarten Sat Mar 13, 2010
Thanks a lot! I couldn't solve the admin password error myself...(didn't no the password function in phpmyadmin). Works all great now!
Janice Tue Feb 23, 2010
I can't thank you enough. I like ODFaq but there's no troubleshooting info for it at all.
Sascha Thu Jun 04, 2009
great! thank you for this fix
Lora Thu May 07, 2009
oh my gosh!
thank you soooo much for putting this out there.
i have been through about 20 faq scripts that either didn't work or were too in depth for what i needed.
i finally found odfaq and thought it looked absolutely perfect for our site's needs.
then of course i ran into the admin/password error.
you are so fantastic for publishing this quick fix.
thanks a million,
llg
thank you soooo much for putting this out there.
i have been through about 20 faq scripts that either didn't work or were too in depth for what i needed.
i finally found odfaq and thought it looked absolutely perfect for our site's needs.
then of course i ran into the admin/password error.
you are so fantastic for publishing this quick fix.
thanks a million,
llg
joe Tue Mar 03, 2009
como puedo bajar un database de administrador de login
Jeff Mon Dec 01, 2008
thank you for your information.
it solved my problem to loing.
it solved my problem to loing.
CL Fri Apr 25, 2008
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.
Thankyou Sun Mar 23, 2008
thanks a lot !!!! very very nice
Darryl Tue Sep 25, 2007
this helped my login issue, thanks! but for some reason my install won't display the faq's i have entered? any thoughts?
Luke Sat May 12, 2007
many thanks for the solution to a very irritating problem :-)
tesla Tue Apr 24, 2007
this is very helpful, thanks for posting this information here
Sam Wed Dec 31, 1969
How To Fix ODFaq MYSQL Installation Errors Database admin login password it helped me to discover the problem solution. thanks
Related Content
Information
Forums »
Wallpaper Scripts Forums And Topics About Programming »
How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
Wallpaper Scripts Forums And Topics About Programming »
How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
Title: How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
Description: How To Fix ODFaq MYSQL Installation Errors Database Admin Login Password
Tags: how ,to ,fix ,odfaq ,mysql ,installation ,errors ,database ,admin ,login ,password
Info: This Post Has Been Viewed 0 Times Since
Date: Thu Mar 29, 2007
Author hostman Received 17 Replies #1315
Date: Thu Mar 29, 2007
Author hostman Received 17 Replies #1315
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
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
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5