Hello All,

I posted this in Wordpress.org forums, but no replies. So I'm going to try here.

I am trying to Export a Site but all I get is "Error!". And I apologize if this has been posted many times, but trying to search for "Error" in either google or here is fruitless.

Anyway, I tried a few things but I am at a lost. As you can see below, the Error message doesn't help at all! I've narrowed the problem to be in the admin.php page, as I've placed 'die("here");' before and after the require_once( "admin.php" ) and it 'dies' when it's placed before but 'errors' when placed after.

Any help whatsoever would be greatly appreciated!!

Here are the details:

Version: 3.0.3
Network: Enabled using Sub-Domains
Custom Post Type: Yes
Custom Taxonomies: Yes
Domain Mapping: Yes
URI of error: /wp-admin/export.php?mm_start=all&mm_end=all&author=all&expo rt_taxonomycategory=0&export_taxonomyaios_tax_prop erty_type=0&export_taxonomyaios_tax_property_statu s=0&export_taxonomyaios_tax_property_feature=0&exp ort_post_type=all&export_post_status=all&submit=Do wnload+Export+File&download=true
Page Source of error page:
Code:
<style>
*{
    font-family: tahoma;
    letter-spacing: 0.5px;
}

input,form,p{
    font-size:9pt;
}
form{text-align:center;}
</style>
Error!

Thanks!