Help needed in admin orders

Open to all! Ask other shopowners for help.
Post Reply
Petbeemer
Member
Posts: 34
Joined: Mon May 24, 2021 10:09 am
Phoenix Version:
Has thanked: 2 times
Been thanked: 2 times

Help needed in admin orders

Post by Petbeemer »

Hi everyone, sorry to be a pain but all of a sudden im getting this php error
Notice: Constant MODULES_ADMIN_MENU_CATALOG_PRODUCTS already defined in SHOP-SOLAR/admin/includes/languages/english/modules/boxes/catalog_categories.php on line 13

Whenever i view orders (past) anyone shed some light? im ok with php but not a pro by any means


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Help needed in admin orders

Post by heatherbell »

Petbeemer wrote: Fri Aug 13, 2021 2:05 pm Hi everyone, sorry to be a pain but all of a sudden im getting this php error
Notice: Constant MODULES_ADMIN_MENU_CATALOG_PRODUCTS already defined in SHOP-SOLAR/admin/includes/languages/english/modules/boxes/catalog_categories.php on line 13

Whenever i view orders (past) anyone shed some light? im ok with php but not a pro by any means
You don't say what version you're using.
Interestingly, the file admin/includes/languages/english/modules/boxes/catalog_categories.php is not in the latest version, it was replaced by catalog_catalog.php
The Notice is saying that Constant is being called twice so maybe you've updated and now have both files, just a guess.
Petbeemer
Member
Posts: 34
Joined: Mon May 24, 2021 10:09 am
Phoenix Version:
Has thanked: 2 times
Been thanked: 2 times

Re: Help needed in admin orders

Post by Petbeemer »

I have updated yes Heather so i should delete the old /catalog_categories?
Petbeemer
Member
Posts: 34
Joined: Mon May 24, 2021 10:09 am
Phoenix Version:
Has thanked: 2 times
Been thanked: 2 times

Re: Help needed in admin orders

Post by Petbeemer »

Sorted all working correct again, thank you!
## OPTIONAL Files To Delete (You can choose to delete these if you are not using them):
was a bit miss leading


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply