Home > News > Old Site Content will be Back

Old Site Content will be Back

November 10th, 2007

Looks like there was a lot more damage to the site than I originally thought, so I had to do a complete reinstall and I’m looking to find a way to import my backup xml file into the new database. Apparently, there’s a 2.0MB limit to the Import feature and my xml file is 5.8MB. If anyone knows how to get around this, I’d greatly appreciate it.

Bookmark at:
StumbleUpon | Digg | Del.icio.us | Dzone | Newsvine | Spurl | Reddit | Yahoo! MyWeb

News

  1. November 11th, 2007 at 01:10 | #1

    Try adding these 2 lines to your wp-config.php:

    ini_set('upload_max_filesize', '8M');
    ini_set('post_max_size', '8M');

    You can also do it with a plugin, but this way is easier and should work.

  2. November 11th, 2007 at 01:47 | #2

    if putting these lines in your wp-config.php doesn’t work, open your ini.php file, and add ‘em, that’ll work :)

  3. November 11th, 2007 at 01:55 | #3

    thanks guys . . . i think I got it . . . i couldn’t find my ini.php file, so I just called my hosting service and told them to increase my php memory . . worked like a charm . . . so now, it looks like the site is back to normal . . besides all the missing pictures . . . :(

  1. No trackbacks yet.