Jump to content
DevFuse Forums

Skin problems


ShaneV

Recommended Posts

Hi,

 

I recently upgraded from 2.3.6 to 3.0.5, everything is working fine but..

When i change skin to lo-fi of any other skin i install i get a blank screen on the index page, when i typ a url to a topic, profile or anything else thats working fine.

 

i made only one little edit to the index page

 

<?php
/**
* Invision Power Services
* IP.Board v3.0.5
* Main public executable wrapper.
* Set-up and load module to run
* Last Updated: $Date: 2009-02-04 15:03:36 -0500 (Wed, 04 Feb 2009) $
*
* @author 		$Author: bfarber $
* @copyright	(c) 2001 - 2009 Invision Power Services, Inc.
* @license		http://www.invisionpower.com/community/board/license.html
* @package		Invision Power Board
* @link		http://www.invisionpower.com
* @version		$Rev: 3887 $
*
*/

$g_reg = $_GET['section'];
if(isset($_COOKIE['member_id']) AND $_COOKIE['member_id'] != "0" OR $g_reg == "register" AND $_COOKIE['member_id'] == "0" OR $_COOKIE['member_id'] == "")
{
define( 'IPB_THIS_SCRIPT', 'public' );
require_once( './initdata.php' );

require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );
require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );

ipsController::run();

exit();
}
else
{
header("Location: ../index.php");
exit();
}

 

Anyone has any idea how to fix this issue?

 

Greetz

Edited by ShaneV
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...