BlackCatDevelopment / BlackCatCMS

BlackCat CMS is a PHP5, HTML5 content management system
https://blackcat-cms.org
Other
11 stars 9 forks source link

installation comple but cat_addons error received #403

Closed kemrec closed 3 years ago

kemrec commented 3 years ago

[DB Exception] [SQL Error] SELECT * FROM cat_addons WHERE type = 'template' AND function = 'template' ORDER BY 'type' ASC, 'name' ASC this error shown when user:password correct login try, but when user:passwd wrong entered, there is no error, user:passwd wrong screen appears.

whatis wrong with me? bb1

webbird commented 3 years ago

Can you please try to execute the SELECT statement on the database directly, using phpMyAdmin or whatever tool your provider offers for database administration?

SELECT * FROM `cat_addons` WHERE type = 'template' AND function = 'template' ORDER BY 'type' ASC, 'name' ASC

Does database table "cat_addons" exist? Do the colums "function" and "type" exist in that table? Which version of mysql/mariaDB do you use?

webbird commented 3 years ago

Never got reply