Symfony cmf-sitemap
I work with symfony cmf version 1.3. I have installed seo bundle that include sitemap buildings.
I do all the steps like documentation but as result i obtain white page.
My configuration is :
cmf_seo:
translation_domain: CmfCoreBundle
title: "%%content_title%%"
description: "%%content_description%%"
alternate_locale: ~
persistence:
phpcr: true
sitemap:
enabled: true
defaults:
default_change_frequency: never
templates:
xml: 'CmfSeoBundle:Sitemap:index.xml.twig'
html: 'CmfSeoBundle:Sitemap:index.html.twig'
any help would be appreciated.
I am currently implementing the sitemap and the error handling for the website. https://github.com/symfony-cmf/symfony-cmf-website/pull/94 Maybe you can find some hints when you see the examples.
Please keep me informed.
please check the symfony log (app/logs/prod.log resp. dev.log and the nginx/apache logfile. when you get a blank page, there is very likely some php error somewhere. if it can't render out an error page with app_dev.php, it hopefully at least outputs something to the logfiles.
also, try to run app/console, maybe that is enough to see an exception that gives you further hints.