diskmandotnet Posted April 9, 2013 Share Posted April 9, 2013 Hi I've reinstalled a new version of WHMCS v5.23 and am having some issues. The error I am getting is "Language Folder Not Found" when trying to access my admin area. I have changed location of my templates_c, downloads and attachments folders. I have changed the name of my admin folder (now called 'backoffice') and have edited my configuration file to include the new locations of these folders: $customadminpath = "http://www.XXXXX.net/client-portal/backoffice"; $templates_compiledir = "/home/XXXXX/public_html/whmcs_includes/templates_c/"; $attachments_dir = "/home/XXXXX/public_html/whmcs_includes/attachments/"; $downloads_dir = "/home/XXXXX/public_html/whmcs_includes/downloads/"; Can anyone please help.. i've looked through the posts here and cannot find anything that matches my problem. Your help is appreciated. thanks James 0 Quote Link to comment Share on other sites More sharing options...
diskmandotnet Posted April 9, 2013 Author Share Posted April 9, 2013 Hey guys, I have just renamed my admin folder back to "admin" and removed the "$customadminpath = "http://www.XXXXX.net/client-portal/backoffice";" code from the configuration file and the admin area is working fine now. But when I rename it back to 'backoffice' and put the custom path back into the config file I get the same error.... I'd really like to have a different admin folder name... so any help is appreciated. 0 Quote Link to comment Share on other sites More sharing options...
Pixelior Posted April 9, 2013 Share Posted April 9, 2013 $customadminpath needs to be an absolute path not an UR, as you did with the others, like: $downloads_dir = "/home/XXXXX/public_html/client-portal/backoffice/"; 0 Quote Link to comment Share on other sites More sharing options...
HostT Posted January 4, 2014 Share Posted January 4, 2014 $customadminpath needs to be an absolute path not an UR, as you did with the others, like: $downloads_dir = "/home/XXXXX/public_html/client-portal/backoffice/"; WITHOUT the trailing slash ... that is, for customadminpath http://docs.whmcs.com/Further_Security_Steps 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.