Fatal Error!

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Fatal Error!
Recoil
CZ Addict
Recoil has been a member for over 20 year's 20 Year Member
usa.gif louisiana.gif
Occupation: Manager
Gender: Male
Fav. Sports Team: New Orleans
Website:
Status: Offline
Joined: Jan 17, 2004
0.06 posts per day
Posts: 427
Points: 8,650
   ICQ Number
I'm getting this fatal error. can some1 please help? I'm running nuke 7.5.

Fatal error: Call to undefined function: opentable() in /home2/lightgi/public_html/admin.php on line 216

The code starts from line 215


if ($radminsuper == 1)  {
       OpenTable();
       echo "<center><a href=\"admin.php\"><font class='title'>"._ADMINMENU."</font></a>";
       echo "<br><br>";
       echo"<table border=\"0\" width=\"100%\" cellspacing=\"1\"><tr>";
       $linksdir = dir("admin/links");
       while($func=$linksdir->read()) {
           if(substr($func, 0, 6) == "links.") {
              $menulist .= "$func ";
         }
       }
       closedir($linksdir->handle);
       $menulist = explode(" ", $menulist);
       sort($menulist);
       for ($i=0; $i < sizeof($menulist); $i++) {
         if($menulist[$i]!="") {
             $sucounter = 0;
             include($linksdir->path."/$menulist[$i]");
         }
       }
       adminmenu("admin.php?op=logout", ""._ADMINLOGOUT."", "logout.gif");
      echo"</tr></table></center>";
      $counter = "";
       CloseTable();



Back to top Reply with quote
#2   re: Fatal Error!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
have you added anything recently? was this a fresh install or an upgrade? Did this just start happening or was it always like this?

Backtrack your last activites before this event happened. I won't be able ot see your answers as I will be gone, but someone will help you



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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 cannot attach files in this forum
You cannot download files in this forum