Wordpress on IIS7?

Caporegime
Joined
26 Aug 2003
Posts
37,508
Location
Leafy Cheshire
Hi guys,

I currently have wordpress 2.7.1 installed on a Server 2008 x64 machine, running IIS7 and MySQL. I can't get the media uploader to work, with the browser returning an "internal server error 500" message.

I know this must have something to do with security or POST/GET priviledges on the web server, but I only know IIS6, and IIS7 doesn't have anything where it should be!

Any ideas?
 
Sorted it, it was the uploads_tmp_dir in php.ini.

IUSR didn't have full permissions to that dir (and the dir was wrong anyway).
 
Back
Top Bottom