You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check_install.php yields PASSED for all tests.. yet when I browse to index.php I get the following error
Fatal error: Uncaught Error: Class 'Telaen' not found in /mnt/webmail/telaen/index.php:12 Stack trace: #0 {main} thrown in /mnt/webmail/telaen/index.php on line 12
all the include files in preinit.php are being included and certainly class.Telaen.php is so wondering why the class is not found.
clues anyone?
The text was updated successfully, but these errors were encountered:
Trying to get Telaen running under PHP7.
check_install.php yields PASSED for all tests.. yet when I browse to index.php I get the following error
Fatal error: Uncaught Error: Class 'Telaen' not found in /mnt/webmail/telaen/index.php:12 Stack trace: #0 {main} thrown in /mnt/webmail/telaen/index.php on line 12
all the include files in preinit.php are being included and certainly class.Telaen.php is so wondering why the class is not found.
clues anyone?
The text was updated successfully, but these errors were encountered: