Jump to content
  • 0

How to fix error like this?


iannugroho33

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/10/17
  • Last Seen:  

i tried to change all

'Timezone' => null // Example: '+0:00' is UTC.
 

 

'Timezone' => null // Possible values is as described in the comment in DbConfig.
 
'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/tim

 

to Asia/Jakarta but it won't work please help

hostingkontol.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/10/17
  • Last Seen:  

thanks, it worked. then how to fix that main_nav.png error? can you help?

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

	'DateDefaultTimezone'		=> 'Asia/Kuala_Lumpur',					// The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ)
	'DateFormat'				=> 'Y-m-d',					// Default DATE format to be displayed in pages.
	'DateTimeFormat'			=> 'Y-m-d H:i:s',		

My current server time.. Hope it may help you~

Link to comment
Share on other sites

×
×
  • Create New...