wallabag: Failed to setup via composer
Issue details
php bin/console wallabag:install --env=prod
PHP Warning: require(/var/www/wallabag/app/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/wallabag/app/autoload.php on line 9
PHP Fatal error: require(): Failed opening required '/var/www/wallabag/app/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/wallabag/app/autoload.php on line 9
Environment
- wallabag version : e7931dbdf8c045ddc7d1085de0fe084ae001170d
- How did you install wallabag? https://github.com/wallabag/wallabag/blob/v2/README.md#want-to-test-the-v2
- Last wallabag version that did not exhibit the issue (if applicable):
- php version: 5.6
- OS: Wheezy
- type of hosting (shared or dedicated): dedicated
- which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): MySQL
Steps to reproduce/test case
Follow the normal setup on debian wheezy with PHP 5.6 via dotdeb
PHP
# dpkg -l|grep php
ii dh-php5 0.2 all debhelper add-on to handle PHP PECL extensions
ii libapache2-mod-php5 5.6.19-1~dotdeb+7.1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii libphp-serialization-perl 0.34-1 all Perl module to manipulate serialized PHP data structures
ii php-pear 5.6.19-1~dotdeb+7.1 all PEAR - PHP Extension and Application Repository
ii php5 5.6.19-1~dotdeb+7.1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.6.19-1~dotdeb+7.1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.6.19-1~dotdeb+7.1 amd64 Common files for packages built from the php5 source
ii php5-curl 5.6.19-1~dotdeb+7.1 amd64 CURL module for php5
ii php5-dev 5.6.19-1~dotdeb+7.1 amd64 Files for PHP5 module development
ii php5-fpm 5.6.19-1~dotdeb+7.1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
ii php5-gd 5.6.19-1~dotdeb+7.1 amd64 GD module for php5
ii php5-imap 5.6.19-1~dotdeb+7.1 amd64 IMAP module for php5
ii php5-mcrypt 5.6.19-1~dotdeb+7.1 amd64 MCrypt module for php5
ii php5-mysql 5.6.19-1~dotdeb+7.1 amd64 MySQL module for php5
ii php5-pgsql 5.6.19-1~dotdeb+7.1 amd64 PostgreSQL module for php5
ii php5-readline 5.6.19-1~dotdeb+7.1 amd64 Readline module for php5
ii php5-sqlite 5.6.19-1~dotdeb+7.1 amd64 SQLite module for php5
ii php5-tidy 5.6.19-1~dotdeb+7.1 amd64 tidy module for php5
ii pkg-php-tools 1.21 all various packaging tools and scripts for PHP packages
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 19 (10 by maintainers)
Can I close this issue? About database creation, we already have an issue.