Based on this original issue:straightlight wrote: ↑Wed Jul 26, 2023 5:21 amWhich database charset and collate are you using?
Empty your OC error logs from your OC admin > systems > maintenance > error logs page. Then, in admin/controller/setting/setting.php file,Hourglasss wrote: ↑Thu Jul 20, 2023 4:54 pmAll order status drop boxes in admin panel are empty and cant change / save settings cause the value is empty to im using latest opencart from github
4.0.2.2 i connected to my old database from my previous store is that the cause maybe would i need ot make a new DB? i assume new DB layout changed since codebase changed?
In the save() method, find:
Code: Select all
if (!$json) {
Code: Select all
$this->log->write('Before saving settings: ' . print_r($this->request->post));
Code: Select all
$this->model_setting_setting->editSetting('config', $this->request->post);
Code: Select all
$this->log->write('After saving settings: ' . print_r($this->request->post));