Title: filesystem path error
Last modified: November 17, 2016

---

# filesystem path error

 *  Resolved [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/)
 * Hi,
 * I’m experimenting with your plugin and I’m quite impressed. However, I have an
   issue with the standard `style.css` file:
 * `NOT FOUND [/var/www/dev.mysite.net//wp-content/themes/mts_schema/style.css?ver
   =1466105032] - Permission denied or the file does not exist`
 * All the other files are processed correctly using their `https://` address.
 * Any ideas?

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

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8449981)
 * Hi, It looks like your style.css is not enqueued properly on your theme.
 * The path has a double forward slash in the middle: `/var/www/dev.mysite.net//
   wp-content/themes/mts_schema/style.css`
 * Check how your style.css is enqueued on your theme.
    You probably need to remove
   the first forward slash somewhere there.
 *  Thread Starter [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8450004)
 * Thanks. It’s a commercial theme, so I’ll need to ask the developers.
 * By the way, even adding the file to the exclusion list doesn’t prevent the error.
   I had to disable CSS processing entirely.
    -  This reply was modified 9 years, 6 months ago by [cwfaraday](https://wordpress.org/support/users/cwfaraday/).
 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8450082)
 * you have to add the full url (not the file path), is that what you-re doing?
 * Also, what is the theme you’re using?
    Any modifications?
    -  This reply was modified 9 years, 6 months ago by [Raul P.](https://wordpress.org/support/users/alignak/).
 *  Thread Starter [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8450159)
 * I tried adding both URL and file path.
 * I’m using MyThemeShop Schema.
 *  [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8453809)
 * Hello,
 * We are using this method to enqueue theme style.css:
    `wp_enqueue_style( 'schema-
   stylesheet', get_stylesheet_uri() );`
 * Could you please confirm that you are using latest version of the theme?
 * Also, If you need any help with our theme, please open new thread in our support
   forum.
 * Hope that helps.
 * Thank you.
 *  Thread Starter [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8453844)
 * I’m using 3.1.3.
 *  Thread Starter [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8473222)
 * Hi Raul,
 * the same problem happens with any theme. For example, with twentysixteen:
    `NOT
   FOUND [/var/www/dev.mysite.net//wp-content/themes/twentysixteen/style.css?ver
   =1479909172] - Permission denied or the file does not exist`
 * I’m wondering why there is an URL parameter attached to `style.css`?
    -  This reply was modified 9 years, 6 months ago by [cwfaraday](https://wordpress.org/support/users/cwfaraday/).
 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8473381)
 * a) On version 1.3.3 I implemented a double check to prevent double slashes in
   the middle, so your path: .. site.net//wp-content … will not have double slashes
   anymore. Did you try the latest version?
 * b) /var/www/dev.mysite.net/ is probably the path to your files, so that’s not
   an url attached but rather the absolute path to your wordpress installation.
 * c) From my experience…
 * 1 – you either defined the ABSPATH wrongly on wp-config.php, or
 * 2 – you defined on your wp-config.php:
    define(‘WP_HOME’, ‘[http://dev.mysite.net/&#8217](http://dev.mysite.net/&#8217););
   define(‘WP_SITEURL’, ‘[http://dev.mysite.net/&#8217](http://dev.mysite.net/&#8217););
 * (the values should be without / at the end)
 * 3 – you have performed some sort of search and replace on the database for the
   absolute path and added a forward slash in the end.
 * —
 * Either way, the latest plugin version tries to bypass this kind of error, so 
   it might work.
    Give it another try, update to 1.3.3, remove both cache and intermediate
   cache from the plugin settings and if it fails again let me know.
 * _[ redacted ]_
    -  This reply was modified 9 years, 2 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *  Thread Starter [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8473829)
 * After hours of research, I found out that the culprit is a plugin called “CDN
   Rewrite.” Damn it.
 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8473884)
 * You can try the CDN enabler from keycdn, it’s better.

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

The topic ‘filesystem path error’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/filesystem-path-error/#post-8473381)
 * Status: resolved