|
|
| Re: Error after installation [message #9034 is a reply to message #9030] |
Tue, 19 June 2012 21:19   |
|
|
Basically what is happening is, phpCollab is using a deprecated function for getting the timezone. I believe this started appearing in php v5.x
What version of PHP and MySQL are you using?
Note that these are warnings only and should not prevent the site from rendering unless you have debugging turned on in your PHP.ini file.
|
|
|
|
|
|
| Re: Error after installation [message #9037 is a reply to message #9036] |
Wed, 27 June 2012 08:13  |
|
|
Yeah, I believe those warnings started in PHP 5.x. Since they are just warning, they should not interfere with the functionality of phpCollab. If they are getting displayed in the browser, then you will need to modify the error notification settings for your domain either thru thr Go Daddy control panel or via a .htaccess file...
To disable or switch it off (assuming that you're on a shared hosting which have limited super power), simply add php_flag display_errors off in your .htaccess file.
Let us know how it goes.
|
|
|
|