XenForo
Administrative
- Thread starter
- Admin
- #1
Hello! I'm trying to build an add-on where members use a form to submit information on a reservation they'd like to make. My Reserves entity, however, throws the following error when I try to call it:
This is my Entity php:
PHP:
Read more
ادامه مطلب...
Error: Undefined class constant 'TYPE_UINT' in src\addons\Goss\Reserves\Entity\Reserves.php at line 15
Click to expand...
This is my Entity php:
PHP:
Code:
<?php
namespace Goss\Reserves\Entity;
use XF\Mvc\Entity\Structure;
class Reserves extends \XF\Mvc\Entity\Entity
{...
Read more
ادامه مطلب...