View Single Post
Old September 7th, 2009, 08:18 PM   #86 (permalink)
jbade
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 12
Quote:
Originally Posted by Chuck S View Post
yeah that just looks like the path to your photopost directory or vbgallery directory is invalid.

I beleive the script config asks you specifically for a photopost data directory path.
The import script was editedit.. The photopost directory was just the root.

// The Path to your PhotoPost folder on your server
$photopostpath = 'c:\abc#$%\binderplanet.com\photopost';

// The Path to your Forums folder on your server
$vbulletinpath = 'c:\abc#$%\binderplanet.com\forums';

// The Path to your vBGallery/files folder on your server (chmod 777)
$galleryfilespath = 'c:\abc#$%\binderplanet.com\gallery\files';

// This will limit the number of items per page that is imported
$per_page = '500';

Can I run it again?
jbade is offline   Reply With Quote