Database upgrade error...

malle991726

New Member
Aug 23, 2012
4
0
0
Hi,
I've installed the script on my server and imported 1.o sql info into my db.
But when I try to upgrade my db to 1.01, I get the following error:

#1062 - Duplicate entry 'downloads' for key 'languageKey'

INSERT INTO `language_key` ( `id` , `languageKey` , `defaultContent` , `isAdminArea` )
VALUES (
NULL , 'downloads', 'downloads', '0'
);

How can I solve this problem?



Ps: Does it only with a blue template for the script.
I can not change from admin to orange or green color of my theme??

Regards
Mikael
 

malle991726

New Member
Aug 23, 2012
4
0
0
Hi,
I have now solved my little problem in a simple way, see below.

I used the upgrade that came with the font package and it did well.

I also looked at some php code and changed the colors, it was good structure and easy to manually change it to the color of the web page. Save the changes and then send the FTP the new changes directory to your server so you can see it from the admin ....


/Mikael