Joomla Error: “RG_Emulation is On” warning in my admin area.

Joomla 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.

Leave a Reply

You must be logged in to post a comment.