Fork me on GitHub

MultiImage  Bottom

  • My MultiImage Module will not initalise.

    httpdocs/modules/multiimage
    this is where I dumped all the files.

    I hit Initalise a couple of times and it wont. Do I need something elese activated?
  • Here is my error when installing


    Incorrect table definition; There can only be one auto column and it must be defined as a keyCREATE TABLE nuke_multiimage ( nuke_multiimage.pn_group_name VARCHAR (40) NOT NULL DEFAULT '' , nuke_multiimage.pn_image_id INTEGER (10) NOT NULL AUTO_INCREMENT , nuke_multiimage.pn_enabled INTEGER NOT NULL DEFAULT 1 , nuke_multiimage.pn_first_date DATE NOT NULL DEFAULT '1000-01-01' , nuke_multiimage.pn_last_date DATE NOT NULL DEFAULT '9999-12-31' , nuke_multiimage.pn_image_data MEDIUMBLOB NOT NULL , nuke_multiimage.pn_image_type CHAR (10) NOT NULL DEFAULT '' , nuke_multiimage.pn_link TEXT NOT NULL DEFAULT '' , nuke_multiimage.pn_link_hist_flag INTEGER NOT NULL DEFAULT 0 , nuke_multiimage.pn_new_window_flag INTEGER NOT NULL DEFAULT 0 , nuke_multiimage.pn_text TEXT NOT NULL DEFAULT '' , PRIMARY KEY(pn_group_name, pn_image_id) )
  • My guess is that you are on an older version of mySQL. Can you upgrade?
  • I just found out my photoshare has the same option.
  • 0 users

This list is based on users active over the last 60 minutes.