Great help and explanation,TAXIFUNK 😎
Hi, <br /> <br />Well, there is bug in install.php file. <br /> <br />Open install.php and on line 225 you will see something like this: <br />---------------------------------------------------------------------------------- <br />mysql_query("CREATE TABLE $db_news_pics (id int(11) NOT NULL auto_increment,author tinytext NOT NULL,name tinytext NOT NULL,picture tinytext NOT NULL,description tinytext NOT NULL,datum date NOT NULL default ´0000-00-00´,PRIMARY KEY (id,id,id)) TYPE=MyISAM;"); <br />---------------------------------------------------------------------------------- <br /> <br />Whatch for this part = PRIMARY KEY (id,id,id)), <br />it should be = PRIMARY KEY (id)) <br /> <br />(just one ID) <br /> <br />Save and exit and try to install again. (but delete all tables from mysql that News Manager created). <br /> <br />Regards.