WHAT'S NEW?
Loading...

[Solved] WHMCS Tickets are not arranging in range

How to fix the WHMCS issue the ticket replies are not arranging in range.
The issue was caused due to PHP,Mysql,Server Time are conflicting so you need to Make sure that all the timezone are same First check the timezone of your server.

I have set my server timezone to : Asia/Kolkata in Server as Default.MYSQL will use the same system default timing.But We need to make sure that PHP was using the same time or it was use something different.While checking my server i have seen that PHP Timezone was "UTC" Which was causing the issue.

I have changed the PHP Timezone to Asia/Kolkata and the issue got fixed

You can change the timezone in php.ini or from WHM Root > PHP Configuration > Advanced Mode > Search for "Timezone" and update the timezone which you need

You can get the list of time zone here : http://php.net/manual/en/timezones.php

0 comments: