Closed (outdated)
Project:
AdaptiveTheme
Version:
8.x-1.x-dev
Component:
Mobile
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Apr 2015 at 15:06 UTC
Updated:
16 May 2016 at 03:39 UTC
Jump to comment: Most recent
I have untarred the package in the /themes directory. I am using drupal 8.0.0-beta9. Going to Manage - Appearance, I click "install". This gives me:
Test Site
Error
The website has encountered an error. Please try again later.The Logs show the following exception:
<em class="placeholder">Drupal\Core\Config\ConfigValueException</em>: theme.at_core.mobile key contains a dot which is not supported. in <em class="placeholder">Drupal\Core\Config\ConfigBase->validateKeys()</em> (line <em class="placeholder">223</em> of <em class="placeholder">/home/username/public_html/website.com/core/lib/Drupal/Core/Config/ConfigBase.php</em>).
I have edited the final path above for privacy.
The theme does show as "installed" despite this error, however, it doesn't appear to actually work when I install "Pixture Reloaded 8.x-1.x-dev" afterwards and set it as default as it shows a completely blank front page. The settings pages for the themes are also blank.
Comments
Comment #1
transmitter commentedI've got the same problem - went a step further and installed Pixture Reloaded.
But on any page I then run into this error:
Fatal error: Call to undefined function Drupal\at_core\Theme\system_rebuild_theme_data() in /themes/adaptivetheme/at_core/src/Theme/ThemeSettingsInfo.php on line 28Comment #2
kae76 commentedWorking with drupal 8.0.0-beta9
Steps to reproduce:
Go to: Appearance, Select "Install and set as default"
Take me to this path:
http://127.0.0.1:8888/admin/appearance/default?token=RQugefewp7qGCwUyFDPzlX-ICREjYoCe6SRuGahUX4c&theme=at_generatorI'm receiving the same/similar error:
Drupal\Core\Config\ConfigValueException: theme.at_core.mobile key contains a dot which is not supported. in Drupal\Core\Config\ConfigBase->validateKeys() (line 223 of core/lib/Drupal/Core/Config/ConfigBase.php).Comment #3
Jeff Burnz commentedOK, better get this sorted, looks like the config for responsive breakpoints etc has changed a little, no biggie just needs a tweak around.
Comment #5
Jeff Burnz commentedI've removed the offending code so you won't get an error anymore, however I need to review how picture mappings are working now and redo this to work with the newest systems in core.
Marking as needs work for now.
Comment #6
Jeff Burnz commentedOK, responsive image mappings did change a lot with regards to the configuration, I am updating these now so the theme includes some usable examples.
Comment #7
Jeff Burnz commentedPicture mappings were removed because of many issues and in hindsight I don't think we need them, core provides good defaults and they're easy to configure as you need.