[RSS Feed/News] Argument #1 error... help?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi All,

I'm trying to add a code event listener to an option.

But now I'm getting the following error:
PHP:

ErrorException: [E_WARNING]...Listener::resourceItemEntityStructure(): Argument #1 ($xfrmop) must be of type XF\Mvc\Entity\Structure, int given, called in /src/XF/Entity/Option.php on line 208 in [B]Listener.php[/B] at line [B]9[/B]

This is my Listener.php

PHP:

Code:
use \XF\Mvc\Entity\Structure;

class Listener
{
   public static function resourceItemEntityStructure(\XF\Mvc\Entity\Structure...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom