Open ltgomes opened 12 years ago
please use the latest version from https://github.com/KAOSFORGE/TrellisDesk
Hello, I have installed this version. What I'm doing wrong to this apear?
please create an issue on my page if you use my version so i can manage this better
construct() /home/user/public_html/helpdesk/sources/pop3.php:53
I will take a look at it
seems you did not use the correct version
TD_CLASS
is not resolved correctly
Change line 53
to $trellis = new trellis();
Hello,
When I Try get the mail using the pop3.php I get this erros:
PHP Notice: Constant TD_DEBUG already defined in /home/user/public_html/helpdesk/includes/trellis.php on line 41 PHP Stack trace: PHP 1. {main}() /home/user/public_html/helpdesk/sources/pop3.php:0 PHP 2. trellis->construct() /home/user/public_html/helpdesk/sources/pop3.php:53 PHP 3. define() /home/user/public_html/helpdesk/includes/trellis.php:41 PHP Notice: Use of undefined constant TD_CLASS - assumed 'TD_CLASS' in /home/user/public_html/helpdesk/includes/trellis.php on line 49 PHP Stack trace: PHP 1. {main}() /home/user/public_html/helpdesk/sources/pop3.php:0 PHP 2. trellis->construct() /home/user/public_html/helpdesk/sources/pop3.php:53 PHP Warning: require_once(TD_CLASSerror_handler.php): failed to open stream: No such file or directory in /home/user/public_html/helpdesk/includes/trellis.php on line 49 PHP Stack trace: PHP 1. {main}() /home/user/public_html/helpdesk/sources/pop3.php:0 PHP 2. trellis->__construct() /home/user/public_html/helpdesk/sources/pop3.php:53 PHP Fatal error: require_once(): Failed opening required 'TD_CLASSerror_handler.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/user/public_html/helpdesk/includes/trellis.php on line 49 PHP Stack trace: PHP 1. {main}() /home/user/public_html/helpdesk/sources/pop3.php:0 PHP 2. trellis->__construct() /home/user/public_html/helpdesk/sources/pop3.php:53
What I can do to solve the problem?
Thanks in advance