Upgrading From PHPBB 2.22 »  Show posts from    to     

Icy Phoenix


Old Support Topics - Upgrading From PHPBB 2.22



TheLastLegion [ Sun 07 Jan, 2007 08:15 ]
Post subject: Upgrading From PHPBB 2.22
Ok i've followed the directions

# Make a full backup of all files and database (if you don't do a backup, don't dare to ask for support! Backup Rules!)
# Did you backup everything? If you didn't make the backup, please, step back to the previous point.
# Copy your current config.php and keep it in a safe place.
# Check again that your backup is ok and keep it in a safe place.
# Login as administrator.
# Upload and launch install/update_to_xs2.php (i.e. http://www.mysite.com/forum/install/update_to_xs2.php).

and got up to the update part and i got this error:

Code: [Hide] [Select]
Critical Error

Could not query CBACK CrackerTracker config information

DEBUG MODE

SQL Error : 1146 Table 'aonserve_main.phpbb_ctrack' doesn't exist

SELECT * FROM phpbb_ctrack

Line : 30
File : ct_ipblocker.php


Someone help?


Zuker [ Sun 07 Jan, 2007 14:12 ]
Post subject: Re: Upgrading From PHPBB 2.22
run this sql query and take a look

Code: [Hide]
  1. CREATE TABLE `phpbb_ctrack` (  
  2. `name` varchar(50) default NULL,  
  3. `value` varchar(100) default NULL  
  4. ); 


TheLastLegion [ Sun 07 Jan, 2007 16:01 ]
Post subject: Re: Upgrading From PHPBB 2.22
nvm mind i fixed that but is there a fix or a like a db update or file updater so i can update 2.21 to 22???

cause there are alot of risks and exploits to 2.21 :(


z3d0 [ Sun 07 Jan, 2007 16:39 ]
Post subject: Re: Upgrading From PHPBB 2.22
http://www.icyphoenix.com/viewtopic.php?t=737




Powered by Icy Phoenix