qwcrm icon indicating copy to clipboard operation
qwcrm copied to clipboard

[ help ] install problem

Open minbokang opened this issue 1 year ago • 1 comments

php version 7.4.4 & 8.1.25

git clone https://github.com/shoulders/qwcrm.git

composer update

make db

Fatal error: Uncaught Error: Call to a member function isConnected() on bool in C:\xampp\htdocs\qwcrm\src\components_includes\Company.php:44 Stack trace: #0 C:\xampp\htdocs\qwcrm\src\libraries\qframework\System\Variables.php(26): Company->getRecord() #1 C:\xampp\htdocs\qwcrm\src\libraries\qframework\includes\CMSApplication.php(56): Variables->loadSystemVariables() #2 C:\xampp\htdocs\qwcrm\src\index.php(74): CMSApplication->execute() #3 {main} thrown in C:\xampp\htdocs\qwcrm\src\components_includes\Company.php on line 44

Download ZIP

composer update

same error

anybody help me plz.

thanks in advance.

minbokang avatar Feb 13 '24 06:02 minbokang

sorry for the delay, some client projects needed to be finished.

This software will only work on php7.4, the new version will work on 8 (not released)

You can only use the releases https://github.com/shoulders/qwcrm/releases

also the current version needs strict database to be off, see #1712

This has been fixed in the upcoming version.

shoulders avatar May 13 '24 15:05 shoulders