Page 1 of 1

Install System error

Posted: Fri Jan 09, 2009 4:43 pm
by michaelragsdale
Very new to CMSMS and only a little experience with PHP .... installed CMSMS in root directory and when running the install I get this message:

PHP register globals is active. For security reasons, this should be disabled.

and don't really know where to look and what to do ....

Re: Install System error

Posted: Sat Jan 10, 2009 7:13 pm
by Dr.CSS
Unless you have FULL access to your server or own it you will have to talk to your provider about this, mine says the same thing and they all work/install fine...

Re: Install System error

Posted: Sat Jan 10, 2009 7:20 pm
by Nullig
You could add:

php_flag register_globals off

to your .htaccess file, for the added security.

Nullig