Title: 404 error accessing CSS
Last modified: July 5, 2024

---

# 404 error accessing CSS

 *  Resolved [peter8nss](https://wordpress.org/support/users/peter8nss/)
 * (@peter8nss)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/)
 * I’m getting 404 errors since upgrade from 6.5.0.1 to 6.51:
    - wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-
      theme.css
    - wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-
      full-mobile.css
    - wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-
      theme-mobile.css
 * The problem is still present in release 6.5.1.5.
 * _I know these are event calendar pro directories (Pro plugin currently at latest
   release 6.5.0) but I’m part of a “Not for Profit” organisation that has kindly
   been given the pro license but that doesn’t include using the official support.
   Hence, raising it here._

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17872803)
 * Hi [@peter8nss](https://wordpress.org/support/users/peter8nss/) ,
 * Thank you for reaching out.
 * Our product management team is aware of this issue. Our team is actively working
   on a fix for this.
 * In the meantime, we recommend removing the lines 124-140 from Assets.php until
   a resolution is available.
 * Internal Bug Ticket Reference: TECTRIA-89
 * We will keep you updated on the progress of this issue and notify you once a 
   fix is available. Your patience on this matter is highly appreciated.
 *  [samedwards](https://wordpress.org/support/users/samedwards/)
 * (@samedwards)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17876670)
 * We’re seeing the same issue, and have temporarily worked around it with this 
   filter:
 *     ```wp-block-code
       add_filter('tribe_asset_enqueue', function ($enqueue, $asset) {    if (in_array(        $asset->get_file(),        ['', 'tribe-events-pro-theme-mobile.css', 'tribe-events-pro-theme.css', 'tribe-events-pro-full-mobile.css'],        true    )) {        return false;    }    return $enqueue;}, 10, 2);
       ```
   
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17879071)
 * Hi samedwards
 * Thanks for sharing your workaround for this issue.
   _As always, when implementing
   a custom snippet, it’s a good practice to test it first on your [staging site](https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/)
   before applying it to your live site. This helps to avoid any unnecessary downtime
   to your live site._
 * [@peter8nss](https://wordpress.org/support/users/peter8nss/) [@samedwards](https://wordpress.org/support/users/samedwards/)
 * If you have other questions or concerns, and for us to follow [WordPress Forum Guidelines](https://wordpress.org/support/guidelines),
   please open a [Support Ticket](https://theeventscalendar.com/support/#contact)
   on our Help Desk.
 *  Thread Starter [peter8nss](https://wordpress.org/support/users/peter8nss/)
 * (@peter8nss)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17879140)
 * That workaround should stop requests for these files – so it should remove the
   404 errors, but presumably the files were being requested because they were intended
   to do something. Would it be better to copy and rename the equivalent files from
   the non-pro plugin?
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17881296)
 * Hi [@peter8nss](https://wordpress.org/support/users/peter8nss/)
 * In previous versions of the plugin, those files had already been deleted, and
   the calendar does not use them anymore. The problem is that it was attempting
   to access a file that no longer exists, and the workaround from samedwards resolves
   this issue.
 * I hope this helps. If you have other questions or concerns, please open a [Support Ticket](https://theeventscalendar.com/support/#contact)
   on our Help Desk.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17890064)
 * Hi there,
 * It appears that we haven’t heard back from you in a while, so I’ll assume that
   the matter has been resolved. If you need any more help, feel free to start a
   new thread and we’ll be happy to assist you.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘404 error accessing CSS’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Darian](https://wordpress.org/support/users/d0153/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/404-error-accessing-css/#post-17890064)
 * Status: resolved