
Originally Posted by
MikeyG
Just trying to install OPCO with the Bootstrap template using zc1.5.8. - clean install on local server to test. have uploaded as well the boostrap template for opco.
the error I get is
[21-Oct-2022 12:07:50 UTC] PHP Fatal error: Uncaught Error: Undefined constant "MODULE_ORDER_TOTAL_COUPON_HEADER" in .\includes\modules\order_total\ot_coupon.php:105
Stack trace:
#0 .admin\modules.php(187): ot_coupon->__construct()
#1 .admin\index.php(11): require('C:\\Users\\...\\...')
#2 {main}
thrown in .\includes\modules\order_total\ot_coupon.php on line 105
[21-Oct-2022 12:07:50 UTC] Request URI: .admin/index.php?cmd=modules&set=ordertotal, IP address: ::1
--> PHP Fatal error: Uncaught Error: Undefined constant "MODULE_ORDER_TOTAL_COUPON_HEADER" in .\includes\modules\order_total\ot_coupon.php:105
Stack trace:
#0 .admin\modules.php(187): ot_coupon->__construct()
#1 .admin\index.php(11): require('C:\\Users\\...\\...')
#2 {main}
thrown in .\includes\modules\order_total\ot_coupon.php on line 105.
I can see the define is in the language file, I am not sure how to interpret the rest of this log to help fund or understand the problem. - sorry bit of a novice when it comes to coding.
I have also noticed that in admin \modules\order totals I only have one and the rest of the page does not load suggesting an error somewhere that prevents the admin page loading. Again, sorry but I just not sure where to look to see what is causing the error.
Thanks