Old Site Content will be Back
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.

Matt 1.10 am on 11.11.2007 Permalink
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.
Jon - SmartWealthyRich 1.47 am on 11.11.2007 Permalink
if putting these lines in your wp-config.php doesn’t work, open your ini.php file, and add ‘em, that’ll work
Gary Lee 1.55 am on 11.11.2007 Permalink
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 . . .