Is this working on 3.6.6 ?
I noticed:
- The example site still has 3.6.4
- The zipfile says it's the last lite version that will be made
- The last pro version was updated half a year ago.
And what's the cost for the pro version, as I don't see it anywhere on photoplog.com
~~~~~~~~~~~~~~~~~~~~~~~~
I did a test install, and it looked good
after I had to edit the settings.php file
Code:
// ####################### REQUIRE VB BACK-END ############################
define('PHOTOPLOG_BWD', (($getcwd = getcwd()) ? $getcwd : '.'));
$DirForum = "../"; // if the photoplog folder is within the forum folder ;)
chdir($DirForum);
require_once('./global.php');
chdir(PHOTOPLOG_BWD);
// be rid of the vB global.php print_no_permission exit bypass