23-Aug-2014, 11:50 PM
I got the message double entry and found this in the installer file:
cmtx_db_query("INSERT INTO `" . $cmtx_mysql_table_prefix . "logins` VALUES ('1', NOW());");
cmtx_db_query("INSERT INTO `" . $cmtx_mysql_table_prefix . "logins` VALUES ('2', NOW());");
/*****************************************************************************************************************/
what do I do now..?
I deleted one line and now can't finish the installation
cmtx_db_query("INSERT INTO `" . $cmtx_mysql_table_prefix . "logins` VALUES ('1', NOW());");
cmtx_db_query("INSERT INTO `" . $cmtx_mysql_table_prefix . "logins` VALUES ('2', NOW());");
/*****************************************************************************************************************/
what do I do now..?
I deleted one line and now can't finish the installation