Fix Emergency.php »  Show posts from    to     

Icy Phoenix


Old Support Topics - Fix Emergency.php



Informpro [ Tue 31 Jul, 2012 00:19 ]
Post subject: Fix Emergency.php
Hey, I don't know if this file is still used but here's ow to fix it :

OPEN
Code: [Hide]
  1. emergency.php 

FIND
Code: [Hide]
  1. define('IN_ICYPHOENIX', true); 

AFTER, ADD
Code: [Hide]
  1. define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); 


FIND
Code: [Hide]
  1. include(IP_ROOT_PATH . 'includes/db/' . $dbms . '.' . PHP_EXT); 

REPLACE WITH
Code: [Hide]
  1. include(IP_ROOT_PATH . 'includes/db.' . PHP_EXT); 


(please excuse if there's any mistake, I'm on my phone)


Mighty Gorgon [ Tue 31 Jul, 2012 09:22 ]
Post subject: Re: Fix Emergency.php
Thanks for the fixes.

I think that file should be removed... I'll check.




Powered by Icy Phoenix