
Originally Posted by
tlsystems
The first one: "File "robots.txt" not found in save path..". For this one, I've added a file called robots.txt in which I wrote: "Sitemap: http://www.tlsystems.co.uk/sitemapindex.xml". After I've done this, the message "File "robots.txt" not found in save path.." disapeared. Was it the right way to fix it ?
Yes.

Originally Posted by
tlsystems
"Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0"
zen-cart dev team argues that this is not an error.
I forgot to delete debugging. 
File googlesitemap.php. Lines 20-21:
Code:
@ini_set('display_errors', '1');
error_reporting(E_ALL);
replace by
Code:
// @ini_set('display_errors', '1');
// error_reporting(E_ALL);
Bookmarks