Jump to content

Notice: Undefined index: index_location


JREAM

Recommended Posts

I get a couple of errors like this:

 

Notice: Undefined index: index_location in C:\Z8\cms\config.php on line 136

 

 

$CMS['index_filename'] = 'index.php';

$CMS['index_location'] = '../';

define ('CMS_PAGE', $CMS['index_location'] . $CMS['index_filename']);

 

Link to comment
https://forums.phpfreaks.com/topic/124138-notice-undefined-index-index_location/
Share on other sites

if those three lines are together like that.... (no ifs, anything like that)

 

I have no idea how you're getting that error :D if those lines aren't together at all, ask yourself if there's any possible way that $CMS['index_location'] could not be set by the time it gets to line 136.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.