HI CONSTANTS in my customer site are affecting my admin site. i don't know why. also when i browse for admin site and if index.php file is not available home.php file loads. i find this very weird... can anyone please help me? following is some of the errors it generates. this file C:\xampp\htdocs\currency_rates\lib\config.php is in my customer site not in admin but the file im calling in my admin home page is C:\xampp\htdocs\currency_rates\admin\lib\config.php it seems both are being called but i can't understand how????
first i thought it might be a session conflict then i used different browsers but results are the same.
Notice: A session had already been started - ignoring session_start() in C:\xampp\htdocs\currency_rates\lib\config.php on line 2
Notice: Constant SERVER already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 8
Notice: Constant UNAME already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 9
Notice: Constant PASSWORD already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 10
Notice: Constant DB_NAME already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 11
Notice: Constant SERVER_ROOT already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 14
Notice: Constant WEBSITE already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 17
Notice: Constant DS already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 20
Notice: Constant APP_ROOT already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 23
BY the WAY paths are correct in my code.
Notice: Constant MODEL_PATH already defined in C:\xampp\htdocs\currency_rates\lib\config.php on line 29