⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

export error in flexigrid



DREON
  • profile picture
  • Member

Posted 15 April 2013 - 08:36 AM



A PHP Error was encountered

Severity: Warning


Message: 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 'UTC' for '8.0/no DST'
instead


Filename: libraries/grocery_crud.php


Line Number: 1500


 


A PHP Error was encountered

Severity: Warning


Message: Cannot modify header information - headers already sent by
(output started at
C:\Apache2\htdocs\sample\system\core\Exceptions.php:185)


Filename: libraries/grocery_crud.php


Line Number: 1502


 


A PHP Error was encountered

Severity: Warning


Message: Cannot modify header information - headers already sent by
(output started at
C:\Apache2\htdocs\sample\system\core\Exceptions.php:185)


Filename: libraries/grocery_crud.php


Line Number: 1503


 


A PHP Error was encountered

Severity: Warning


Message: Cannot modify header information - headers already sent by
(output started at
C:\Apache2\htdocs\sample\system\core\Exceptions.php:185)


Filename: libraries/grocery_crud.php


Line Number: 1504


 

 


davidoster
  • profile picture
  • Member

Posted 15 April 2013 - 11:47 AM

Check here.


DREON
  • profile picture
  • Member

Posted 15 April 2013 - 22:49 PM

thank you sir, solve it already i uncomment date.timezone = on my php.ini

 

and add date.timezone = UTC