controlnocontrol
controlnocontrol
This syntax might be cleaner and allow choice of tags and classes as well as multiple nesting: ``` "example": { "args": { "tag": "div", "class": "parent", "args": { "tag": "p",...
@branksz @strohrdanz I believe you can fix this by unchecking the 'Verify email addresses?' box in Users > Settings. The user won't receive an activation email and their default status...
Hello @ostark, I'm having the same issue. It looks like it's a dotenv loading issue. Here's what I can see in the php logs: > [06-Jun-2024 22:48:47 UTC] PHP Fatal...
@JonnyBR12 @ostark Problem fixed on my end. If you upgraded phpdotenv from 2 to 3, you also need to update the craft/craft file from: ``` // Load dotenv? if (file_exists(CRAFT_BASE_PATH.'/.env'))...