Pionier Posted March 20, 2012 Share Posted March 20, 2012 Hello, I installed v1.1, and in the admin area is all ok. The first step for the customer is OK, too. /index.php?m=project_management But if the customer wants to see his project, he gets one, "Access Denied" /index.php?m=project_management&a=view If I write the Projektid behind the URL, then everything is ok. /index.php?m=project_management&a=view&id=4 0 Quote Link to comment Share on other sites More sharing options...
Pionier Posted March 21, 2012 Author Share Posted March 21, 2012 nobody has an idea why that is? This code works: <form method="post" action="{$smarty.server.PHP_SELF}?action=productdetails"> <input type="hidden" name="id" value="{$service.id}" /> <input type="submit" value="{$LANG.clientareaviewdetails}" class="btn info" /> </form> This code does not work <form method="post" action="{$smarty.server.PHP_SELF}?m=project_management&a=view"> <input type="hidden" name="id" value="{$project.id}" /> <input type="submit" value="{$LANG.clientareaviewdetails}" class="btn info" /> </form> Would be very nice if someone could help me. 0 Quote Link to comment Share on other sites More sharing options...
Pionier Posted March 23, 2012 Author Share Posted March 23, 2012 Thank you, has done himself. I have found the error. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.