After installing CA (fresh, clean install on it's own virtual host and there were no errors while installing) I get the following error:
Notice: Use of undefined constant E_DEPRECATED - assumed 'E_DEPRECATED' in /.../subdomains/collectiveaccess/httpsdocs/setup.php on line 134
The line of code is this:
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
And I can change it to this:
error_reporting(E_ALL & ~E_NOTICE);
and I am able to log in. I've grepped for the string and it only appears in setup.php.
Any ideas?
Thanks,
--Joel
