I followed these directions.... to the dot.... but I did something wrong...
Im really new to this whole deal so go really easy on me Smile
If you have no MODs installed
Step 1
Download the “Changed Files Only” from the download page at phpBB.com, and unzip it to a directory at your hard drive
Step 2
Inside of this zip you'll see several more zip files. Unzip the one that refers to the version you're updating
Step 3
Upload all those files, while overwriting all old ones. You should also upload the /install and /contrib directory which can be found in the main zip file (phpBB-2.0.xx-files.zip)
Step 4
Run /install/update_to_latest.php trough your browser, using
http://www.domain.com/phpBB/install/upd ... latest.php, for example
Step 5
Delete the /contrib and /install directories from your server
Error message I got after I updated, and attempted to log in...
Error in obtaining userdata
Code:
DEBUG MODE
SQL Error : 1054 Unknown column 'user_login_tries' in 'field list'
SELECT user_id, username, user_password, user_active, user_level, user_login_tries, user_last_login_try FROM phpbb_users WHERE username = 'admin'
Line : 65
File : login.php
thank you...
Last edited by doubleatheman on Fri Jan 26, 2007 3:13 am; edited 1 time in total
Back to top
View user's profile Send private message
doubleatheman
Registered User
Joined: 25 Jan 2007
Posts: 4
PostPosted: Fri Jan 26, 2007 3:05 am Post subject: Reply with quote Edit/Delete this post
More error messages from my install file...
http://www.arcturus-uav.com/php/install ... latest.php
Code:
Information
Database type :: mysql
Previous version :: 2.0.18
Updated version :: 2.0.22
Updating database schema
Progress :: . . . Done
Result :: Some queries failed, the statements and errors are listing below
Error :: Access denied for user 'yscr_bbFLm6'@'localhost' to database 'phpbb_3'
SQL :: ALTER TABLE phpbb_users ADD COLUMN user_login_tries smallint(5) UNSIGNED DEFAULT '0' NOT NULL
Error :: Access denied for user 'yscr_bbFLm6'@'localhost' to database 'phpbb_3'
SQL :: ALTER TABLE phpbb_users ADD COLUMN user_last_login_try int(11) DEFAULT '0' NOT NULL
Error :: Access denied for user 'yscr_bbFLm6'@'localhost' to database 'phpbb_3'
SQL :: ALTER TABLE phpbb_search_results ADD COLUMN search_time int(11) DEFAULT '0' NOT NULL
This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our development board. See README for details on how to obtain advice.
Updating data
Progress :: . . . . . . .
Updating version and optimizing tables
Progress :: . . Done
Result :: No errors
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
Update completed
Please make sure you have updated your board files too, this file is only updating your database