if (!defined('IN_FINECMS')) exit(); /** * 数据库配置信息 */ return array( 'host' => 'localhost', 'username' => 'cayont123', 'password' => 'Aa20191126@', 'dbname' => 'cayont123', 'prefix' => 'fn_', 'charset' => 'utf8', 'port' => '3306', ); Exception - FineCMS

Exception

Description

Contents of the file: config.inc.php is not correct! It must be an array.

Source File

/vhost/vhostroot/cayont123/www/core/Model.php(26)

Stack Trace

#0 /vhost/vhostroot/cayont123/www/core/Model.php(26)Controller::halt(Contents of the file: config.inc.php is not correct! It must be an array.)
#1 /vhost/vhostroot/cayont123/www/core/App.php(377)Model->__construct()
#2 /vhost/vhostroot/cayont123/www/core/Controller.php(293)App::singleton(CategoryModel)
#3 /vhost/vhostroot/cayont123/www/controllers/Common.php(43)Controller::model(category)
#4 /vhost/vhostroot/cayont123/www/controllers/ApiController.php(6)Common->__construct()
#5 /vhost/vhostroot/cayont123/www/core/App.php(142)ApiController->__construct()
#6 /vhost/vhostroot/cayont123/www/index.php(19)App::run(Array)