Open amalSghaier opened 8 years ago
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.
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 :
any help would be appreciated.