Jump to content

Problem with Project Management Addon


Pionier

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated