Closed tiipiik closed 10 years ago
Hi,
This is a really great plugin, thank you !
I've thing a small issue that was raising an exception (curiously only on distant server, localy all was fine). In SeoExtension\Models\Settings\fields.yaml you make path to plugin class like this :
path: @/Plugins/AnandPatel/SeoExtension/models/Settings/_other_tags_hint.htm
instead of :
path: @/plugins/anandpatel/seoextension/models/settings/_other_tags_hint.htm
Of course it's the same for :
path: @/Plugins/AnandPatel/SeoExtension/models/Settings/_og_tags_description.htm
which should be :
path: @/plugins/anandpatel/seoextension/models/settings/_og_tags_description.htm
Don't know if someone else has had this problem but this will fix paths on both local and distant servers for me.
Thanks for pointing this issue, fixed in latest update.
You're welcome ;)
Hi,
This is a really great plugin, thank you !
I've thing a small issue that was raising an exception (curiously only on distant server, localy all was fine). In SeoExtension\Models\Settings\fields.yaml you make path to plugin class like this :
instead of :
Of course it's the same for :
which should be :
Don't know if someone else has had this problem but this will fix paths on both local and distant servers for me.