|
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";
Last edited by Chuck S; December 20th, 2005 at 09:16 PM.
|