davetbo

Results 3 issues of davetbo

I'm getting the following error: [25-Apr-2016 23:43:04 UTC] PHP Fatal error: Undefined class constant 'USER_FORM_AUTHENTICATION' in /var/www/html/marketing/plugins/MauticSSOBundle/EventListener/UserSubscriber.php on line 61 I can't get to the step where I try to...

Hello, I just started using Zebra_Forms. I'm using it in Wordpress and I've installed it via composer by adding: ``` { "require": { "stefangabos/zebra_form" : "*" } } ``` to...

Hello, I'm thinking about using minify with WordPress to automatically combine and minify js and css. I'm thinking that if I use a late hook on wp_enqueue_scripts (like 999999), dequeue...