Quote:
Originally Posted by iKwak
Code:
Error
SQL-query :
INSERT INTO `setting` ( `varname` , `grouptitle` , `value` , `defaultvalue` , `optioncode` , `displayorder` , `advanced` , `volatile` )
VALUES (
'regpmfrom', 'register', '1', '1', '', 140, 0, 0
)
MySQL said:
#1062 - Duplicate entry 'regpmfrom' for key 1
[Documentation] ? [Back]
Getting that error message when I query the provided codes on phpmyadmin.
vB 3.0.3.
|
that means that you have already the needed setting for regpmfrom in your database !
You can't add a setting twice with the same name.
If you have installed the hack before all is fine and you can proceed with the other instructions. If not you have to check which hack also uses a varname called regpmfrom in the settings table.