2012-09-20, 07:39:12
Hi,
Recently, with 3.1.2, if I edit a component and click on the save button, I am being taking to /admin/components.php page but it's showing up as a 404.
Here's a smaple of what I'd like to add in a component:
That doesn't work, I always get to the 404 page.
If I simplify and use this:
No issues.
Debug mode doesn't show me any reason for the error - it's blank. Log files are also empty.
Am I missing something obvious?
Recently, with 3.1.2, if I edit a component and click on the save button, I am being taking to /admin/components.php page but it's showing up as a 404.
Here's a smaple of what I'd like to add in a component:
Code:
<p>
<a href="http://a.url">
<img alt="" src="linkedin.png" style="width: 64px; height: 64px; float: left;" />
</a> <strong>LinkedIn</strong>
</p>
That doesn't work, I always get to the 404 page.
If I simplify and use this:
Code:
<li><img alt="" src="flickr_32.png"/> <a href="http://another.url">flickr</a></li>
No issues.
Debug mode doesn't show me any reason for the error - it's blank. Log files are also empty.
Am I missing something obvious?