vbkunin / itop-docker

Combodo iTop docker image
https://hub.docker.com/r/vbkunin/itop/
MIT License
92 stars 51 forks source link

Uncaught Error: Failed opening required '/var/www/html/env-production/dictionaries/languages.php' #40

Closed nandlalyadav57 closed 10 months ago

nandlalyadav57 commented 10 months ago

With image: supervisions/itop:latest I am getting below error:

Did we forget to include that file /var/www/html/env-production/dictionaries/languages.php?

What should I do?

`Warning: require_once(/var/www/html/env-production/dictionaries/languages.php): Failed to open stream: No such file or directory in /var/www/html/core/metamodel.class.php on line 6401

Fatal error: Uncaught Error: Failed opening required '/var/www/html/env-production/dictionaries/languages.php' (include_path='/var/www/html/lib/pear/archive_tar:/var/www/html/lib/pear/console_getopt:/var/www/html/lib/pear/pear-core-minimal/src:/var/www/html/lib/pear/pear_exception:.:/usr/local/lib/php') in /var/www/html/core/metamodel.class.php:6401 Stack trace: #0 /var/www/html/core/metamodel.class.php(6313): MetaModel::LoadConfig() #1 /var/www/html/application/startup.inc.php(102): MetaModel::Startup() #2 /var/www/html/pages/UI.php(303): require_once('/var/www/html/a...') #3 {main} Next Error: Undefined constant "Combodo\iTop\Core\EventListener\EVENT_DOWNLOAD_DOCUMENT" in /var/www/html/sources/Core/EventListener/AttributeBlobEventListener.php:37 Stack trace: #0 /var/www/html/sources/Service/Events/EventService.php(48): Combodo\iTop\Core\EventListener\AttributeBlobEventListener->RegisterEventsAndListeners() #1 /var/www/html/core/metamodel.class.php(6331): Combodo\iTop\Service\Events\EventService::InitService() #2 /var/www/html/application/startup.inc.php(102): MetaModel::Startup() #3 /var/www/html/pages/UI.php(303): require_once('/var/www/html/a...') #4 {main} thrown in /var/www/html/sources/Core/EventListener/AttributeBlobEventListener.php on line 37
iTop: An error occurred, check server error log for more information.`

image

vbkunin commented 10 months ago

The supervisions/itop image is not mine.