Skip to content

Installation problem

Hi, I'm having trouble installing CP.

The installation script runs and I go through the first 3 steps. Upon completing the 4th and last step to create a super user, I get the error: "Whoops! We seem to have hit a snag. Please try again later..."

The logs show the following:

ERROR - 2022-08-06 10:36:01 --> Table 'mydb.cpl_users' doesn't exist CRITICAL - 2022-08-06 10:36:01 --> Call to a member function getRow() on bool in SYSTEMPATH/Validation/Rules.php on line 142. 1 SYSTEMPATH/Validation/Validation.php(306): CodeIgniter\Validation\Rules->is_unique() 2 SYSTEMPATH/Validation/Validation.php(173): CodeIgniter\Validation\Validation->processRules() 3 SYSTEMPATH/Controller.php(140): CodeIgniter\Validation\Validation->run() 4 ROOTPATH/modules/Install/Controllers/InstallController.php(304): CodeIgniter\Controller->validate() 5 SYSTEMPATH/CodeIgniter.php(896): Modules\Install\Controllers\InstallController->attemptCreateSuperAdmin() 6 SYSTEMPATH/CodeIgniter.php(466): CodeIgniter\CodeIgniter->runController() 7 SYSTEMPATH/CodeIgniter.php(349): CodeIgniter\CodeIgniter->handleRequest() 8 FCPATH/index.php(61): CodeIgniter\CodeIgniter->run()

The database user has "ALL PRIVILEGES".

I'm running PHP 8.1

Thank you