When try to set a new frontpage in DP 7.16 at /admin/config/system/site-information - all content disappears

You can't even get the to the node by link or get to the node by writing the URL in webbrowser.
Its been a hard day night - but i just crosschecked the problem in an empty installation - with same result.

Comments

göran’s picture

Did receive a solution in the swedish drupal org.

I did comment out line 13 in the preprocess / preprocess-page.inc - then it works!

summit’s picture

HI, Can you explain your solution a little more please? Having the Same...
Thanks a lot in advance!
Greetings, Martijn

dimitriseng’s picture

I 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']);

cookiz’s picture

Assigned: göran » cookiz
Status: Active » Needs review
vasike’s picture

Version: 7.x-3.0-beta2 » 7.x-3.x-dev
StatusFileSize
new467 bytes

here 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.

bojanz’s picture

Title: If setting alternatiive default frontpage - all content dissapere » If setting alternatiive default frontpage - all content disappears
Status: Needs review » Fixed

Committed.

cookiz’s picture

Assigned: cookiz » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.