Page 1 of 1
CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Fri Dec 23, 2005 3:58 pm
by askme
I have installed CMSMadeSimple and it is working fine with all the sample contets and links.
But there is one error at the bottom of every page.
PHP Notice: Undefined index: REQUEST_URI in D:\domains\mysite.com\wwwroot\index.php on line 24
How can I remove this error???
Re: CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Sat Dec 24, 2005 4:41 am
by Ted
Are you using IIS?
Re: CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Sat Dec 31, 2005 10:53 pm
by askme
I am not using IIS but I think the server where I have bought the webspace using Windows platform and most probably IIS too.
What do to in such case?
Re: CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Mon Jan 02, 2006 3:32 am
by Ted
Take a look here. This fix will be in the next release, but it should help in the meantime.
http://forum.cmsmadesimple.org/index.ph ... 573.0.html
Re: CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Thu Jan 05, 2006 8:39 am
by askme
When I open index.php and saw what is at line 24 is this
Code: Select all
require_once(dirname(__FILE__).'/fileloc.php');
Then I open fileloc.php and this is what I found there.
Code: Select all
<?php
define("CONFIG_FILE_LOCATION", dirname(__FILE__).'/config.php');
define("TMP_CACHE_LOCATION", dirname(__FILE__).'/tmp/cache');
define("TMP_TEMPLATES_C_LOCATION", dirname(__FILE__).'/tmp/templates_c');
define("LOG4PHP_LOGDIR", dirname(__FILE__).'/tmp/cache');
define("LOG4PHP_CONFIGURATION", dirname(__FILE__).'/lib/log4php/log4php.properties');
require_once(dirname(__FILE__).'/lib/log4php/LoggerManager.php');
?>
I have installed my SMSMadeSimple in root folder wwwroot. Is there any further configuration needed in this files so that error at line 24 in index.php does not occurs
I am hosting my site on web server who is on Windows NT platform and using IIS, has support for ASP,PHP and ASP.NET
Advice me
Re: CMSMadeSimple Installed working but folowing error at bottom of page
Posted: Thu Jan 05, 2006 8:49 am
by askme
Thanks every body I followed the instruction mentioned on this URL
http://forum.cmsmadesimple.org/index.php/topic,2573.0.html
and error message on index.php line 24 is solved.