QUOTE(TCH-Thomas @ Aug 29 2006, 10:22 AM)

Just an little addition to this upgrade...
After the upgrade, you may meet the following message in your administration:
What you will need to do (as far as I can tell) is:
1. Download the globals.php from the root of your joomla directory.
2. Open the file and replace the following line
CODE
define( 'RG_EMULATION', 1 );
with
CODE
define( 'RG_EMULATION', 0 );
3. Upload the file and check in the administration if the message is gone.
Hi Thomas, I wonder if you can help me.
I have to Joomla installs here @ TCH (separate servers, separate sites). One is in a folder. The other is in the root.
I just updated both to 1.0.12.
One of them has the "PHP register_globals setting is `ON` instead of `OFF`" warning. The other does not.
The misbehaving site has globals.php properly configured as above, AND the .htaccess file with
CODE
php_flag register_globals off
entered on its own line, not commented out.
Yet, the warnings persist on that site. No warnings at all on the other.
The one with the warning is the install in the root. The one without the warning is in a folder.
I've verified the files in question are identical and exist in the proper locations in both sites.
Any idea what I am doing wrong?
Thanks in advance,
-kj-