My Install Problem - Joomla! Forum - community, help and support
after installtion,when login,it's show following
how should do?
following php server settings not optimal security , recommended change them:
php register_globals setting `on` instead of `off`
joomla! rg_emulation setting `on` instead of `off` in file globals.php
`on` default compatibility reasons
how should do?
greetings,
that's warning, not error.
you may set 0 opening globals.php on joomla's folder, locate:
and change to
please note switching off emulation modules or components may not working.
that's warning, not error.
you may set 0 opening globals.php on joomla's folder, locate:
code: select all
define( 'rg_emulation', 1 );
and change to
code: select all
define( 'rg_emulation', 0 );
please note switching off emulation modules or components may not working.
Comments
Post a Comment