Hello,
I've installed a module called JCRMInvoices and it works fine, althought when i cilc on the column name in order to order by something the invoices list i get this error:
I have looked for an answer in differents forums, google, etc. and i've understood that the error means that the JCRMInvoices doesn't exist or something like this. But i have take a look at the databse in phpmyadmin and the table does exists and it's well writen (with an "s" at the end of the word).Error retrieving JCRMInvoice list: Query Failed:SELECT users.user_name assigned_user_name, accounts.name account_name, concat(contacts.first_name, ' ', contacts.last_name) contact_name,jcrminvoices.* FROM jcrminvoices LEFT JOIN users ON jcrminvoices.assigned_user_id=users.id LEFT JOIN accounts ON jcrminvoices.account_id=accounts.id LEFT JOIN contacts ON jcrminvoices.contact_id=contacts.id WHERE jcrminvoices.deleted=0 ORDER BY JCRMInvoices.invoice_number asc LIMIT 0,20::MySQL error 1109: Unknown table 'JCRMInvoices' in order clause
I have also repaired the database, the extensions, the relationships, and the indexes, but the error still appear and i don't know what as could i do to solve this issue.
May be someone had the same problem and solved it? i will appreciate any help please.
Regards.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks