oricle Posted February 6, 2017 Share Posted February 6, 2017 Help! Just installed 7.1.1, got everything up and running, setup first client, created registrar of Email to test domains. Created domain, goto client login and click Domains from main page, get 500 error, change status of domain to PENDING, works... No errors, no logs, just 500 fails with no details, how can I diagonse and fix?! Have tried all i can find on google, changing date/time, reuploading php file, allocating more memory in INI, to no avail... 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted February 6, 2017 Share Posted February 6, 2017 Did you try enabling Error Reporting as per http://docs.whmcs.com/Blank_Pages ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS NickH Posted February 6, 2017 Share Posted February 6, 2017 Hi oricle, As Damo noted above, you'd want to enable the Display Errors at Setup > General Settings > Other tab. This would enable you to see the exact error. Based on your description, the most common thing I see come up with the same symptoms is an issue with the PHP setting for date/timezone. Should this be the issue, you can resolve it by ensuring the "date.timezone" setting in your server php.ini is properly set. If you can't access the server php.ini, you can also fix this by adding in the following code to your configuration.php file: date_default_timezone_set("TIMEZONE HERE"); You can find a list of acceptable timezone entries at: http://php.net/manual/en/timezones.php If you continue to have issues, please feel free to update this thread or open a support ticket 0 Quote Link to comment Share on other sites More sharing options...
oricle Posted February 6, 2017 Author Share Posted February 6, 2017 thanks, that helped, strange the timezone is set in the ini file but still needed the date_default_timezone_set() function call to get it to work. Either way it s working so I can continue along now. 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.