kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

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

A PHP Error was encountered #252

Closed huseyincakirca closed 1 year ago

huseyincakirca commented 1 year ago

A PHP Error was encountered

Severity: Warning

Message: Undefined array key "iNFO"

Filename: core/Log.php

Line Number: 181

Backtrace:

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

gives this error even though the database is written correctly

kirilkirkov commented 1 year ago

@huseyincakirca In index.php file change define('ENVIRONMENT', 'development'); to define('ENVIRONMENT', 'production');

Its very strange that you see this error. have you made changes to the Codeigniter ?

huseyincakirca commented 1 year ago

thank you no problem