UPGRADING.txt 833 B

12345678910111213141516
  1. Upgrading to 7.x-2.x
  2. ----- IMPORTANT -----
  3. If you are using the php option for themed or full pages you need to make
  4. sure there is a filter called "php_code" otherwise the system will use
  5. the default filter instead and the php will not evaluate.
  6. You should set the site front page to something other than "front_page".
  7. The front page module no longer directs everything to "front_page" before
  8. passing the user onto the appropriate option, it now catches the request at
  9. the init stage and only sends the user to the "front_page" if it needs to
  10. produce themed or full responses. The site default front page should be a local
  11. page on the site and is usually the page that anonymous users should see.
  12. Once you are happy with all your settings you need to enable the front page
  13. module in /admin/config/front otherwise it will not work.