kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.26k stars 942 forks source link

A PHP Error was encountered #256

Closed NirmaLKumar26 closed 7 months ago

NirmaLKumar26 commented 7 months ago

A PHP Error was encountered Severity: 8192

Message: Creation of dynamic property CI_URI::$config is deprecated image

Please Let me know how to fix bro

NirmaLKumar26 commented 7 months ago

You can see Demo : Demo Link

kirilkirkov commented 7 months ago

@NirmaLKumar26 Which version of php you use? it's recommended you php version to not be up more than 8.1. If you change the line "define('ENVIRONMENT', 'development');" to "define('ENVIRONMENT', 'production');" in your index.php file, warnings will be hidden, but you should use lower version of php

NirmaLKumar26 commented 7 months ago

image

NirmaLKumar26 commented 7 months ago

its works, Thank you