Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
InfernoTSH
New Member
New Member



Joined: Dec 31, 2003
Posts: 10

PostPosted: Mon Jan 12, 2004 9:18 am Reply with quote

This really isn't important, I can just deal with it being there but I was wondering If there was a way to fix it:

I am using a theme that does not require the module to navigate the site. So I deactivated the module block. But now I get a message saying:

"There is a problem right now on the Homepage. Please check back later." This is because my module is not active. Is there a way to keep my module deactivated and get rid of this warning message. If you do not kno it is ok, I can live with it there...LOL Very Happy
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Jan 12, 2004 11:46 am Reply with quote

The error message is because nuke expects at least 1 module to be in 'home'. In index.php try modifying this code
Code:
    } else {

   $index = 1;
   include("header.php");
   OpenTable();
   if (is_admin($admin)) {
       echo "<center><font class=\"\"><b>"._HOMEPROBLEM."</b></font><br><br>[ <a href=\"admin.php?op=modules\">"._ADDAHOME."</a> ]</center>";
   } else {
       echo "<center>"._HOMEPROBLEMUSER."</center>";
   }
   CloseTable();
   include("footer.php");
    }

to this
Code:
    } else {

   $index = 1;
   include("header.php");
/****
   OpenTable();
   if (is_admin($admin)) {
       echo "<center><font class=\"\"><b>"._HOMEPROBLEM."</b></font><br><br>[ <a href=\"admin.php?op=modules\">"._ADDAHOME."</a> ]</center>";
   } else {
       echo "<center>"._HOMEPROBLEMUSER."</center>";
   }
   CloseTable();
****/
   include("footer.php");
    }
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©