seo-bundle icon indicating copy to clipboard operation
seo-bundle copied to clipboard

Symfony cmf-sitemap

Open amalSghaier opened this issue 9 years ago • 2 comments

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.

amalSghaier avatar Oct 12 '16 10:10 amalSghaier

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.

ElectricMaxxx avatar Oct 12 '16 20:10 ElectricMaxxx

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.

dbu avatar Oct 13 '16 05:10 dbu