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???
CMSMadeSimple Installed working but folowing error at bottom of page
-
askme
Re: CMSMadeSimple Installed working but folowing error at bottom of page
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?
What do to in such case?
Re: CMSMadeSimple Installed working but folowing error at bottom of page
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
http://forum.cmsmadesimple.org/index.ph ... 573.0.html
-
askme
Re: CMSMadeSimple Installed working but folowing error at bottom of page
When I open index.php and saw what is at line 24 is this
Then I open fileloc.php and this is what I found there.
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
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 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
-
askme
Re: CMSMadeSimple Installed working but folowing error at bottom of page
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.
http://forum.cmsmadesimple.org/index.php/topic,2573.0.html
and error message on index.php line 24 is solved.

