Posts

Showing posts from March, 2013

Tidak bisa tambah foto dan element html pada konten Joomla 3

SOLVE PROBLEMS WITH MAGIC QUOTES IN JOOMLA 3 CMS  Have you tried to install Joomla 3 and then having problems inserting images in articles and pages? One reason for such a mistake, is if magic quotes is set to On in the PHP settings. In this article I will try to explain the problem and how to solve it.  Description of the problem  The problem is that when you upload images and insert them into Joomla 3 articles (or pages), the code \" is added to the HTML code of the images. Actually \" is added every time you insert a HTML code containing the character “, which almost all HTML contains.  Reason for the problem  The reason why this happens is that the PHP setting magic quotes is turned On. It is a setting for PHP, that was originally developed to prevent beginners of entering bad code.  So some characters (“, ‘, \ and NULL) was replaced with a \.  However this setting caused more problems for users of PHP, than it solv...