I’m getting error 500 for export.php as well. However I have other blogs running same wordpress version (2.3.3) on the same exact server and I can export just fine.
My apache access log shows:
ip.address.removed.here - - [16/Jul/2008:11:36:57 -0400] "GET /blog/wp-admin/export.php HTTP/1.1" 200 6701 domain.tlc "https://domain.tlc/blog/wp-admin/edit.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; MS-RTC LM 8; Zune 2.5)" "-"
ip.address.removed.here - - [16/Jul/2008:11:36:58 -0400] "GET /blog/wp-content/plugins/polls/polls-admin-js.php?ver=2.20 HTTP/1.1" 200 6845 domain.tlc "https://domain.tlc/blog/wp-admin/export.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; MS-RTC LM 8; Zune 2.5)" "-"
ip.address.removed.here - - [16/Jul/2008:11:36:59 -0400] "GET /blog/index.php?ak_action=aktt_css_admin HTTP/1.1" 200 686 domain.tlc "https://domain.tlc/blog/wp-admin/export.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; MS-RTC LM 8; Zune 2.5)" "-"
ip.address.removed.here - - [16/Jul/2008:11:36:59 -0400] "GET /blog/index.php?ak_action=aktt_js_admin HTTP/1.1" 200 717 domain.tlc "https://domain.tlc/blog/wp-admin/export.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; MS-RTC LM 8; Zune 2.5)" "-"
ip.address.removed.here - - [16/Jul/2008:11:37:04 -0400] "GET /blog/wp-admin/export.php?author=all&submit=Download+Export+File+%C2%BB&download=true HTTP/1.1" 200 645 domain.tlc "https://domain.tlc/blog/wp-admin/export.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; MS-RTC LM 8; Zune 2.5)" "-
and it’s the line with the author=all that gives the 500 error. I’ve tried restricting to one particular author and it still gives me the error.
Anyone know what else I should try?