I have a possible problem.
I use Photopost.
When inserting pictures it seems to be using the wrong URL.
Code:
http://myurl/forums/photopost/data/520/IMG_6814.JPG
When in fact it should be..
Code:
http://myurl/photopost/data/520/IMG_6814.JPG
So it's inserting the forums bit which is obviously vB path.
However in the cel_pp_config.php the settings are correct. It seems to be ignoring these.
Code:
// Full URL path to Gallery: http://www.yoursite.com/path/to/gallery/
//
$url_path = "http://myurl/photopost/";
//
// Full URL path to Data Dir: http://www.yoursite.com/path/to/gallery/data/
// Look for this in PP-Administration->Global Options->URL to PhotoPost data directory
//
$data_dir = "http://myurl/photopost/data/";
//
// Table prefix. pp_ is the default setting.
// You may have changed this on installation of Photopost Pro.
// Look for this in PP-Administration->Edit Config->PhotoPost Database Prefix
//
$db_prefix = "pp_";