centralnicgroup-opensource/rtldev-middleware-whmcs-ispapi-backorder

Missing Table 'backorder_pending_domains''

KaiSchwarz-cnic opened this issue · 0 comments

Related to Support Ticket No. 859446.

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxx.backorder_pending_domains' doesn't exist

There's a cron script "daily_import_pendingdomainlist.php" which cares for creating that table if not existing. so after initial run of the cron, the table exists. This is not a good solution, of course. We plan to revamp the addon from scratch this year, latest in 2023 and it is of interest for us to improve such things of course.

Find the installation steps (I am linking to the cronjob part) here: https://centralnic-reseller.github.io/centralnic-reseller/docs/hexonet/whmcs/whmcs-ispapi-backorder#add-cron-jobs

HTH