Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
Hi arank, first thank you for opening an issue. I answered you there https://github.com/Sommerregen/grav-plugin-external-links/issues/10 .
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
i've also notified the author, but I think he's still away on winter holidays.
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
Icons are not shown, when the (html) link is in page header. (But that was working before). Markdown link icons work. Issue opened.
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
Link Icons are not showing up anymore. Same in Grav 1.0.8
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
I don't see a reason why the update should have broke it.. open an issue on the Plugin repo: https://github.com/sommerregen/grav-plugin-external-links/issues
-
Grav 1.0.7 - Plugin External Links not working anymore
· 11 years ago
After Update to Grav 1.0.7 Plugin is not working anymore.
-
ERROR - Class 'Grav\Plugin\Login\Controller' not found
· 11 years ago
Renaming the controller.php as @flaviocopes suggested worked for me
-
ERROR - Class 'Grav\Plugin\Login\Controller' not found
· 11 years ago
Yeah! I think that was it... And with things in git (sorry, I'm not the strongest git user), the lower case "controller.php" was "hidden" or eclipsed or something. Doing a: git mv -f controller.php Co
-
ERROR - Class 'Grav\Plugin\Login\Controller' not found
· 11 years ago
The error is, for those having the same, during an update the user/plugins/login/classes/controller.php was renamed to user/plugins/login/classes/Controller.php (notice the capital C). Probably the GP
-
ERROR - Class 'Grav\Plugin\Login\Controller' not found
· 11 years ago
@bdillahu zip and send us (via Gitter) your user/plugins/login folder to check why is that happening.