chanell Posted May 7, 2010 Share Posted May 7, 2010 Hello. I installed WHMCS last night. I followed the directions and everything appeared to be working fine until I took the extra suggested steps to secure my installation like renaming the amin folder and moving the downloads, template_c, and another folder I can't think of right now. I added the instructed customization lines to the configuration file to tell whmcs where the new folder locations were and my new name for the admin folder. According to the instructions I was to insert these lines into the configuration.php: $customadminpath = "myadminname"; (i changed the name to what i named my folder) $templates_compiledir = "/home/whmcs/templates_c/"; $attachments_dir = "/home/whmcs/attachments/"; $downloads_dir = "/home/whmcs/downloads/"; After making these changes I received an error message stating that it couldn't connect to the database..so I then went and put everything back where it originally was and changed the configuration file back to the way it originally was. Now I can get to the admin area login page, but when I login it takes me to a blank white page. There is nothing on the page, and I can not do anything. Any advise will be greatly appreciated. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 8, 2010 Share Posted May 8, 2010 Add the following line to the botton of your configuration.php file: $display_errors=true; This will help you get an idea of whats wrong... 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 8, 2010 Share Posted May 8, 2010 "/home/whmcs/templates_c/" Unless your user account on the server is "whmcs", this is probably incorrect. Maybe you posted that just to show the path, and the username is correct in your file? Should be (for each): ""/home/your_actual_cpanel_username/templates_c/" 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.