I make laravel aplication by version 4.2 and use RoumenDamianoff/laravel-sitemap package for Generate Sitemap.
I have problem . when generate and show sitemap in browser show this error:
This page contains the following errors:
error on line 1 at column 6: XML declaration allowed only at the start of >the document
Below is a rendering of the page up to the first error.
I'm sorry for bad English
thanks
Related
Hi I'm working with and I Sitefinity happening an error when I try to generate the sitemap manually or automatically, when I try to enter the section sitemap shoot me an error
error
My site has been running for years and I used codeigniter framework version 2.1.4. Until yesterday everything was OK.
But early this morning i started getting this error
404 Page Not Found The page you requested was not found..
What might be the problem? Capitalizing first letter of the controller files and class names hasn't helped
to get more information about your errors use following in index.php file in project root directory
case 'production':
ini_set('display_errors', 1);
now post your error description here to get the solution
(you will find this code block in switch (ENVIRONMENT))
I have 2 store view currently, English and Indonesia
Added 1 page each for English and Indonesia respectively.
See Image 1:
See Image 2 :
On frontend, when I switched the store view, it returns a 404 error page. Any errors in my configuration?
You are getting 404 error Because you have different URL key. Once you have URL key same, it will work fine.
I've developed a magento website with the fishpig extension, and as soon as I turned on my Lesti's FPC, i got a white page without any errors on the homepage.
I've managed to trace the error down to the post collection, but I don't know how to fix this issue. Someone had any experience with this?
This is what my post collection looks like:
<?php $posts = Mage::getResourceModel('wordpress/post_collection')
->addPostTypeFilter('sliders')
->load();
?>
I'm pretty sure this error has nothing to do with Lesti FPC. If you have a white page without any errors, this just means that an error has occured but your PHP error display settings prevent it from being displayed. To display the error, open up your Magento index.php file and uncomment the following line:
ini_set('display_errors', 1);
This will reveal the PHP error message. That being said, your issue will probably be fixed by performing the following steps:
Upgrade Magento WordPress Integration to the latest version. Also update any add-on extensions for Magento WordPress Integration.
Check System > Configuration > WordPress for any errors/warnings and fix every single one.
Check var/log/ for a wordpress.log file. Delete this file and then go back to the page that triggers the error. See whether any new errors are added to the file.
Please perform these 3 steps (these steps should be followed for any error with Magento WordPress Integration) and see whether the error persists. If the error does remain after following these steps, please update your question with the specific error message (but only after following these 3 steps).
Magento Orders->Google Sitemap ... since recently a blank page?!!!!
Hi since some weeks our sitemap page via Magento Orders->Google Sitemap is empty. Nada! Just a simple white page
This is very frustrating as we dont know how to resolve (and do need to recreate)
And when I click create new, this is the error (create new is the only button we see)
Fatal error: Call to a member function getIdFieldName() on a non-object in /public_html/app/code/core/Mage/Core/Model/Abstract.php on line 151
Where do we start to investigate?
Do I need to clean some table?
And I dont understand why this suddenly is a new error
The problem was a faulty bracket not closing in config.xml