When trying to send an e-mail using the built in tools I get the following error
Trying to Fatal error: Class 'Logger' not found in /var/<redacted>/activecollab/angie/classes/swiftmailer/Swift.php on line 324
I have browsed through the forum and have seen similar issue which could supposedly resolved by tweaking PHP - can you advise as what should be done ?
And even if it's not an ActiveCollab issue per se it would be nice to amend the the "probe.php" tool in order to validate whatever PHP setting breaks your code.
This issue is caused by eAccelerator that you have installed on your server. Please disable it for the folder where activeCollab is installed. Opcode cache that we recommend is APC (you can even use APC to speed up activeCollab by adding memory caching to it).
AC 2.3.7 under turnkeylinux LAMP VM.
When trying to send an e-mail using the built in tools I get the following error
Trying to Fatal error: Class 'Logger' not found in /var/<redacted>/activecollab/angie/classes/swiftmailer/Swift.php on line 324
I have browsed through the forum and have seen similar issue which could supposedly resolved by tweaking PHP - can you advise as what should be done ?
And even if it's not an ActiveCollab issue per se it would be nice to amend the the "probe.php" tool in order to validate whatever PHP setting breaks your code.
Regards