SOLVED serious problem of site configuration, about root_url
Posted: Thu Aug 09, 2012 3:37 pm
Help! With my hosts, I use more than one domain, in the same hosting plan, so I have to point each sites to its corresponding subdirectories. I have a new problem, and I'm sure is in the config.php but I can't find the solution. Believe in me, any help, must appreciated, also with a donation, but it is urgent to me solve this issue!
Well, I'm using three domains:
mysite.com | othersite.net | newsensation.com and each one is pointed to its own subdirectory:
mysite.com/cmsms
othesite.net/here
newsensation.com/site
Into the code in the config.php file there is a lot of paths that I don't know if they are really necessaries, I´m still using to this sites CMSMS v1.9.x so here comes a lot of lines of code
Well, everything was ok, I was using pretty urls, .htaccess with mod_rewrite enabled etc, but now I have troubles and can´t find solutions
ERROR: The CGExtensions module could not be found.
See this sites: aescenateatro.net (works with cmsms) dumadelcentro.com (will works alos, but now is just html pure)
Well, I'm using three domains:
mysite.com | othersite.net | newsensation.com and each one is pointed to its own subdirectory:
mysite.com/cmsms
othesite.net/here
newsensation.com/site
Into the code in the config.php file there is a lot of paths that I don't know if they are really necessaries, I´m still using to this sites CMSMS v1.9.x so here comes a lot of lines of code
Code: Select all
#CMS Made Simple Configuration File
#Please clear the cache (Site Admin->Global Settings in the admin panel)
#after making any changes to path or url related options
#-----------------
#Behaviour Settings
#-----------------
# These settings will effect the overall behaviour of the CMS application, please
# use extreme caution when editing these. Additionally, some settings may have
# no effect on servers with significantly restricted configurability.
# Warning: This option is deprecated and will be removed in later versions oF CMSMS.
# If you are experiencing problems with php memory limit errors, then you may
# want to try enabling and/or adjusting this setting.
# Note: Your server may not allow the application to override memory limits.
$config['php_memory_limit'] = '';
# In versions of CMS Made Simple prior to version 1.4, the page template was processed
# in it's entirety. This behaviour was later changed to process the head portion of the
# page template after the body. If you are working with a highly configured site that
# relies significantly on the old order of smarty processing, you may want to try
# setting this parameter to true.
$config['process_whole_template'] = false;
# CMSMS Debug Mode? Turn it on to get a better error when you
blah blah blah ...
ERROR: The CGExtensions module could not be found.
See this sites: aescenateatro.net (works with cmsms) dumadelcentro.com (will works alos, but now is just html pure)