| Re: Some images, many not found
Yep, I made sure it was chmoded. And even after the initial tries, I double checked just to see if I had a moment of forgetfulness. However all folders were 777. Here are the variables I have for the PP Import script. :
// The Path to your PhotoPost folder on your server
// Example: /home/yoursite/public_html/photopost
$photopostpath = '/home/-----/public_html/multimedia';
// The Path to your Forums folder on your server
// Example: /home/yoursite/public_html/vbulletin
$vbulletinpath = '/home/----/public_html'; (Forums are in the root folder)
// The Path to your vBadvanced Gallery/files folder on your server
// Example: /home/yoursite/public_html/gallery/files
$galleryfilespath = '/home/----/public_html/gallery';
|