Page 1 of 1
Help needed in admin orders
Posted: Fri Aug 13, 2021 2:05 pm
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
Re: Help needed in admin orders
Posted: Fri Aug 13, 2021 2:20 pm
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.
Re: Help needed in admin orders
Posted: Sat Aug 14, 2021 8:49 am
by Petbeemer
I have updated yes Heather so i should delete the old /catalog_categories?
Re: Help needed in admin orders
Posted: Sat Aug 14, 2021 9:00 am
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