Closed (fixed)
Project:
Omega Kickstart
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2012 at 16:52 UTC
Updated:
1 Jan 2013 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
göran commentedDid receive a solution in the swedish drupal org.
I did comment out line 13 in the preprocess / preprocess-page.inc - then it works!
Comment #2
summit commentedHI, Can you explain your solution a little more please? Having the Same...
Thanks a lot in advance!
Greetings, Martijn
Comment #3
dimitriseng commentedI had the same issue and tried #1 and it works. Can somebody please confirm that this is the solution or commenting out this line would cause any other issues?
This is line 13 in preporcess/preprocess-page.inc :
unset($vars['page']['content']['content']['content']['system_main']);Comment #4
cookiz commentedComment #5
vasikehere is patch that disables only the system default message for the front page, not all the content.
here is Commerce Kickstart related issue : #1807264: Main content disappears when set as front page.
Comment #6
bojanz commentedCommitted.
Comment #7
cookiz commented