waifung0207 / ci_bootstrap_3

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
MIT License
385 stars 316 forks source link

DB table Name Issue #135

Open mhamzas opened 4 years ago

mhamzas commented 4 years ago

Hi,

I am using cPanel with PHP 7.3 and I am getting following error while accessing admin panel

A Database Error Occurred Error Number: 1146

Table 'xxxx.user' doesn't exist

SELECT COUNT(*) AS numrows FROM user

Filename: core/Base_Model.php

Line Number: 575