XF 2.1 Class extension

Robert9

Well-known member
To extend the RM, i have something like

<extension from_class="XFRM\Pub\Controller\Category" to_class="example\name\XFRM\Pub\Controller\Category" execute_order="1" active="1"/>

When i watch my files in phpStorm i can see that they are connected.

Now i have done the same to the LD

<extension from_class="LD\Pub\Controller\Category" to_class="example\name\LD\Pub\Controller\Category" execute_order="1" active="1"/>

and there is no connection, neither viewable in phpStorm nor in debugging.

I also have checked the extensions in acp with debug mode. They are listed there like the rest also.


I guess, this is to less information to say anything, but i ask and hope, that someone has an idea what else i can check, try, do to know why this extension is not done.
 
Top Bottom