Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
  1.  
    On attempts to upload, I get the following:
    Can't open file: 'plogger_pictures.MYI' (errno: 144)

    INSERT INTO `plogger_pictures` (`parent_collection`, `parent_album`, `path`, `date_modified`, `date_submitted`, `allow_comments`, `EXIF_date_taken`, `EXIF_camera`, `EXIF_shutterspeed`, `EXIF_focallength`, `EXIF_flash`, `EXIF_aperture`, `caption`) VALUES ('1', '10','06_-_07_season/banquet/dsc02819.JPG', NOW(), NOW(), 1, '2008:04:13 12:21:49', 'SONY DSC-H1', '1/800 sec', '15.1 mm', 'No Flash', 'f 4', '')

    On viewing through the website, I get this:
    Can't open file: 'plogger_pictures.MYI' (errno: 144)

    SELECT parent_album,COUNT(*) AS imagecount FROM `plogger_pictures` GROUP BY parent_album

    I'll take any help you can give me, and please feel free to email directly to dgreenspanmd@comcast.net

    THANKS
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 21st 2008
     
    dgreenspanmd,

    It looks like you may need to repair your database table. You may be able to do this easier than that link if you have cPanel installed on your server. Just navigate to the "MySQL" icon in cpanl, then click "Repair" next to the database. From that site "MySQL error code 144 = Table is crashed and last repair failed".