Problems with a self-created Page

MaikKR

New member
Hey everybody.
I´ve build a new point in Userprofile which allows user to delete his own account.
My intention is, that the user clicks on this button and a new site open up in the right frame.
At the moment, it only shows the following error:
A controller for the route path Test.php was not found.

The controller don´t know where to find my own php Site.
But where can I configure it?
Is there anything like a $PATH Variable or something else?

Thanks for your help.

Faithfully

Maik

P.S. If somebody is interested in this Add-On, I can announce it here in Add-On Subforum.
 
You'll need a own controller (extending the account controller) & a own route for this..
Then you'll need a template hook, to add the link to the menu and that's it:)
 
Hey ragtek.
Thanks for your answer.
The template hook and the link already exists.
But I´ve hoped that there would be an easier solution as an own controller with own route.
Okay, so I will learn and do it :-)

Faithfully
 
Top Bottom