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

owncloud init script failing #179

Closed
soltanireza65 opened this issue Jun 8, 2023 · 3 comments
Closed

owncloud init script failing #179

soltanireza65 opened this issue Jun 8, 2023 · 3 comments

Comments

@soltanireza65
Copy link
Collaborator

executing init.sh on oc1.docker
ownCloud was successfully installed
No such app enabled: firstrunwizard
Installing Custom Groups
PHP Notice: Undefined index: HTTP_HOST in /var/www/html/config/config.php on line 9
PHP Stack trace:
PHP 1. {main}() /var/www/html/console.php:0
PHP 2. require_once() /var/www/html/console.php:74
PHP 3. OC::init() /var/www/html/lib/base.php:1059
PHP 4. OC::initPaths() /var/www/html/lib/base.php:531
PHP 5. OC\Config->__construct() /var/www/html/lib/base.php:135
PHP 6. OC\Config->readData() /var/www/html/lib/private/Config.php:64
PHP 7. include() /var/www/html/lib/private/Config.php:255
customgroups enabled
Installing OpenCloudMesh
PHP Notice: Undefined index: HTTP_HOST in /var/www/html/config/config.php on line 9
PHP Stack trace:
PHP 1. {main}() /var/www/html/console.php:0
PHP 2. require_once() /var/www/html/console.php:74
PHP 3. OC::init() /var/www/html/lib/base.php:1059
PHP 4. OC::initPaths() /var/www/html/lib/base.php:531
PHP 5. OC\Config->__construct() /var/www/html/lib/base.php:135
PHP 6. OC\Config->readData() /var/www/html/lib/private/Config.php:64
PHP 7. include() /var/www/html/lib/private/Config.php:255
opencloudmesh enabled
Installing Federated Groups
PHP Notice: Undefined index: HTTP_HOST in /var/www/html/config/config.php on line 9
PHP Stack trace:
PHP 1. {main}() /var/www/html/console.php:0
PHP 2. require_once() /var/www/html/console.php:74
PHP 3. OC::init() /var/www/html/lib/base.php:1059
PHP 4. OC::initPaths() /var/www/html/lib/base.php:531
PHP 5. OC\Config->__construct() /var/www/html/lib/base.php:135
PHP 6. OC\Config->readData() /var/www/html/lib/private/Config.php:64
PHP 7. include() /var/www/html/lib/private/Config.php:255
federatedgroups enabled
Editing Config
maria2.docker port 3306 is open
oc2.docker port 443 is open

@michielbdejong
Copy link
Contributor

Thanks for opening this issue! We can work around it for now but we obviously want to fix this eventually - also for instance when we will be putting our test runs into GitHub Actions!

@michielbdejong
Copy link
Contributor

Weird, I can't see HTTP_HOST being added in https://github.com/pondersource/dev-stock/blob/main/servers/owncloud-rd-sram/init.sh - is there another script involved?

@michielbdejong
Copy link
Contributor

michielbdejong added a commit to pondersource/dev-stock that referenced this issue Jun 9, 2023
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