-
- Max DR

-
Total Posts: 1
Joined: 2008-05-08
|
Fadde - 13 May 2008 10:19 PM I had exactly the same problem when i was installing the version 1.0.19870. I solved it by putting ‘default’ in the Mage::run(); line in index.php.
Mage::run();
...should be…
Mage::run('default');
I hope it helps.
This solved the problem for me too, thank you. I suggest to open a ticket in the Bug tracking, explaining issue and solution
|