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
Popularity: 20% [?]
- The New Transformer Toys Suck
- Thinking before Linking
- Getting Taken for a Ride - Thanks Agloco!
- STICKY: Best Home Workstation Contest
- Marketing Tips from Watching John Chow






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.
if putting these lines in your wp-config.php doesn’t work, open your ini.php file, and add ‘em, that’ll work
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 . . .