ACCORD5 / TrellisDesk

A robust and user-friendly help desk solution for businesses and organizations.
http://www.accord5.com/trellis
Other
122 stars 61 forks source link

TrellisDesk 2.0 pop3.php #57

Open ltgomes opened 12 years ago

ltgomes commented 12 years ago

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

DanielRuf commented 12 years ago

please use the latest version from https://github.com/KAOSFORGE/TrellisDesk

ltgomes commented 12 years ago

Hello, I have installed this version. What I'm doing wrong to this apear?

DanielRuf commented 12 years ago

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

DanielRuf commented 12 years ago

Change line 53 to $trellis = new trellis();