Viewing 1 replies (of 1 total)
  • I had the same problem, you need to run a SQL command via phpmyadmin or a similar tool. Once in your db, orelei_wrdp11…

    CREATE TABLE wp_slidoox (
    	  id mediumint(9) NOT NULL AUTO_INCREMENT,
    	  title VARCHAR(100) NOT NULL,
    	  content text NOT NULL,
    	  position int(3) NOT NULL,
    	  UNIQUE KEY id (id)
    	)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: slidoox] database error?’ is closed to new replies.