PDOException: SQLSTATE[42703]: Undefined column: 7 ERROR: column "deleted" does not exist LINE 2: ...new_product_reviews" WHERE "product" IN (323) AND "deleted" ... ^ HINT: Perhaps you meant to reference the column "new_product_reviews.deleted_at". in /var/www/html/polymart/api/v1/actions/GetAccountInfo.php:94 Stack trace: #0 /var/www/html/polymart/api/v1/actions/GetAccountInfo.php(94): PDOStatement->execute() #1 /var/www/html/polymart/api/v1/api.php(154): Doco\GetAccountInfo->run() #2 /var/www/html/polymart/utils/api.php(31): Doco\run() #3 /var/www/html/polymart/api/v1/api.php(162): require('...') #4 {main}{ "request": { "action": "getAccountInfo", "time": 1780702727, "cache": 300 }, "response": { "errors": { "_debug": { "errorInfo": [ "42703", 7, "ERROR: column \"deleted\" does not exist\nLINE 2: ...new_product_reviews\" WHERE \"product\" IN (323) AND \"deleted\" ...\n ^\nHINT: Perhaps you meant to reference the column \"new_product_reviews.deleted_at\"." ] }, "global": "Something happened when running the action GetAccountInfo" }, "success": false } }