Not signed in (Sign In)

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

    • CommentAuthorpandianbe
    • CommentTimeJun 17th 2008
     
    When i try to get a page http://www.mysitename.com/photogallery/

    i get the following error...

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY parent_id' at line 3

    SELECT parent_id,COUNT(*) AS albumcount FROM `plogger_albums` WHERE `parent_id` IN (-1) AND `id` IN () GROUP BY parent_id

    In file: /photogallery/index.php

    On line: 1628

    Please help me...

    Thanks in advance :-)
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 17th 2008
     
    You are right, pandianbe. I'll make the necessary edits for the SVN. However, this error should go away once you add a picture to an album. Thanks again for finding this error!
    • CommentAuthorpandianbe
    • CommentTimeJun 18th 2008
     
    Thanks sidtheduck.ya right.

    When i enable the cut free URL option in admin module.its not get enabled.

    Please help me.

    Thanks :-)
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 18th 2008
     
    Do you have a link? And can you copy/paste the contents of the .htaccess file located in your Plogger installation directory?
    • CommentAuthorpandianbe
    • CommentTimeJun 18th 2008
     
    # BEGIN Plogger


    RewriteEngine on
    RewriteBase /photogallery
    RewriteCond %{REQUEST_FILENAME} -d [OR]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^.*$ - [S=2]
    RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
    RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]

    # END Plogger
    ---------------------------------------------------------------
    Same content i am having in Plogger 3 beta version htaccess.its working.but the latest SVN trunk ist not working.

    when i try to enable the rewrite option in Admin module (Put tick in the option) its not getting enabled.

    Please help me.
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 18th 2008 edited
     
    Do you have a link? Your .htaccess does look correct.