Developer
Supported
Sitemap Module
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
You need to create a template for your sitemap first error still exists
Feature Request
instyx
|
Posted: 28 October 2013 05:15 AM |
|
|
|
Hi,
I created an xml type template, and still can not configure the sitemap module because of this “You need to create a template for your sitemap first” warning.
Your own site, “http://www.putyourlightson.net” and documentation page “http://www.putyourlightson.net/sitemap-module” are not working also.
As you have not provided documentation with the package, for now i can not do or read anything.
My EE version is v2.6.1
Sitemap version is 2.6.3
Thanks,
|
|
|
PutYourLightsOn
|
Posted: 28 October 2013 07:33 AM |
# 1
|
|
Developer
|
sorry to hear that you are having issues. the website has been working fine, what country are you trying to access it from? my web host seems to block some ip addresses.
here are the installation instructions:
1. Open the ee2 folder
2. Upload the system/expressionengine/third_party/sitemap folder
3. Install the Sitemap module and extension (Control Panel > Add-Ons > Modules > Install)
4. Create a template called sitemap of type XML and place the following line in it (nothing else): {exp:sitemap:get}
5. Open the Sitemap module (Control Panel > Add-Ons > Modules > Sitemap) and set your preferences
6. Use the links to submit your sitemap manually to Google
ben
|
|
|
Mark Croxton
|
Posted: 27 January 2015 11:40 AM |
# 2
|
|
|
If you save a template as a file it has no template data and your query fails:
SELECT template_name, group_name FROM exp_templates JOIN exp_template_groups ON exp_templates.group_id = exp_template_groups.group_id WHERE template_data LIKE '%{exp:sitemap:get%' AND exp_templates.site_id ...
|
|
|
PutYourLightsOn
|
Posted: 27 January 2015 03:11 PM |
# 3
|
|
Developer
|
indeed it does, i’ll try to get a fix for this into the next release, thanks mark!
|
|
|
|