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-&gt;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

transmitter’s picture

I'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 28

kae76’s picture

Working 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_generator

I'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).

Jeff Burnz’s picture

OK, better get this sorted, looks like the config for responsive breakpoints etc has changed a little, no biggie just needs a tweak around.

  • Jeff Burnz committed ee07ad5 on 8.x-1.x
    Issue #2465777: theme.at_core.mobile key contains a dot which is not...
Jeff Burnz’s picture

Status: Active » Needs work

I'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.

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

OK, responsive image mappings did change a lot with regards to the configuration, I am updating these now so the theme includes some usable examples.

Jeff Burnz’s picture

Status: Needs work » Closed (outdated)

Picture 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.