Hello,
I am trying to generate a sitemap and it fails with 0 pages indexed. When I click Analyze menu option I see the following 2 errors:
Warning: ksort() expects parameter 1 to be array, null given in /home/XXXX/XXXX/generator/pages/page-analyze.inc.php on line 120
Warning: Invalid argument supplied for foreach() in /home/XXXX/XXXX/generator/pages/page-analyze.inc.php on line 120
I am having the same issue with 2 seperate websites, both running the same version of Joomla. I searched arround the forum and saw about the noindex and nofollow meta tag, but my 2 websites have index, follow at the head section. I have also tried to temporarily remove robots.txt, which contains the following, with no success:
User-agent: *
Disallow: /administrator/
Disallow: /cache/
Disallow: /components/
Disallow: /images/
Disallow: /includes/
Disallow: /installation/
Disallow: /language/
Disallow: /libraries/
Disallow: /media/
Disallow: /modules/
Disallow: /plugins/
Disallow: /templates/
Disallow: /tmp/
Disallow: /xmlrpc/
Can you help me with this problem?
Thanks in advance.