Osticket 1.14.2
PHP 7.3
Versão 10.4
I'm trying to create language pack
using https://github.com/osTicket/osTicket/blob/develop/setup/doc/i18n.md
but the errors:
php /home/vps/osticket/include/class.translation.php message.mo > message.mo.php
PHP Warning: Use of undefined constant INCLUDE_DIR - assumed 'INCLUDE_DIR' (this will throw an Error in a future version of PHP) in /home/vps/osticket/include/class.translation.php on line 857
PHP Stack trace:
PHP 1. {main}() /home/vps/osticket/include/class.translation.php:0
PHP Warning: require_once(INCLUDE_DIRclass.orm.php): failed to open stream: No such file or directory in /home/vps/osticket/include/class.translation.php on line 857
PHP Stack trace:
PHP 1. {main}() /home/vps/osticket/include/class.translation.php:0
PHP Fatal error: require_once(): Failed opening required 'INCLUDE_DIRclass.orm.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/vps/osticket/include/class.translation.php on line 857
PHP Stack trace:
PHP 1. {main}() /home/vps/osticket/include/class.translation.php:0
am i doing something wrong?