Milenkov Posted January 22, 2021 Share Posted January 22, 2021 Hello, For several days we have noticed that the system does not generate monthly invoices. The Cron Job skips this task and returns errors. Column not found: 1054 Unknown column 'tblcustomfieldsvalues.packageid' in 'field list' in *****/vendor/illuminate/database/Connection.php:333 Stack trace: #0 *****/vendor/illuminate/database/Connection.php(333): PDO->prepare('select `tblcust...') #1 *****/vendor/illuminate/database/Connection.php(706): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'select `tblcust...', Array) #2 *****/vendor/illuminate/database/Connection.php(669): Illuminate\Database\Connection->runQueryCallback('select `tblcust...', Array, Object(Closure)) Column not found: 1054 Unknown column 'tblcustomfieldsvalues.packageid' in 'field list' (SQL: select tblcustomfieldsvalues.packageid from tblinvoices inner join tblorders on tblinvoices.id = tblorders.invoiceid inner join tblhosting on tblorders.id = tblhosting.orderid inner join tblcustomfieldsvalues on tblhosting.id = tblcustomfieldsvalues.relid inner join tblcustomfields on tblcustomfieldsvalues.fieldid = tblcustomfields.id where tblinvoices.id = 514575 and tblcustomfields.fieldname LIKE tv_mac% limit And many more. There is no column like: tblcustomfieldsvalues.packageid What is the problem? 0 Quote Link to comment Share on other sites More sharing options...
Milenkov Posted January 22, 2021 Author Share Posted January 22, 2021 Ooops, my mistake. Sorry , Please delete this topic! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.