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 ....
Install System error
Re: Install System error
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
You could add:
php_flag register_globals off
to your .htaccess file, for the added security.
Nullig
php_flag register_globals off
to your .htaccess file, for the added security.
Nullig