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/phplist/phplist4-core/vendor/autoload.php not found #45

Closed
samtuke opened this issue Sep 30, 2017 · 3 comments
Closed

/vendor/phplist/phplist4-core/vendor/autoload.php not found #45

samtuke opened this issue Sep 30, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@samtuke
Copy link

samtuke commented Sep 30, 2017

With a clean installation of the base distribution, running on the local PHP development server, the following error occurs when loading the index page in browser via http://127.0.0.1:8000/

[Sat Sep 30 12:16:31 2017] PHP Warning:  require(/var/www/base-dist/vendor/phplist/phplist4-core/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/base-dist/vendor/phplist/phplist4-core/web/app_dev.php on line 7
[Sat Sep 30 12:16:31 2017] PHP Stack trace:
[Sat Sep 30 12:16:31 2017] PHP   1. {main}() /var/www/base-dist/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Resources/router.php:0
[Sat Sep 30 12:16:31 2017] PHP   2. require() /var/www/base-dist/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Resources/router.php:42
@oliverklee oliverklee added the bug label Sep 30, 2017
@oliverklee oliverklee added this to the 4.0.0 ("phase 2") milestone Sep 30, 2017
@oliverklee
Copy link
Contributor

This affects the development server (and probably the testing server), but not the production server.

We really need system tests to catch this kind of problem. (They already are on the to-do list for phase 2.)

@oliverklee
Copy link
Contributor

The document root from the server:run command is incorrect. Looking into it.

@oliverklee
Copy link
Contributor

server:run --docroot=web/works fine. I'm now trying to find out how we can get Symfony to automatically use the correct doc root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants