Menu

#17 global.php not found in categoryform.php (fixed)

closed-accepted
nobody
None
5
2008-02-28
2008-02-15
No

Fixed modifying:

include_once ('config/config.php');
// This doesn't exists
//include_once ('global.php');
// We need to include this
include_once ('functions.php');
// Set the page title and include the HTML header.
$title = 'Suggest Category';
head_page($title);
// Added $keys and $adfl (why?)
menu_options($title, $vnum, $viewop, $pid, $keys, $adfl);
// send the content init
contentinit($title);

Discussion

  • Óscar García

    Óscar García - 2008-02-15
    • summary: global.php not found in categoryform.php --> global.php not found in categoryform.php (fixed)
     
  • Andy Grayndler

    Andy Grayndler - 2008-02-28
    • status: open --> pending-accepted
     
  • Andy Grayndler

    Andy Grayndler - 2008-02-28
    • status: pending-accepted --> closed-accepted
     

Log in to post a comment.