kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
210 stars 131 forks source link

A Database Error Occurred #509

Closed aldhytrisnaldi closed 5 months ago

aldhytrisnaldi commented 6 months ago

A Database Error Occurred

Error Number: 1054

Unknown column 'id_folder' in 'where clause'

SELECT * FROM `inbox` JOIN `user_inbox` ON `user_inbox`.`id_inbox`=`inbox`.`ID` WHERE (`UDH` = '' OR `UDH` LIKE '%1') AND `id_folder` = 1 AND `readed` = 'false' AND `user_inbox`.`id_user` = '1'

Filename: C:/xampp/htdocs/sms-gateway/vendor/codeigniter/framework/system/database/DB_driver.php

Line Number: 692

aldhytrisnaldi commented 6 months ago

and readed column not found

tenzap commented 6 months ago

Did you follow the installation instructions on the wiki? (all items of the Setup section) Please give the details that were asked in the issue template, at least those that you can provide.

aldhytrisnaldi commented 5 months ago

Solved, Thankyou duded, i forgot one step to import another db xixixix