• Hello,
    my website brings this error every time I try to export content. Has anyone faced a similar problem?

    The webpage at http://xrated.co.ug/wp-admin/export.php?download=true&content=posts&cat=0&post_author=0&post_start_date=0&post_end_date=0&post_status=0&page_author=0&page_start_date=0&page_end_date=0&page_status=0&attachment_start_date=0&attachment_end_date=0&submit=Download+Export+File might be temporarily down or it may have moved permanently to a new web address.
    ERR_INVALID_RESPONSE
    • This topic was modified 6 years, 9 months ago by Jan Dembowski.
    • This topic was modified 6 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try icreasing execution time and allocate higher memory size.

    ini_set(‘max_execution_time’, ‘300’); //300 seconds = 5 minutes
    ini_set(‘max_execution_time’, ‘0’); // for infinite time of execution

    memory_limit = 256M //for increasing memory put higher value

Viewing 1 replies (of 1 total)

The topic ‘My Website brings this error everytime i try to export’ is closed to new replies.