Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

duplicates in admin dashboard


zpupster

Recommended Posts

Posted

hello support,

 

i have duplicate items on the left hand menu in admin section. i had one and then i was trying to get rid of it, now i have 2

duplicates.

 

where would i find and delete the duplicated menu items??

 

oscommerece 2.3.3.4

 

thanks

Posted

@@zpupster

 

If the duplicates are in the configuration section of admin, then you have run an SQL statement for a contribution more than once. If that is the case, you will need to edit the configuration table in the database to remove the duplicate items.

 

If it is not in the configuration section of admin, then you will need to edit the /admin/includes/modules/boxes/ _________.php file to remove the duplicate content.

 

 

 

Chris

Posted

@DunWeb

 

/admin/includes/modules/boxes/ _________.php

oi have no boxes directory there, i deleted duplicate files in categories table, is there anything else you can think of??

 

thanks.

Posted

this is driving me crazy--

i searched the whole site for Header tags SEO, and i can see no where that it could give me a duplicate, it is not in the database,

the dups just seemed to appear from nowhere. the categories were never alphabetized, but now it seems it decided to alphabetize the categories and did not get rid of the original position in the categories in the left column of the admin section.

Posted

ok , thanks dunweb

 

in case anyone else has a problem,

 

this code

include(DIR_WS_BOXES . 'sitemap_seo.php');
/*** Begin Header Tags SEO ***/
include(DIR_WS_BOXES . 'header_tags_seo.php');
/*** End Header Tags SEO ***/

 

was here-

 

admin/includes/modules/column_left.php

 

removal of this fixed the problem !!!!!!!!!!

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...