pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Grav Admin Log In CSS not Loading using localhost
· 6 years ago
@Ph1l3mon Never seen something like this before. You said: I took a complete-backup from the live website Did you try emptying the cache folder.
-
Persists user credentials width docker
· 6 years ago
@pablodarde, I'm afraid your have stored the file in the wrong location. Yaml files containing user accounts are stored in /user/accounts/username.yamlwith the following content: fullname: username pa
-
Big Emergency ; error 0 - "you do not have sufficient funds to use this service"
· 6 years ago
@NaomieDecarie, Googls is your friend... Search on "You do not have sufficient funds to use this service." and you will find MaxMind all over... It also helps knowing that "You do not have sufficient
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, When using {{ 'THEME_THEMENAME.FEED' | t }} and the translation filter cannot find the string 'THEME_THEMENAME.FEED' in (any) languages.yaml (or 'user/languages/en.yaml'), it will return t
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, Should it not be: <p>Translation must come here: {{ 'THEME_THEMENAME.FEED' | t }}</p> Just in case... THEME_THEMENAME is a placeholder and should be replaced by the name of you
-
Big Emergency ; error 0 - "you do not have sufficient funds to use this service"
· 6 years ago
@NaomieDecarie, It seems your site is making use of one or more third parties in order to handle subscriptions/payments and to stream a video. One of these third parties does not allow you to use thei
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, According the package.json of the github repo of isotope, it uses jquery 3.3.1 which is also marked as having vulnerabilities.
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, I don't think Grav adds jQuery, that's the responsibility of the theme or the plugin. You could try a search in your favorite editor on addJs('jquery' or a regex search addJs.*jquery
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst The security problem caught by the website test is with jquery 2.4.2, not with where or how jquery is loaded. That's correct, the vulnerability is in the jQuery library v2.4.2 and needs
-
Grav & security vulnerability in jquery?
· 6 years ago
@finanalyst, It depends on how the theme adds jQuery... If it uses something similar to assets.addJs('jquery', 101) it will include the jQuery library set in /user/config/system.yaml: assets: