This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

yaamou35035
yaamou35035

Hi every body, I have transfered my site from serveur to local with db. I changed db details in database.php, the problem is that whan i try to open the location, it downloads a file. The containt of that file is: <?php /**

  • October - The PHP platform that gets back to basics.
  • @package October
  • @author Alexey Bobkov, Samuel Georges */
/* -------------------------------------------------------------------------- Register composer
Composer provides a generated class loader for the application.

*/

require DIR.'/bootstrap/autoload.php';

/* -------------------------------------------------------------------------- Load framework
This bootstraps the framework and loads up this application.

*/

$app = require_once DIR.'/bootstrap/app.php';

/* -------------------------------------------------------------------------- Process request
Execute the request and send the response back to the client.

*/

$kernel = $app->make('Illuminate\Contracts\Http\Kernel');

$response = $kernel->handle( $request = Illuminate\Http\Request::capture() );

$response->send();

$kernel->terminate($request, $response);

Any help, Thnx.

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.