When I click any order to view details, I get a blank screen as per the attachment.
I have, after searching the forums, tried:
PHP Memory Limit is 512
Bankpayment open Table tag fixed
Disabled all payment modules
Tried creating manual order
Enabling Cache
Disabling Cache
File permissions all OK
Tried reinstalling all modules
Nothing really works with my 1.3.2.1 version (as it seems).
I became desperate and installed the V 1.3.2.4 in good hope this will cure the flaws mentioned before with the order system
The old shop is still up an running as I installed the new version in a separate folder.
I copied the actual SQL database and renamed the copy for the latest magento version to reuse all the data.
Upon opening the new shop, I got the following error messages:
Recoverable Error: Argument 1 passed to Mage_Core_Model_Store::setWebsite() must be an instance of Mage_Core_Model_Website, null given, called in /home/.../app/code/core/Mage/Core/Model/App.php on line 427 and defined in /home/.../app/code/core/Mage/Core/Model/Store.php on line 279 Trace: #0 /home/.../app/code/core/Mage/Core/Model/Store.php(279): mageCoreErrorHandler(4096, 'Argument 1 pass...', '/home/.../...', 279, Array) #1 /.../app/code/core/Mage/Core/Model/App.php(427): Mage_Core_Model_Store->setWebsite(NULL) #2 /home/.../app/code/core/Mage/Core/Model/App.php(268): Mage_Core_Model_App->_initStores() #3 /home/.../app/Mage.php(434): Mage_Core_Model_App->init('', 'store', Array) #4 /home/.../app/Mage.php(455): Mage::app('', 'store', Array) #5 /home/.../index.php(65): Mage::run() #6 {main}
Line 427 of App.php:
/* @var $store Mage_Core_Model_Store */
Line 279 of Store.php:
public function setWebsite(Mage_Core_Model_Website $website)
I also tried in the install menu of the .4 version to use the existing SQL database name and password. It rejected it stating this DB already exists. Why is this not possible? It would be the easiest way to reuse an existing DB with a new installation of the latest version.
Can someone urgently give me a hint on what to do?
I have the same problem, and I tried all the solutions here but no luck…
This only happens for one order, not the others. I dug abit into the problem and my browser throws a javascript error ( I tried all possible browsers...)
JS debug
Fail: uncaught exception: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://mysite.com/js/mage/adminhtml/tabs.js Line: 84"]
We are on 1.4.1.1 and we are having the same problem. It only happens after an order is “complete”. We use a module to import Tracking info and the order is changed to complete at that time. We can view orders that are “PROCESSING” just fine, but the complete ones all show up blank. Hope to find an answer to this soon.
a2zuniforms and runcheck:
Were you able to find a solution to this? I am having the same issue where it is blank only after an order is “complete”. I am also using a module to import tracking info, but I’m not sure how to fix it.