• Resolved mathdelane

    (@mathdelane)


    I recently transferred hosting and hand to change php.ini in order to accommodate my files which is more than 2G for upload in admin on my new host.

    After that, I’ve blogging consistently but what I’ve noticed is that on different occasions, the export XML file from WP has been DECREASING relatively from 2368K on Oct 31 ever since I transferred to now (24Nov09) 893KB. It should be increasing instead since I’ve been writing frequently since I transferred to Bluehost.

    I disabled Hyper cache plugin to think that it compresses some files. But when I open the XML file using a file editor, a huge number of posts where missing, the only ones left are the meta keywords.

    I don’t know what exactly’s going on. Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mathdelane

    (@mathdelane)

    I’m using 2.6. and also, since I switch to 2.6, all rss feeds from wordpress dev blog and plugin releases are no longer showing up in admin.

    bh_WP_fan

    (@bh_wp_fan)

    I could guess that upgrades to compression software may have caused a smaller exported file, but if you are saying things are missing from it too, then it is not likely upgrade-caused. It may be caused by corruption in the database, or by the amount of time it takes to generate it/timeouts.

    First of all, repair and optimize all of your databases: https://helpdesk.bluehost.com/index.php/kb/article/000496

    Then check/set the following settings in your php.ini file:
    max_execution_time = 120
    max_input_time = 120
    memory_limit = 64M

    Also, after doing the above, try deactivating all of your plugins before generating the database backup.

    Thread Starter mathdelane

    (@mathdelane)

    You’re suggested solution does work, amazingly! Thank you so much. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Decreasing imported XML files in admin since transferring host’ is closed to new replies.