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 #254

Closed fauwaz-911 closed 9 months ago

fauwaz-911 commented 9 months ago

A PHP Error was encountered

Severity: 8192

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

Filename: core/URI.php

Line Number: 102

Backtrace:

File: /opt/lampp/htdocs/salescon1/index.php Line: 292 Function: require_once image

kirilkirkov commented 9 months ago

@fauwaz-911 Which version of php you use?

fauwaz-911 commented 9 months ago

@kirilkirkov I use php version 8.2.4

kirilkirkov commented 9 months ago

@fauwaz-911 In php 8.2, dynamic properties are deprecated. You can use it with php 8.1 as latest.

If CodeIgniter Foundation make an update to version 3.1.13 , i will update this repo.

fauwaz-911 commented 9 months ago

@kirilkirkov Okay, Thanks