Installation Manual
php.ini
An alternative is to try to use a php.ini file method instead. Again, this is an option that must be available
with your Web server Host. Create a new file and save it as php.ini and include one of the following lines of
code.
register_globals = 0 (this is a zero numeral)
or enter
register_globals = Off
or enter
register_globals = "Off"
Place a copy of the php.ini file in both the joomla_root/ and the joomla_root/administrator/ directories.
Warning!: If the message is resolved (check the System Information screens in the Help Menu) then it is
necessary, as this file is not recursive, to place a copy in every directory that has a .php file in it.
If you want to avoid the message during installation add the copies ahead of uploading the files to your Web
server. It may be easier and quicker to do this in your HTML/WYSIWYG editor rather than trying to do it on
the Web server.
The Joomla! User Documentation Team 38 The Joomla! v1.5 Installation Manual