When you install a new copy of Joomla on your server, you may experience strange coding issues like the snapshot to the right. The text for the title of the anchor contains a \ slash in it. When you inspect the code for the link it looks similar to the following:
<a href="/help/\"http:/google.com\"" target="\"_blank\"" title="\"Google.com\"">Sed tincidunt convallis dolor at luctus.</a>
The correct code should look like the following code.
<a href="http://google.com" target="_blank" title="Google.com">Sed tincidunt convallis dolor at luctus.</a>This cannot be fixed in the Joomla editor. To fix this, a system setting will need to be changed.
This is caused by having magic_quotes_gpc turned on in your php.ini. The magic_quotes_gpc will add slashes to quotes when saving your articles. To fix this you will need to disable magic_quotes_gpc. You can do this by following the steps below.
Note! If you do not have a php.ini, our tech support can restore it to your public_html.
magic_quotes_gpc = On
magic_quotes_gpc = Off
It should look like the snapshot to the right.
Save the changes.
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |
We value your feedback!
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
new! - Enter your name and email address above and we will post your feedback in the comments on this page!