I installed vb3, then vbadvanced CMPS. I went ahead and installed photopost, went through the installation, but received the following error at the end.
Warning: main(./includes/functions_showthread.php): failed to open stream: No such file or directory in /home/gallery/header-inc.php on line 92
Fatal error: main(): Failed opening required './includes/functions_showthread.php' (include_path='.:/usr/local/lib/php') in /home/gallery/header-inc.php on line 92
Here's my config-int.php:
// We need to know the server paths to both your
vB installation and your PhotoPost installation
$vbpath = "/home/forum";
$pppath = "/home/gallery";
// We need the URL path to your PhotoPost and
vb installation
$url_path = "http://localhost/gallery";
$vb_urlpath = "http://localhost/forum";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://localhost/gallery/data";
Here's the path in my config-inc.php:
$PP_PATH = "/home/gallery";