razorpay / razorpay-magento

Razorpay Payment Extension for Magento
28 stars 39 forks source link

Base table or view not found: 1146 Table 'vendor_name.razorpay_sales_order' #481

Closed ashok1421 closed 2 months ago

ashok1421 commented 4 months ago

Hello @yashgit891 , I found the issue on the Magento backend.

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'vendor_name.razorpay_sales_order' doesn't exist, query was: DESCRIBE `razorpay_sales_order`
Exception in /data/www/vendor_name/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:597
ashok1421 commented 4 months ago

Please consider this pull request for Solutions fo this problem https://github.com/razorpay/razorpay-magento/pull/482

yashgit891 commented 2 months ago

@ashok1421 when exactly was this error occurring?

ashok1421 commented 2 months ago

@yashgit891 admin side all page

yashgit891 commented 2 months ago

@ashok1421 not able to reproduce this issue, tried on multiple systems. Which log file is it getting logged in? Also can you check on some other setup if the same is occurring?

yashgit891 commented 2 months ago

@ashok1421 was able to replicate the issue and found that your PR fixes the problem, could not merge it due to some workflows not running correctly. Issue should be resolved in latest release 4.1.6. Marking this closed now.