yesterday because of some problen i ask to host person that restore latest one after that invoice page did not open
Fatal error: Call to a member function updateBackButtonUrl() on boolean in /home/tatibaza/public_html/app/code/core/Mage/Adminhtml/controllers/Sales/Order/InvoiceController.php on line 152
The code in 151 line as follows:
$this->getLayout()->getBlock(‘sales_invoice_view’)->updateBackButtonUrl($this->getRequest()->getParam(‘come_from’));
and sales order view page showing
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tatibaza_new.tati_sales_flat_order_item' doesn't exist, query was: SELECT `main_table`.* FROM `tati_sales_flat_order_item` AS `main_table` WHERE (order_id = '1242')
So, is there anybody who can provide me solution to the above mentioned issue?
Hi @RAJEENDRAN
Please check if you are missing sales_flat_order_item table in the database.
Are you using any custom payment solution for you magento?