Jump to content

(REZOLVED) I accidentally deleted the euro curency in the BO , please help me


Recommended Posts

I accidentally deleted the euro curency in the BO and now gives me this error when I want to get into BO :

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.


Please help me if you can.
Tnx very much

Link to comment
Share on other sites

REZOLVED !!!

I executed the following SQL query on your database using phpMyAdmin to reset my currencies

TRUNCATE TABLE `ps_currency`;
TRUNCATE TABLE `ps_module_currency`;
INSERT INTO `ps_currency` (name, iso_code, sign, blank, conversion_rate, format, deleted) VALUES
('Euro', 'EUR', '€', 1, 1, 2, 0), ('Dollar', 'USD', '$', 0, 1.47, 1, 0), ('Pound', 'GBP', '£', 0, 0.8, 1, 0);
INSERT INTO `ps_module_currency` (`id_module`, `id_currency`) VALUES (3, 1),(3, 2),(3, 3),(4, -2),(6, 1),(6, 2),(6, 3);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...