phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Support » General Support » Error after installation
Error after installation [message #9030] Mon, 18 June 2012 22:19 Go to next message
jdelangel is currently offline  jdelangel
Messages: 2
Registered: June 2012
Location: Mexico
phpCollab guest

i need help, this is the error after installation



Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /home/content/26/9403726/html/conferencia/includes/library.p hp on line 383

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /home/content/26/9403726/html/conferencia/includes/library.p hp on line 913

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /home/content/26/9403726/html/conferencia/includes/library.p hp on line 914

Warning: Cannot modify header information - headers already sent by (output started at /home/content/26/9403726/html/conferencia/includes/library.p hp:383) in /home/content/26/9403726/html/conferencia/includes/library.p hp on line 325
Re: Error after installation [message #9034 is a reply to message #9030] Tue, 19 June 2012 21:19 Go to previous messageGo to next message
mindblender is currently offline  mindblender
Messages: 610
Registered: July 2003
Location: AZ
phpCollab contributor

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 #9036 is a reply to message #9034] Fri, 22 June 2012 23:32 Go to previous messageGo to next message
jdelangel is currently offline  jdelangel
Messages: 2
Registered: June 2012
Location: Mexico
phpCollab guest

I´m using PHP 5.3 on server Linux Hosted by Godaddy.


thanks.
Re: Error after installation [message #9037 is a reply to message #9036] Wed, 27 June 2012 08:13 Go to previous message
mindblender is currently offline  mindblender
Messages: 610
Registered: July 2003
Location: AZ
phpCollab contributor

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.
Previous Topic: Login Link in Email Notifications
Next Topic: FAQs
Goto Forum:
  


Current Time: Wed Jun 19 11:57:43 CEST 2013

Total time taken to generate the page: 0.22072 seconds