I’ve just started toying with adding products to Magento. After I successfully add them, I click to edit them in the backend but I just get a blank page apart from the Magento admin header. Out of the 3 test products I’ve created one even produces a completely blank page.
The pages with just the headers look like they aren’t generating any other code if I look at the source (apart from the header graphic and code).
The blank page is just that, nothing in the source code for the page.
I just completely reinstalled Magento. I added a product and just get this when I try to edit (see attached screenshot). Also attached the source of the page.
@ODB How abt the frontend? Can you try creating a new customer account on frontend or try the add to cart ....I am facing a similar issue on the front :( and have no clue as yet (logged a forum post - no replies yet—http://www.magentocommerce.com/boards/viewthread/5717/)
Thanks to forum member alistek, we found the problem:
This was resolved by taking out this line:
<?php echo $this->formatDate(null, 'long') ?>
This was in the file:
design/adminhtml/default/default/template/page/html/header.phtml
Maybe something to do with the date format? Or possibly something particular to my server setup? At the moment the code is still cut out of the page but it’d be nice to know whether this is a genuine bug.
**EDIT**
Please note - the code above is NOT responsible for the error. Please do not apply the above as it is unlikely to properly ‘fix’ your store!
I began experiencing this problem again, even with the temporary fix mentioned above.
This looks like it was all down to insufficient memory. I upped it to 32mb in php.ini and it appears (fingers crossed) to have solved this problem and the weird behaviour I was getting on certain aspects of the site!
I am experiencing this problem too… but it doesn’t happen only in the admin part of magento. It happens randomly on some pages. I can fix it by simply refreshing the page.
I already put the limit to 32mb.... can’t believe magento needs 64mb to run ... :|
might as well say that i have the same problem here, and it’s getting annoying. we can’t deliver a product with a cart that randomly fails for unknown reasons.
So I don’t think memory_limit can be blamed here, it’s already set to four times what standard production servers will allow.
It is also worth noting that the problem sysk, evL and myself are encountering is not restricted to the Admin section, and does not display anything. It’s a small problem really, but one that will prevent me and others from using Magento at all.