NameFlag Posted January 21, 2018 Share Posted January 21, 2018 Hello! I've decided to make a complete new installation of my whmcs and i've encountered new bugs in this new version. - I've tried reinstalling it 2 more times, but still nothing seems to solve the issue. - I haven't had this issue in the previous update, it's only just occured now i've installed using the new version. All these issues arise on the admin homepage. 1. Last Automation Run: Never NEEDS ATTENTION - doesnt change, even though the last run was 5 minutes ago, according to the automation page. 2. I noticed the Billing tab/widget wasn't increasing when I got a new payment, I clicked the refresh tab and it fades into the background, but nothing happens. 3. All tabs/widgets when refreshed remains faded and doesn't refresh. 4. All tabs/widgets, when removed from homepage, re-appear upon page reload. Link to comment Share on other sites More sharing options...
twhiting9275 Posted January 21, 2018 Share Posted January 21, 2018 Is this a 100% clean WHMCS install? No plugins, addons, hooks.modules, api calls or the like? Seems rather odd that this would be behaving this way if it is. Have you forced a cron run? Would be helpful if you posted your environment (php version, mysql version, OS) Link to comment Share on other sites More sharing options...
NameFlag Posted January 22, 2018 Author Share Posted January 22, 2018 16 hours ago, twhiting9275 said: Is this a 100% clean WHMCS install? No plugins, addons, hooks.modules, api calls or the like? Seems rather odd that this would be behaving this way if it is. Have you forced a cron run? Would be helpful if you posted your environment (php version, mysql version, OS) Yes it was a clean install. I've eventually managed to solve the issue. It seems to of been caused by renaming the whmcs index.php file to index2.php whilst my website is under development. (I did this because it's installed on my parent domain and didn't want users to see my potential theme until launch). Link to comment Share on other sites More sharing options...
brian! Posted January 23, 2018 Share Posted January 23, 2018 23 hours ago, NameFlag said: It seems to of been caused by renaming the whmcs index.php file to index2.php whilst my website is under development. (I did this because it's installed on my parent domain and didn't want users to see my potential theme until launch). if you intend to do that again in the future, it might be simple to just use .htaccess and set it so that only your IP(s) have access to the site, and all other IPs are redirected elsewhere. if you're unfamiliar with .htaccess, there are many sites that will generate the basic code for you, e.g https://www.htaccessredirect.net/block-allow-ip - though long-term, I think allow/deny etc are all going to be deprecated. https://httpd.apache.org/docs/2.4/howto/access.html Link to comment Share on other sites More sharing options...
Recommended Posts