I bought your adsmanager extension yesterday.
I get a joomla 403 (white page with one table with red header).
When i disable JoomSef handling it works fine: index.php?Itemid=17&option=com_adsmanager&view=edit
When using joomsef:
xxxxxx.com/post-job
I changed the ad to job, but it reacted the same way before when it was ad
I did not change the settings of the extension, only switched between JoomSef and no SEF to see what happens
By the way, I'm not sure it's the Joomla 403. I do see a red table, but there is no mention of the site in the source code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<title>403 - Error: 403</title>
<link rel="stylesheet" href="/templates/system/css/error.css" type="text/css" />
</head>
<body>
<div align="center">
<div id="outline">
<div id="errorboxoutline">
<div id="errorboxheader">403 - You are not authorised to view this resource.</div>
<div id="errorboxbody">
<p><strong>You may not be able to visit this page because of:</strong></p>
<ol>
<li>an <strong>out-of-date bookmark/favourite</strong></li>
<li>a search engine that has an <strong>out-of-date listing for this site</strong></li>
<li>a <strong>mistyped address</strong></li>
<li>you have <strong>no access</strong> to this page</li>
<li>The requested resource was not found.</li>
<li>An error has occurred while processing your request.</li>
</ol>
<p><strong>Please try one of the following pages:</strong></p>
<p>
<ul>
<li><a href="/index.php" title="Go to the Home Page">Home Page</a></li>
</ul>
</p>
<p>If difficulties persist, please contact the System Administrator of this site.</p>
<div id="techinfo">
<p>You are not authorised to view this resource.</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>