Not signed in (Sign In)

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

    • CommentAuthorbjl6d
    • CommentTimeSep 3rd 2007
     
    What tables are in the Ploggery database?
    I have plogger_albumus, plogger_collections, plogger_comments, plogger_config, and plogger_pictures. Should there be a plogger_thumbnail_config? I ask because I am trying to log into my admin page and I received the error:

    Table 'leung_photos.plogger_thumbnail_config' doesn't exist

    SELECT * FROM `plogger_thumbnail_config`

    ...so I'm trying to see if it's a table problem or a coding problem. Thanks.
    • CommentAuthorjammindice
    • CommentTimeSep 4th 2007 edited
     
    yes in version 3 there should be a plogger_thumbnail_config table

    if it's missing for whatever reason... you can try running the _upgrade.php file and it should re-create the tables that are missing.
    • CommentAuthorbjl6d
    • CommentTimeSep 5th 2007
     
    I reran it a few times, but it still isn't recreating it.
    • CommentAuthorbjl6d
    • CommentTimeSep 5th 2007
     
    Thank you for your help. Apparently the plogger I downloaded was disfunctional. I redownloaded and reinstalled, and now I believe it is working (so far, haha). Thanks!
    • CommentAuthornwweb
    • CommentTimeJan 2nd 2009
     
    I'm getting a similar error message:

    Table ******.plogger_config' doesn't exist

    SELECT * FROM `plogger_config`

    I tried rerunning _upgrade.php and got the following error message:

    Reorganizing your images folder...Table 'slifraphi_photoalbums.plogger_collections' doesn't exist

    SELECT id,name FROM plogger_collections

    I tried re-downloading the plogger zip file and uploading the new _upload.php, but got the same results. Does anyone know a way around this?