aee156 Posted February 17, 2017 Share Posted February 17, 2017 I upgraded my Ioncube and PHP and now I am getting this error Warning: PDO::__construct(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/thewebse/public_html/billing/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php on line 47 Warning: PDO::__construct(): The server requested authentication method unknown to the client [mysql_old_password] in /home/thewebse/public_html/billing/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php on line 47 Critical Error SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client I am on a Linux server, any ideas how I can fix this issue? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted March 1, 2017 WHMCS Support Manager Share Posted March 1, 2017 Hi, To address your reported errors: 1. Please adjust your PHP configuration to specify a valid date.timezone value: http://www.inmotionhosting.com/support/website/php/setting-the-timezone-for-php-in-the-phpini-file 2. Resetting your MySQL user password should resolve this. If you change the password to something different, be sure to update the configuration.php file to match. A more technical explanation and solution is available here: http://code.openark.org/blog/mysql/upgrading-passwords-from-old_passwords-to-new-passwords 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.