Closed (duplicate)
Project:
Drupal core
Version:
8.0-alpha3
Component:
install system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2013 at 10:37 UTC
Updated:
2 Oct 2013 at 11:36 UTC
Jump to comment: Most recent
Comments
Comment #1
VBN commentedSame here on the install for one.com host.
Is this due following changes are made to the .htaccess file in request of the host?
Comment #2
goodarzi121 commentedHI
i changed .htaccess. but see errors again!
Comment #3
dags commentedSee this issue #2032907: OPEN_BASEDIR set causes drupal 8 install fail. Also, #2019911: Add install requirement that open_basedir = Off since 8.x currently doesn't support it
In summary, check the output of
php_info()and make sure you don't have theopen_basedirset.Comment #4
UpcomingMedia commentedThought I would try out the latest alpha build on a fresh (DV) Managed VPS hosted on MediaTemple.net with php 5.4.
Getting the same error reported, had:
Warning: Invalid argument supplied for foreach() in Drupal\Core\Config\InstallStorage->getComponentNames() (line 138 of core/lib/Drupal/Core/Config/InstallStorage.php).
open_basedir = {DOCROOT}/:{TMP}/
Set it to:
open_basedir = {WEBSPACEROOT}/:{TMP}/
Still got the same result.
Had to set open_basedir = default in order for errors to fix.
Comment #6
valdir.marcos commentedError is still happening during all screens on installation.
After setting mysql information, show this other message:
Fatal error: Call to undefined function theme() in /home/xyz/www/drupal8a3/core/includes/install.core.inc on line 954
And the installation is aborted.
Comment #7
valdir.marcos commentedHosting company said that I am not allowed to change php.ini settings on the shared server...
Is there any other solution to install Drupal 8 alpha 3?
Comment #8
valdir.marcos commentedSince installation on shared hosting servers is not possible, should we address this ticket as critical?
Should we close this as a duplicate of #2019911: 'open_basedir = On' throws exception - drop support?.
Comment #9
catchYes this looks like a duplicate of #2030407: Warning: Invalid argument supplied for foreach() in Drupal\Core\Config\InstallStorage->getComponentNames() (line 138 of core/lib, marking as such.
Comment #10
dcrocks commentedShould this have been closed as a duplicate of itself?
Comment #11
catchSorry meant #2019911: Add install requirement that open_basedir = Off since 8.x currently doesn't support it.
Comment #12
iantresman commentedJust received this error on attempting to install Drupal 8 for the first time.
PHP 5.3.27 No PHP settings made, no file permission settings made.
After changing "open_basedir" from "default" to "none", the error disappeared.
It would be better to catch the error, and give at least a suggestion regarding open_basedir, or adding something to one of the configuration files, or mentioning it on the "Verify requirements" page.
Comment #13
stolzenhain commentedHaving the same problem as comment #6.
Shared hoster,
safe_mode: off,open_basedir: no value, PHP 5.3.18If I understood comments correctly, this means it should work, because
open_basedirisn't set, right?