gs-df Posted July 12, 2022 Share Posted July 12, 2022 Hi, when i click on "Print(Email) invoice" it shows SQLSTATE[42S02]: Base table or view not found: 1146 Table '*.padloper_download_codes' doesn't exist Any ideas? Link to comment Share on other sites More sharing options...
kongondo Posted July 12, 2022 Share Posted July 12, 2022 Hi @gs-df, I recently noticed this when testing another user's install and came up with a fix. My plan was to release the fix alongside other incoming features. I hope to do so by tomorrow. 2 hours ago, gs-df said: Any ideas? Yes. Actually, just slopping coding on my part ?. What was happening in the other user's case, and I suspect it is the same situation in your case, is that Padloper was installed but the downloads feature was not selected for install. Hence, the table padloper_download_codes is not available. However, when you try to print or email an invoice, Padloper is also attempting to fetch downloads for that order, if any are available. It checks the table padloper_download_codes but there is no such table, hence SQL throws the error. I'll let you know when the updated files have been uploaded. You will then be able to re-download Padloper using the link that was sent to you after your purchase. After that, it is just a case of overwriting your existing install with the new files. Thanks. Link to comment Share on other sites More sharing options...
kongondo Posted July 14, 2022 Share Posted July 14, 2022 Hi @gs-df, Just to let you know that Padloper 003 has now been released. Link to comment Share on other sites More sharing options...
Spinbox Posted August 10, 2022 Share Posted August 10, 2022 Hi @kongondo, I still have this problem (on 004) whenever I return from a paypal payment to confirmation in PadloperProcessOrder.php:2090; $this->padloper->createDownloadCodesForOrder($order, $orderLineItems); 1 Link to comment Share on other sites More sharing options...
kongondo Posted August 10, 2022 Share Posted August 10, 2022 Hi @Spinbox, 2 hours ago, Spinbox said: I still have this problem (on 004) whenever I return from a paypal payment to confirmation in PadloperProcessOrder.php:2090; Apologies for that and thanks for reporting. Fixed (but retained version 004). Please download again and try. Thanks. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now