Not signed in (Sign In)

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

    • CommentAuthorbrouche
    • CommentTimeJun 15th 2006
     
    Hi,

    I've noticed some issues with RSS feeds on my galleries: I host 2 galleries, I changed the table prefix in one of them. With this gallery, the RSS feed doesn't work, every RSS reader displays "this feed is not valid". But I didn't make any change to plog-rss.php
    Here are the URLs of my galleries : http://101spirit.net/galeries/test/ (works properly)
    and http://101spirit.net/galeries/adrien/

    And i noticed there is an error message when i click on the RSS button in the index of the whole galleries (any of those two):
    <b>Warning</b>: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in <b>/home.2/spirit/www/galeries/test/plog-rss.php</b> on line <b>76</b><br />
    •  
      CommentAuthorBen
    • CommentTimeJun 15th 2006 edited
     
    if you changed your table prefix in mysql you need to go into the 'plog-globals.php' file and change it there too.. you have basically allowed plogger to connect but not find any tables to get data from. In the 'plog-globals.php' file change $TABLE_PREFIX = "plogger_"; to whatever you changed it too. I bet that is your problem and that will probably fix it if i am reading your problem right. If you already changed your table prefix in that file then you need to change the prefix in mysql to correspond with the change in the file.
    • CommentAuthorbrouche
    • CommentTimeJun 16th 2006
     
    Sorry, but $TABLE_PREFIX is correct in plog-globals.php. I followed the instructions given to allow multiple galleries.