
01-13-2005, 12:32 PM
|
 |
|
|
Join Date: Aug 2004
Location: Boston
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Delphiprogrammi
i get SQL errors
Code:
MySQL retourneerde:
#1062 - Duplicate entry 'regpmon' for key 1
while running this query
Code:
INSERT INTO `setting` (`varname`, `grouptitle`, `value`, `defaultvalue`, `optioncode`, `displayorder`, `advanced`, `volatile`) VALUES ('regpmon', 'register', '1', '1', 'yesno', 135, 0, 0);
the uninstallation instructions do not help ....
now how can i get rid of it :nervous:
|
how did you fix this error I am getting this also
|