Title: Error message on posts
Last modified: August 20, 2016

---

# Error message on posts

 *  Resolved [Sk Nepal](https://wordpress.org/support/users/sknepal/)
 * (@sknepal)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/)
 * I’m getting the following error message at the top of every post :
 * Warning: mkdir() [function.mkdir]: File exists in /home/…/public_html/wp-content/
   plugins/crayon-syntax-highlighter/crayon_themes.class.php on line 21
 * [http://wordpress.org/extend/plugins/crayon-syntax-highlighter/](http://wordpress.org/extend/plugins/crayon-syntax-highlighter/)

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

 *  Plugin Author [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * (@akarmenia)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/#post-3319989)
 * Not good! It shouldn’t be doing it every time even. Disable WP_DEBUG in wp-config.
   php but I’ll definitely fix it so it doesn’t show up at all.
 *  Plugin Author [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * (@akarmenia)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/#post-3320006)
 * Are you getting this with 2.0.2? I changed it to use wp_mkdir_p() instead. It
   shouldn’t be complaining that the folder exists since I only run this function
   when it doesn’t, but it may be a more subtle issue than that. Can you verify 
   if it works when you create a “wp-content/uploads/crayon-syntax-highlighter” 
   directory with chmod 774 or 777 or similar? That shouldn’t pose any threats since
   all you’ll have in this directory are css themes, but try to use something other
   than 777 🙂 If that works then it’s clearly a permissions issue. I’ll use a @
   to hide the error and log it in log.txt in any case.
 *  Thread Starter [Sk Nepal](https://wordpress.org/support/users/sknepal/)
 * (@sknepal)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/#post-3320022)
 * Hi,
 * It seems to be working fine now. I was using 2.0.0 earlier, just upgraded to 
   2.0.2.
 * Thank you for your quick reply!
 *  Plugin Author [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * (@akarmenia)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/#post-3320025)
 * Great!

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

The topic ‘Error message on posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crayon-syntax-highlighter_b0c4c0.
   svg)
 * [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crayon-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crayon-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crayon-syntax-highlighter/reviews/)

## Tags

 * [error message](https://wordpress.org/support/topic-tag/error-message/)

 * 4 replies
 * 2 participants
 * Last reply from: [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/error-message-on-posts/#post-3320025)
 * Status: resolved