Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Adrian Waterhouse Member
@adrianw · Joined 9 years ago · 14 posts · 5 topics · 3 reputation
Badges
Recent posts
-
Scheduler task only firing once
· 5 years ago
Has there been any changes in the Scheduling system, I have a strange situation where a job has only run once on the day it was created but never again (it should be daily dripsms-dayjob). Running the
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
The fix was released in v5.1.1 of the Form plugin, I've download and tested the release with the form that was problematic and everything worked as it should.
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
The issue was raised https://github.com/getgrav/grav-plugin-form/issues/530 It has been confirmed as a Bug, and a fix has been created (which I have successfully tested locally). I imagine that it w
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
thanks for looking at thing @pamtbaau . I will raise it, I just wanted to be sure I hadn't fallen into a different trap or was doing something wrong in the first place.
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
Can I confirm that since v5.1.0 enforces the requirement of all fields to have a "name" field even if logically they don't require them, fields such as spacer. I think it's in the new prepare_form_fie
-
Cannot Move Modular item
· 5 years ago
I've narrowed it down I think of having Flex Objects Directories Pages (Admin) Enabled, If I disable this then I can move objects with no problems
-
Cannot Move Modular item
· 5 years ago
Not sure when this started happening but on sites that I've upgrade to the most current version of Grav (1.7.17) and The Admin plugin (1.10.17) I seem to have lost the ability to move pages/modular it
-
404 Only on first hit of a page
· 5 years ago
Thanks @pamtbaau yes it came as a surprise to me too, thanks for the idea, unfortunately I can't go down the uri method as there's quite a number of different forms on different uri's and the client c
-
404 Only on first hit of a page
· 5 years ago
@pamtbaau I'm happy you were able to replicate it and it wasn;t just some quirk of my local system. What I was trying to do is minimise the load of the dynamic options function, the forms have a large
-
404 Only on first hit of a page
· 5 years ago
what I've done is added $routes = $grav['pages']->routes(); if(!$routes) { return null; } to my original routine to check if routes have been setup, they aren't on the first call but are