getgrav / grav-theme-landio

Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
https://getgrav.org
Other
31 stars 15 forks source link

This theme is broken in grav 1.2.4 - missing Login plugin dependency #11

Open wfsaxton opened 7 years ago

wfsaxton commented 7 years ago

I installed the skeleton from: https://github.com/getgrav/grav-skeleton-landio-site and installed this theme. When I go to the site, I see the following error:

Undefined property: Grav\Common\Grav::$user

It looks like this theme requires the "Login" plugin to function but the only required dependency that shows up on theme installation is "Form".

Once I installed the "Login" plugin everything worked fine.