#821 – Route66 sitemap directory does not exist

Status: Pending - Category: Route 66
 After installing route 66 and building a sitemap, I have found that the path does not exist when looking for the file.
it appears that Route66 is not creating the proper paths or sitemaps for Joomla 3.10.x or K2 items.

https://decryptedtech.com/component/route66/sitemapindex/1?format=xml does not exist nor do the sitemaps that are supposed to be created under it
https://decryptedtech.com/components/route66/sitemap/1/content?format=xml
https://decryptedtech.com/component/route66/sitemap/1/menus?format=xml
In looking at the plugin directory there appears to be a missing php file.
$application = JFactory::getApplication();
JLoader::register('Route66ModelSitemap', JPATH_ADMINISTRATOR . '/components/com_route66/models/sitemap.php');
$model = JModelLegacy::getInstance('Sitemap', 'Route66Model', array('ignore_request' => true));
$this->item = $model->getItem($application->input->getInt('id'));

There is no models folder in the com_route66 directory and no sitemap.php can be found
manually adding them in from the installer folder does not fix the issue.
The path /component/route66/sitemap/ and /component/route66/sitemapindex are not created and no sitemaps or indexes are made.
Hi Sean,

It's normal to see no models folder in the front-end path because Route 66 is using the administrator models when generating the sitemaps.
Something else is causing the issue. Can you please try to enable system debug and try again loading the sitemap in your browser? Please copy any useful information and let me know.
Also please make sure that the sitemap you are trying to access is published.

If none of the above helps please create a new private ticket and include administrator credentials so I can have a look.

Regards
 
This is all I see in DeBug Mode.
SELECT *

FROM `jdt_route66_sitemaps`

ORDER BY title ASC
LIMIT 20

Explain
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE jdt_route66_sitemaps NULL ALL NULL NO INDEX KEY COULD BE USED NULL NULL 1 100.00 Using filesort

The site maps are still not being created. I am using Joomla 3.10.5 and K2 2.10.3
Hi Sean,

Please create a new private ticket and provide administrator credentials so I can have a look.

Regards
 

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review