Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author akarmenia

    (@akarmenia)

    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

    (@akarmenia)

    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

    (@sknepal)

    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

    (@akarmenia)

    Great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error message on posts’ is closed to new replies.