Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
There was a change of how Email classes were loaded by the plugin. Now uses composer based autoloader. If it continues just reinstall email plugin.
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
It happened once to me. The latest update to Grav and 5 plugins went fine using my standard approach. Aupdate Grav locally and in production separately. Then update plugins locally and use git to push
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
Does this happen once after update? Or consistently?
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
Are you pushing via git to the production server? In this case it might skip the vendor/ folder of the Email plugin if it's in .gitignore. Just a hint of a possible cause of the problem..
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
Glad. Interesting site ...
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
Nice - thats got things going again. Thanks for that!
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
I had the same problem yesterday. In the end, I reinstalled the email plugin directly on the production site, and that got rid of the error. But I have no idea what the original problem was.
-
Class 'Grav\Plugin\Email\Email' not found
· 10 years ago
Just updated to 1.1.4 with admin on my local environment, did some changes to the site content and all is good and displaying correctly on my local environment. Pulled down to my production server via
-
Flow text around a picture
· 10 years ago
OK, I figured it out. You have to follow the answer given in the question from 2014-12-20 by bobolopolis entitled Floating Images. Then, you have to add a line to base.html.twig to include the custo
-
Flow text around a picture
· 10 years ago
How do you flow text around a picture?