-
Notifications
You must be signed in to change notification settings - Fork 117
Error on installing a new theme via the UI #113
Comments
I thought that perhaps this might just be a duplicate of #114, but I cannot reproduce this, whether I provide the Theme via URL or by uploading the tar.gz file, and whether or not I have the tmp directory correctly set. Any other thoughts on isolation? |
I wiped my 8.0.0 site, re-installed, and tried to install zurb through the admin interface by providing the http URL. I got the following error:
Curious. |
Oh, grabbed the wrong version! Let's try that again. |
Okay, I created a completely fresh site, ran the installer, and successfully installed http://ftp.drupal.org/files/projects/zurb_foundation-8.x-5.0-beta1.tar.gz via URL. Did not make any modifications to the site at all. So, still not sure how to reproduce. If you have a reproducible case on your end, please fix the temporary directory path per #114, and see if that clears up the problem. |
Hm, broke again with same error: http://screencast.com/t/0DRHp64oK73a Drush status for the site: This shows the /tmp dir at the binding level, which is desired. Now, given the update to the upstream regarding the /tmp dir, should I still implement #114? |
#114 is already deployed. |
Right, so then there is no need for added code in settings.php to set the correct tmp directory path. |
Yep. |
Reproduced on new spinup:
http://screencast.com/t/sdjF7VMgjS
The website encountered an unexpected error. Please try again later.
Recoverable fatal error: Argument 1 passed to Drupal\Core\Extension\ThemeHandler::addTheme() must be an instance of Drupal\Core\Extension\Extension, null given, called in /srv/bindings/1443efbfc3c64533b3711e3523cabcac/code/core/includes/theme.maintenance.inc on line 96 and defined in Drupal\Core\Extension\ThemeHandler->addTheme() (line 202 of core/lib/Drupal/Core/Extension/ThemeHandler.php).
CASE : 49701
The text was updated successfully, but these errors were encountered: