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

vendor folder #130

Open
jcfiorenzano opened this issue Mar 4, 2015 · 9 comments
Open

vendor folder #130

jcfiorenzano opened this issue Mar 4, 2015 · 9 comments

Comments

@jcfiorenzano
Copy link

I just download the last release and init a project (php init) , then when i want see the frontend index page, my browser show this error:

Fatal error: require(): Failed opening required 'C:\xampp\htdocs\my_projects\CS\frontend\web/../../vendor/autoload.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\my_projects\CS\frontend\web\index.php on line 5

@vova07
Copy link
Owner

vova07 commented Mar 4, 2015

Can you remove vendor directory, and try again to install all dependency by php composer update?

@jcfiorenzano
Copy link
Author

I can't use composer, It is a problem??

@vova07
Copy link
Owner

vova07 commented Mar 4, 2015

mmmmm ... then you must be sure that all vendor files are copied right to remote directory. Do you have at the moment the vendor/autoload.php file on your server?

@jcfiorenzano
Copy link
Author

when i decompress the release it don't have a vendor folder, I copied the vendor folder from the advanced template of yii's official site but don't work. How or where I can get the vendors files for yii-start?

@jcfiorenzano
Copy link
Author

the problems is that the release don't have the vendor files.

@vova07
Copy link
Owner

vova07 commented Mar 4, 2015

At the moment the only way to get full vendor folder for yii2-start is to use composer.
If you can't use it on your server, you can use it on your local machine, and after just copy the folder to your remote server.

@vova07
Copy link
Owner

vova07 commented Mar 4, 2015

Soon I'll add 2 new variants for app source: zip, and vagrant

@jcfiorenzano
Copy link
Author

ok, thanks mate.

@vova07
Copy link
Owner

vova07 commented Mar 4, 2015

you're welcome.

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

2 participants