-
- seanberry

-
Total Posts: 14
Joined: 2008-01-16
|
I have not gone through the sql statements in the sample data… but I did see by debugging (since I had the same problem) that the core_config_vlaues were not filled in as they needed to be. This is why you most likely need to run the install after you import the sample data. To fix this try running the following sql query…
insert into core_config_data values (’’, ‘default’, 0, ‘catalog/category/root_id’, 3, ‘’, 0);
That fixed it for me.
|