@warrez: check the PhotoPlog directory setting:
Code:
// correct examples
http://www.example.com/photoplog/index.php => /photoplog
http://www.example.com/wherever/photoplog/index.php => /wherever/photoplog
// incorrect examples
http://www.example.com/photoplog/index.php => /photoplog/index.php
http://www.example.com/wherever/photoplog/index.php => /wherever/photoplog/index.php
@funinthesun: it's hard to say without seeing your setup, maybe running some tests.