Home

 

Home    Forum    Search    FAQ    Register    Log in

 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Problem Upgrading From PhpBB2
Author Message
Reply with quote Download Post 
Post Problem Upgrading From PhpBB2 
 
I followed the instruction just as they were posted for upgrading to icy phoenix and did the database upgrade but after uploading the icy phoenix I kept getting an error
Code: [Download] [Hide] [Select]
Firefox has detected that the server is redirecting the request for this address in a way that will never complete
however I can access the database_update.php page

this is my link http://www.para-hunters.com/phpBB2/
thanks
 



 
View user's profileSend private message 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Upgrading From PhpBB2 
 
Open common.php

OPEN
FIND
Code: [Download] [Hide] [Select]
include(IP_ROOT_PATH . 'config.' . PHP_EXT);

if(!defined('IP_INSTALLED') && !defined('IN_INSTALL'))
{
    header('Location: ' . IP_ROOT_PATH . 'install/install.' . PHP_EXT);
    exit;
}

include(IP_ROOT_PATH . 'includes/constants.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/template.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/sessions.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/auth.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/functions.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/functions_categories_hierarchy.' . PHP_EXT);
if (defined('IN_ADMIN'))

REPLACE WITH
Code: [Download] [Hide] [Select]
include(IP_ROOT_PATH . 'config.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/constants.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/template.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/sessions.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/auth.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/functions.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/functions_categories_hierarchy.' . PHP_EXT);
if (defined('IN_ADMIN'))


afterwards go to install via http://yoursite/install/install.php

this is the only way you would be able to go to install, your site probably will tell you to delet install/contrib if you try other way round
 



 
View user's profileSend private messageVisit poster's website 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Upgrading From PhpBB2 
 
Nice one Spydie

   
 



 
View user's profileSend private message 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Upgrading From PhpBB2 
 
now I'm getting this error

Quote:
Critical Error

Could not query portal config table

DEBUG MODE

SQL Error : 1054 Unknown column 'bid' in 'field list'

SELECT bid, config_name, config_value FROM phpbb_cms_config

Line : 33
File : functions_cms.php

 



 
View user's profileSend private message 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Upgrading From PhpBB2 
 
Question

Did you run /install/database_update.php ??

If not. DO IT
 



 
View user's profileSend private messageVisit poster's website 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Upgrading From PhpBB2 
 
I did and everything updated I have no idea what I did wrong
 



 
View user's profileSend private message 
Back to topPage bottom
Display posts from previous:   
 
HideWas this topic useful?
Share this topic
blinkslist.com blogmarks.net co.mments.com del.icio.us digg.com newsvine.com facebook.com fark.com feedmelinks.com furl.net google.com linkagogo.com ma.gnolia.com meneame.net netscape.com reddit.com shadows.com simpy.com slashdot.org smarking.com spurl.net stumbleupon.com technorati.com favorites.live.com yahoo.com DIGG ITA Fai Informazione KiPapa Ok Notizie Segnalo Bookmark IT
Link this topic
URL
BBCode
HTML
 
HideSimilar Topics
Topic Author Forum Replies Last Post
No new posts I Have A Problem Want To See The Blocks Of... rendimare General Support 4 Tue 19 Jan, 2010 10:52 View latest post
rendimare
 

Post new topic  Reply to topic  Page 1 of 1
 
 

Users browsing this topic: 0 Registered, 0 Hidden and 1 Guest
Registered Users: None


 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You cannot download files
You cannot post calendar events