Joomla Error: “RG_Emulation is On” warning in my admin area.
Monday, November 5th, 2007Joomla Error: “RG_Emulation is On” warning in my admin area.
Edit the file, globals.php, found in the root directory of your Joomla
then find this code:
define( ‘RG_EMULATION’, 1 );
And change the line to:
define( ‘RG_EMULATION’, 0 );
Notice the value change from 1 to 0.