Joomla - Insert Image Window Blank or Empty?
Continuing build my Rattan Shop site, this morning I have some problems. I can not insert image to my static content, the box is empty (blank). Then I’m try to googling for a while and this is what I’ve got:
The problem is in configuration.php file (in my root installation directory), and the solution is so simple:
Edit my configuration.php file. Look at this line:
$mosConfig_live_site = ‘http://your_joomla_site.com’;
I change to:
$mosConfig_live_site = ‘http://www.your_joomla_site.com’;
It’s done! If you have same problem, just look in to your browser URL and your $mosConfig_live_site , make sure they have same path.



Leave a Reply