Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed opening required 'config.php' #313

Closed
michalwiking opened this issue Dec 31, 2012 · 1 comment
Closed

Failed opening required 'config.php' #313

michalwiking opened this issue Dec 31, 2012 · 1 comment

Comments

@michalwiking
Copy link

Aftrer git clone master branch and try to instal i've got this error Failed opening required 'config.php'.

Line 6 require_once('config.php'); should be moved after

if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit;
}

Hmm, after doing this i've application always redirect to install

@opencart
Copy link
Collaborator

re read the install instuctions.

you need to rename config-dist.php

On Tue, Jan 1, 2013 at 1:07 AM, michalwiking notifications@github.comwrote:

Aftrer git clone master branch and try to instal i've got this error
Failed opening required 'config.php'.

In index.php is require_once('config.php');
should be require_once('config-dist.php');


Reply to this email directly or view it on GitHubhttps://github.com//issues/313.

@opencart opencart closed this as completed Jan 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant