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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | disable_only_the_default_system_message_on_frontpage-1819906-5.patch | 467 bytes | vasike |
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