Not signed in (Sign In)

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

    • CommentAuthorTextronics
    • CommentTimeJul 17th 2006
     
    Table 'plogger_collections' already exists

    CREATE TABLE `plogger_collections` ( `name` varchar(128) NOT NULL default '', `description` varchar(255) NOT NULL default '', `path` varchar(255) NOT NULL default '', `id` int(11) NOT NULL auto_increment, `thumbnail_id` int(11) NOT NULL, PRIMARY KEY (id) ) Type=MyISAM DEFAULT CHARACTER SET UTF8

    I uninstalled and reinstalled plogger. Now i am getting this error.
  1.  
    looks like you left the database, so try the _upgrade.php. if that doesn't work, delete the tables from your database (with something like phpmyadmin) or if you want to start over completely delete the whole database and create a new one.