Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Endless Loop In Install 
 
Hi

There´s an endless loop in the install due to a line in common php.

It can drive everybody nuts.

open common.php

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);


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);


afterwards you´ve got to go to install via : http/yoursite/install/install.php.

IMHO
it´s not the nicest way, but it work´s you around the loop
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
It's not a endless while ... The install/install.php file define the IN_INSTALL so the page won't change ...
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
Well. but some of us are having thgis problem.

specialy in spain. don´t know why, but this helps getting around it.

me for example. I´m getting a message from FF:

FF has detected that the server is redirecting in a way, it never ends
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
Does IE or any other browser that you address the install file create the same problem?
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
IE is creating a similar problem.

It just shows the Icy link ( html) and says could not conect to server.

http://www.icyphoenix.com/show_post.php?p=47433
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
Is this updating Icy Phoenix or a fresh install?
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
this happens only on update
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
It happens only under certain conditions (CONSTANTS VARS not renamed for example).

I have to improve that part to avoid this error.

Thanks for reporting.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Endless Loop In Install 
 
This is what happend to many people updating from earlier versions and PhpBB2.

A lot of boards went in the sh...er about that
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
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 can download files
You cannot post calendar events


  

 

  cron