Admin Access to cloned Joomla site

Avatar
  • Answered
I am trying to create a development clone of my website. I have created a subdomain and then followed the directions for using Softalicious to clone it. I changed the name of the cloned database. The site works but I can't get into the Joomla adminstrator back end. The page is white. Is there a setting I need to change? Where is it?
Avatar
Scott
Hello, Sorry to hear you are having issues with the Joomla login. If you are getting a white screen, you may need to enable the error reporting from within the cPanel File manager. You can edit the index.php file and place the following code right after the first line of code in the file. ini_set('display_errors', TRUE); error_reporting(E_ALL); That may give you an error message that can be helpful in troubleshooting the issue. Kindest Regards, Scott M