PDA

View Full Version : Internal Server Error - attempting to import posts



tercede
Wed 23rd Jul '08, 12:51pm
I get an internal server error while attempting to import posts. I thought that if I refresh enough it will get through it but that does not work. Is there a way to cancel the session? I can't get past internal server errors using impex because it keeps trying to import posts..just curious about how I can cancel it and get back to the import options. Thank you!:p

Steve Machol
Wed 23rd Jul '08, 1:09pm
That's generally a server issue. This may be a server time and/or memory limit. To increase your limits edit your includes/config.php file and add these lines right under the <?php line:

ini_set('memory_limit', -1);
ini_set("max_execution_time", "480");

Then try it again.

tercede
Wed 23rd Jul '08, 7:51pm
Tried that just now and it still does not let me continue and 'cancel' the process so I can move onto something else. Is there a way to have impex forget I tried or just totally start over?

Jerry
Wed 23rd Jul '08, 7:59pm
Ensure that all the database details for the target are in ImpExConfig.php then browse directly to the help.php file in the impex dir (linked to at the top of every impex page, if it is showing) and delete the session and imported data.

Next time, do less posts per page.

For more help you'll need to give more info about the source :
http://www.vbulletin.com/forum/showthread.php?t=161907

tercede
Wed 23rd Jul '08, 8:38pm
Steve, Jerry - thanks for the help.