mitch_79 Posted January 18, 2005 Posted January 18, 2005 My /admin/index.php is outputting variable names instead of variable values. Example: BOX_HEAD_CONFIGURATION, BOX_HEAD_MODULES, etc etc... Somoene please HELPPP!!!!
peterr Posted January 18, 2005 Posted January 18, 2005 Hi, My /admin/index.php is outputting variable names instead of variable values. Example: BOX_HEAD_CONFIGURATION, BOX_HEAD_MODULES, etc etc... <{POST_SNAPBACK}> Whenever you see these names in uppercase, they are called constants, and they are displaying like that because the "define" command for the constants has not been done. Try searching through your source code for the string "BOX_HEAD_CONFIGURATION" to see where the define is. Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.