XenForo
Administrative
- Thread starter
- Admin
- #1
I'm following the demo:
xenforo.com
When I try to save the code event listener I get this error:
"Callback Demo\Portal\Listener::forumEntityStructure is invalid (error_invalid_class)."
I've already created the Listener.php file in:
"public\forums\src\addons\Demo\Portal"
Heres the contents of Listener.php:
PHP:
Read more
ادامه مطلب...
Let's build an add-on - XenForo 2.0 Documentation
When I try to save the code event listener I get this error:
"Callback Demo\Portal\Listener::forumEntityStructure is invalid (error_invalid_class)."
I've already created the Listener.php file in:
"public\forums\src\addons\Demo\Portal"
Heres the contents of Listener.php:
PHP:
Code:
<?php
namespace Demo\Portal;
use XF\Mvc\Entity\Entity;
class Listener
{
public static function...
Read more
ادامه مطلب...