sanctusmob Posted April 24, 2018 Share Posted April 24, 2018 Όσοι έχετε 1.7 τι έχετε κάνει σχετικά με το google sitemap xml? Έχω την έκδοση 3.2.1 από το Google sitemap (https://github.com/PrestaShop/gsitemap) αλλά έχει πρόβλημα με το cron. Όταν τρέχει μέσω cron διαγράφει το xml. Link to comment Share on other sites More sharing options...
sanctusmob Posted April 24, 2018 Author Share Posted April 24, 2018 Έλεος. Το δοκίμασα και παίζει. Quote Just for everyone else having trouble in the 1.7 version. The gsitemap-cron.php file uses a deprecated debug function "p()". You have to change the last line from p($gsitemap->createSitemap((int)$id_shop)); to dump($gsitemap->createSitemap((int)$id_shop)); https://www.prestashop.com/forums/topic/606126-google-xml-sitemap-for-prestashop-171/?do=findComment&comment=2781678 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now