Previous Thread
Next Thread
Print Thread
Hop To
#42441 10/11/2004 3:28 PM
Joined: Oct 2004
Posts: 4
D
djh
Offline
stranger
stranger
D Offline
Joined: Oct 2004
Posts: 4
I've followed the instructions for upgrading and cannot get past the admin authentication screen in upgrade.php. It roundtrips and comes back to the same screen with the fields empty and no error messages or anything.

The admin username and password are correct and I've tried it a few times. Now that main.inc.php and config.inc.php have been moved to includes, does the $configdir variable in main.inc.php need to be adjusted since it is no longer the same as $thispath? (which still points to the main install path, doesn't it?)

#42442 10/11/2004 3:31 PM
Joined: Oct 2004
Posts: 4
D
djh
Offline
stranger
stranger
D Offline
Joined: Oct 2004
Posts: 4
After looking at ubbt.inc.php, it is obvious that the $configdir variable does not need to be adjusted since it is done there...

I'm still unable to get past the upgrade.php authentication though and get no errors. Any ideas?

#42443 10/11/2004 3:37 PM
Joined: Jun 2006
Posts: 346
J
enthusiast
enthusiast
J Offline
Joined: Jun 2006
Posts: 346


--
Website Development and Management
www.jcswebdev.com
#42444 10/27/2004 6:10 PM
Joined: Apr 2004
Posts: 67
D
journeyman
journeyman
D Offline
Joined: Apr 2004
Posts: 67
FYI, the problem was that his board was still using the old crypt style for the password, and it wasn't being recognized. The password was reset to an MD5 password in the database, and he was able to proceed.

#42445 11/20/2004 9:38 AM
Joined: Nov 2004
Posts: 5
P
stranger
stranger
P Offline
Joined: Nov 2004
Posts: 5
I have the exact same problem when going from 6.4.1 to 6.5.

How do I reset the password to MD5? Do I do it from Threads Admin tools or can I do it from phpMyAdmin?

#42446 11/21/2004 7:47 AM
Joined: Nov 2004
Posts: 5
P
stranger
stranger
P Offline
Joined: Nov 2004
Posts: 5
Found the answer on Threadsdev.com:

Runned this query in phpMyAdmin, and it worked.

UPDATE w3t_Users
SET U_Password = md5('password_in_plain_text')
WHERE U_Number = 'number you want to change';

#42447 11/22/2004 2:23 PM
Joined: Apr 2004
Posts: 67
D
journeyman
journeyman
D Offline
Joined: Apr 2004
Posts: 67
Godd job, Poxer. And thanks for posting that here.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
2 members (Geoff, Ruben), 1,016 guests, and 182 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)