View Single Post
Old December 20th, 2005, 06:33 PM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Well Honestly I do not see how any of these imports worked.

For one it is assumed the photopost database is in the same database as vbgallery.

Next I see nowhere in the import script where this is defined so the script never knows what the tableprefix of photopost is.

{$Globals['pp_db_prefix']}

Basically as the script is now I would suggest you at the top of the script try adding this line and see if it works

require "pp-inc.php";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; December 20th, 2005 at 09:16 PM.
Chuck S is offline   Reply With Quote