I think that I have some issues with a server I am trying to install Plogger 3 on.
At the start I had trouble logging in as admin.....I had to put a fix in plog-globals.php:
if (!headers_sent()) { session_save_path("/absolute_path_to_folder/cgi-bin/tmp"); session_start(); };
This worked, but now I am getting issues with the dynamic title link in the browser at the top. I am just getting the link to the page, and not the title of my gallery (which is entered in to the database config with no problems).
This is an example of what I get for the title: http://www.my-site.com/gallery/?level=album&id=1
Instead of saying "My Gallery: Collections: Album1"