U. Angel
U. Angel

Reputation: 3

Run Joomla live site on local server

I'm trying to run a copy of a joomla site (that works perfectly on the hosting) but, when I put all its files on my directory and install its BD just works administrator site but the site itself keeps in white screen.

I update its configuration file (configuration.php) exactly:

-DB

-Logs

I don't know what to do, I don't understand (I'm new with Joomla)

Joomla version: 3.5.1 PHP: 7.0

Upvotes: 0

Views: 352

Answers (2)

Vishal P Gothi
Vishal P Gothi

Reputation: 997

Its not much complicated.. As you said you have already configure DB, Prefix, Host and Password.

So verify it again and suggest to check your localhost PHP version and online PHP version. Its create problem if your PHP version and live PHP version are different.

And make sure the PHP libraries you used on live site, these all need to install on your local PC too.

and make error_reporting maximun to check exact error and tell me error you get.

Please do this and if still you have issue than please wirte comment me, we will find more about your issue.

Thank You.

Upvotes: 0

nibra
nibra

Reputation: 4028

A white screen usually is a sign of a server error of any kind. A first step to identify the underlying problem is to enable the debug mode and set the error reporting to development. You should then get an error message instead of the white screen.

In general, it is a good idea to use a tool like Akeeba Backup to transfer sites. It takes care of some environmental differences between the production server and localhost. You can even utilise another database management system.

Upvotes: 1

Related Questions