PDA

View Full Version : Debugging a product that won't import - What's the best way?


Guest210212002
04-07-2011, 04:29 PM
Hey folks,

I'm in the process of transitioning to vB4 on my test site, and one of my addons (photoplog pro, in this case) will not update. The product import just times out, regardless of if the existing product is installed, disabled, or removed completely.

In this case, the PP author hasn't posted on his own site in 4 months, so I'm not really expecting much support there. That said - as a general question and not as a paid modification question - what's the usual process for debugging a product that won't import?

It doesn't throw an error, I don't get a DB errror or email, the browser just times out. I've tried different browsers, and various states of the old plugin, but still no go.

Lynne
04-08-2011, 02:46 AM
I would look in your error_logs to see why it wouldn't import - probably some php error that you can just ask your host to fix. Then, you can import the product. The other option is to create the product all yourself by reading the xml file and creating each plugin/phrase/template.

Guest210212002
04-08-2011, 03:25 AM
Thanks Lynne. :)