pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
All Grav sites broken - InvalidArgumentException cache directory not writable, but it is
· 5 years ago
@Vince42, No questions popping up right now... I guess things have to sink in first. Will update when questions popup...
-
Migrating pages to flex-pages
· 5 years ago
@christiana83, Not sure why you would want to do that... But, to be honest, I haven't spent much reading time on Flex Pages (not much docs anyway)... According the 1.7 upgrade guide: NOTE: Flex Pages
-
All Grav sites broken - InvalidArgumentException cache directory not writable, but it is
· 5 years ago
Hi @Vince42, Interesting puzzle... ;-) In order to show you the full stack trace, please visit http://all24.net What's wrong with copying the stacktrace, removing sensitive data and copy it here wi
-
Vagrant Box for Grav 1.7
· 5 years ago
@adv, I don't know Vagrant nor Scotchbox, but when looking at the repo of scotchbox, it seems to be dead. Someone has created an alternative cognacbox which has upgraded dependencies. Maybe it will w
-
Server Error: E_NOTICE - spl_autoload_register()
· 5 years ago
@icamps, It is plugin Shortcodes that throws the error about spl_autoload_register()
-
Server Error: E_NOTICE - spl_autoload_register()
· 5 years ago
@icamps, Plugin 'Shortcodes' is 6 years old and not compatible with PHP 8. spl_autoload_register() will now always throw a TypeError on invalid arguments, therefore the second argument do_throw is ig
-
Set default attributes to markdown images to avoid cls
· 5 years ago
@christiana83, Fair enough...
-
Set default attributes to markdown images to avoid cls
· 5 years ago
@christiana83, I'll have to study your solution a bit more, but apart from that... Just curious, what made you choose for an external lazyloading library while: browsers now accept the loading="lazy|
-
Page blueprint with conditional tab
· 5 years ago
@unmick, Is it possible? From the docs: The conditional field type is used to conditionally display some other fields base on a condition. The term "fields" is quite ambiguous, but my first interpre
-
Count all users, and sum up a custom field from each user
· 5 years ago
@Netzhexe, Would $dir = $this->grav['locator']->findResource('account://', true); be ok for you? See streams.