AllanD Posted March 30, 2020 Share Posted March 30, 2020 Recently updated about a week or so ago, today I went into the products/services tab and received this error. Any Help would be great. exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxx_whmcs.tblusage_items' doesn't exist' in /home/xxx/public_html/xxx/vendor/illuminate/database/Connection.php:333 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 30, 2020 Share Posted March 30, 2020 13 minutes ago, AllanD said: Recently updated about a week or so ago, today I went into the products/services tab and received this error. Any Help would be great. if the table wasn't created, it sounds as though the update didn't complete properly. for a one-off table, you could recreate it manually using the SQL structure specified in /resources/sql/install/tblusage_items.schema.sql - though I think there were a few more tables than just that one added in v7.9, so there might be more tables missing in your install. 0 Quote Link to comment Share on other sites More sharing options...
AllanD Posted March 30, 2020 Author Share Posted March 30, 2020 Is there a tutorial on how to do that? 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.