CMSMadeSimple Installed working but folowing error at bottom of page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
askme

CMSMadeSimple Installed working but folowing error at bottom of page

Post 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???
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CMSMadeSimple Installed working but folowing error at bottom of page

Post by Ted »

Are you using IIS?
askme

Re: CMSMadeSimple Installed working but folowing error at bottom of page

Post 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?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CMSMadeSimple Installed working but folowing error at bottom of page

Post 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
askme

Re: CMSMadeSimple Installed working but folowing error at bottom of page

Post 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
askme

Re: CMSMadeSimple Installed working but folowing error at bottom of page

Post 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.
Locked

Return to “CMSMS Core”