Jump to content
  • 0

flux error


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

how to fix this error

Warning: date_create(): 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 'Asia/Manila' for 'PHT/8.0/no DST' instead in /usr/html/cp/lib/Flux/Athena.php on line 748

Warning: 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 'Asia/Manila' for 'PHT/8.0/no DST' instead in /usr/html/cp/lib/Flux/Connection/Statement.php on line 14

Warning: touch(): Unable to create file data/logs/mysql/errors/20130201.log.php because Permission denied in

/usr/html/cp/lib/Flux/LogFile.php on line 43 Warning: chmod(): No such file or directory in /usr/html/cp/lib/Flux/LogFile.php on line 44 Warning:

fopen(data/logs/mysql/errors/20130201.log.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux/LogFile.php on line 47

Warning: fputs() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux/LogFile.php on line 4

Edited by glemor123
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

bump!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi glemor123,

I believe it's saying that you did not declare your Time Zone value; you need to edit '/config/application.php'.

Change this...

'DateDefaultTimezone' => null, // The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ)

To this...

'DateDefaultTimezone' => 'Asia/Manila', // The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

Hi glemor123,

I believe it's saying that you did not declare your Time Zone value; you need to edit '/config/application.php'.

Change this...

'DateDefaultTimezone' => null, // The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ)

To this...

'DateDefaultTimezone' => 'Asia/Manila', // The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ)

thanks but another problem occur

Warning: touch(): Unable to create file data/logs/mysql/errors/20130203.log.php because Permission denied in

/usr/html/cp/lib/Flux/LogFile.php on line 43 Warning: chmod(): No such file or directory in /usr/html/cp/lib/Flux/LogFile.php on line 44 Warning:

fopen(data/logs/mysql/errors/20130203.log.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux/LogFile.php on line 47

Warning: fputs() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux/LogFile.php on line 49

Edited by glemor123
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

Reininstall the default for a clean file. before you edit some script make a backup. For renewal flux download in other place because the default of flux if for non-renewal.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

already reinstalled..problem still exist

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

upup

Link to comment
Share on other sites

×
×
  • Create New...