PHP Critical Error – dynamic css
-
After updating to v7.0.2. I’m getting a php fatal error. I’m tracking it down but wanted to update. I’ve tried a default theme.
/* The Events Calendar Category Colors 7.0.2 */ .teccc-legend a, .tribe-events-calendar a, #tribe-events-content .tribe-events-tooltip h4 { font-weight: ; } .tribe-events-list .vevent.hentry h2 { padding-left: 5px; } @media only screen and (max-width: 768px) { .tribe-events-calendar td .hentry, .tribe-events-calendar td .type-tribe_events { display: block; } h3.entry-title.summary, h3.tribe-events-month-event-title, .tribe-events-calendar .tribe-events-has-events:after { display: none; } .tribe-events-calendar .mobile-trigger .tribe-events-tooltip { display: none !important; } } Fatal error: Uncaught Error: Class ‘Fragen\Category_Colors\CSS\V2_Views’ not found in /code/web/wp-content/plugins/the-events-calendar-category-colors/src/views/category.css.php:32 Stack trace: #0 /code/web/wp-content/plugins/the-events-calendar-category-colors/src/Category_Colors/Main.php(423): include() #1 /code/web/wp-content/plugins/the-events-calendar-category-colors/src/Category_Colors/Frontend.php(205): Fragen\Category_Colors\Main->view(‘category.css’, Array, false) #2 /code/web/wp-content/plugins/the-events-calendar-category-colors/src/Category_Colors/Frontend.php(152): Fragen\Category_Colors\Frontend->generate_css() #3 /code/web/wp-includes/class-wp-hook.php(307): Fragen\Category_Colors\Frontend->add_scripts_styles(”) #4 /code/web/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #5 /code/web/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #6 /code/web/wp-includes/script-loader.php(2115): do_action(‘wp_enqueue_scri…’) #7 /code/web/wp-includes/class-wp-hook.php(307): wp_enqueue_scri in /code/web/wp-content/plugins/the-events-calendar-category-colors/src/views/category.css.php on line 32
The page I need help with: [log in to see the link]
The topic ‘PHP Critical Error – dynamic css’ is closed to new replies.