Mobile Sync dows not work as there seems to be an error in setup config.
when executing grommunio-sync-top we get the following error regarding php config file includes (the files are all there)
mail:/usr/share/grommunio-common/nginx/upstreams.d # grommunio-sync-top
PHP Warning: include_once(config.php): Failed to open stream: No such file or directory in /usr/share/grommunio-sync/grommunio-sync-top.php on line 17
PHP Warning: include_once(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php8:/usr/share/php/PEAR') in /usr/share/grommunio-sync/grommunio-sync-top.php on line 17
PHP Warning: include_once(config.php): Failed to open stream: No such file or directory in /usr/share/grommunio-sync/grommunio-sync-top.php on line 30
PHP Warning: include_once(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php8:/usr/share/php/PEAR:/usr/share/grommunio-sync/') in /usr/share/grommunio-sync/grommunio-sync-top.php on line 30
PHP Fatal error: Uncaught Error: Undefined constant "LOGBACKEND_CLASS" in /usr/share/grommunio-sync/lib/core/slog.php:118
Stack trace:
#0 /usr/share/grommunio-sync/lib/core/slog.php(65): SLog::getLogger()
#1 /usr/share/grommunio-sync/lib/exceptions/gsyncexception.php(27): SLog::Write()
#2 /usr/share/grommunio-sync/lib/core/gsync.php(174): GSyncException->__construct()
#3 /usr/share/grommunio-sync/grommunio-sync-top.php(33): GSync::CheckConfig()
#4 {main}
thrown in /usr/share/grommunio-sync/lib/core/slog.php on line 118
PHP Fatal error: Uncaught Error: Undefined constant "LOGBACKEND_CLASS" in /usr/share/grommunio-sync/lib/core/slog.php:118
Stack trace:
#0 /usr/share/grommunio-sync/lib/core/slog.php(65): SLog::getLogger()
#1 /usr/share/grommunio-sync/lib/core/slog.php(216): SLog::Write()
#2 [internal function]: gsync_fatal_handler()
#3 {main}
thrown in /usr/share/grommunio-sync/lib/core/slog.php on line 118
Does any one have a hint where the error could be ?
thx
Christian