Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjpmad4it
    • CommentTimeMay 19th 2008
     
    Hi,

    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"

    Can anyone advise?

    regards
    Jp
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 19th 2008
     
    Do you have a link? I just wanted to verify the HTML code output before I dig into the PHP code.
    • CommentAuthorjpmad4it
    • CommentTimeMay 19th 2008
     
    hey,

    Yeah its

    www.paul-webster.com/gallery

    I checked the HTML and there is no <title> tag being produced.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 19th 2008 edited
     
    • CommentAuthorjpmad4it
    • CommentTimeMay 19th 2008
     
    worked a treat ;-)

    thanks again!
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 19th 2008
     
    no problem! :D This has been fixed in the SVN as well, so it should work for future releases of Plogger.