Back to Ultimate Website Builder - CREATOR Theme Bundle Support

dan_gell62806
dan_gell62806

Hi,

Got this error when trying to get to the frontend, any idea on how to resolve?

An exception has been thrown during the rendering of a template ("./bootstrap/vendor/rfs file not found for @import: line: , column: ").

Many Thanks Daniel

Charis
Charis

dan_gell62806 said:

Hi,

Got this error when trying to get to the frontend, any idea on how to resolve?

An exception has been thrown during the rendering of a template ("./bootstrap/vendor/rfs file not found for @import: line: , column: ").

Many Thanks Daniel

Hello!
I just updated to version 1.0.8 that fixes this issue.
Please update to latest version.

dan_gell62806
dan_gell62806

Thank you for the quick response, seems to of fixed it but now presented with a new error:

An exception has been thrown during the rendering of a template ("SQLSTATE[42000]: Syntax error or access violation: 1055 'arachna_boxingschool.ginopane_blogtaxonomy_tags.slug' isn't in GROUP BY (SQL: select ginopane_blogtaxonomy_tags., (select count() from rainlab_blog_posts inner join ginopane_blogtaxonomy_taggables on rainlab_blog_posts.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = RainLab\Blog\Models\Post and published is not null and published = 1 and published_at is not null and published_at < 2021-04-29 10:05:05) as posts_count, (select count(*) from ginopane_blogtaxonomy_series inner join ginopane_blogtaxonomy_taggables on ginopane_blogtaxonomy_series.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = GinoPane\BlogTaxonomy\Models\Series) as series_count from ginopane_blogtaxonomy_tags group by id, name having posts_count > 0 or series_count > 0 order by name asc limit 10)") in "C:\xampp\htdocs\arachna-boxingschool\themes/ketikidis-creator-child/layouts/static.htm" at line 50.

Many Thanks
Daniel

Charis
Charis

dan_gell62806 said:

Thank you for the quick response, seems to of fixed it but now presented with a new error:

An exception has been thrown during the rendering of a template ("SQLSTATE[42000]: Syntax error or access violation: 1055 'arachna_boxingschool.ginopane_blogtaxonomy_tags.slug' isn't in GROUP BY (SQL: select ginopane_blogtaxonomy_tags., (select count() from rainlab_blog_posts inner join ginopane_blogtaxonomy_taggables on rainlab_blog_posts.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = RainLab\Blog\Models\Post and published is not null and published = 1 and published_at is not null and published_at < 2021-04-29 10:05:05) as posts_count, (select count(*) from ginopane_blogtaxonomy_series inner join ginopane_blogtaxonomy_taggables on ginopane_blogtaxonomy_series.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = GinoPane\BlogTaxonomy\Models\Series) as series_count from ginopane_blogtaxonomy_tags group by id, name having posts_count > 0 or series_count > 0 order by name asc limit 10)") in "C:\xampp\htdocs\arachna-boxingschool\themes/ketikidis-creator-child/layouts/static.htm" at line 50.

Many Thanks
Daniel

Please go to site/footer.htm and remove component tag list and save. This has to do with plugin ginopane.blogtaxonomy that as i can see seems to have a bug with latest Octobercms version.
https://github.com/GinoPane/oc-blogtaxonomy-plugin/issues/97
If you want you can confirm this bug in plugin author for a better support.

Charis
Charis

You can also remove this component from blog pages, until the plugin author finds a fix.

dan_gell62806
dan_gell62806

That has fixed it, thank you. I'll keep an eye on that issue and get it back in once resolved.

Many Thanks
Daniel

Charis
Charis

Charis said:

dan_gell62806 said:

Thank you for the quick response, seems to of fixed it but now presented with a new error:

An exception has been thrown during the rendering of a template ("SQLSTATE[42000]: Syntax error or access violation: 1055 'arachna_boxingschool.ginopane_blogtaxonomy_tags.slug' isn't in GROUP BY (SQL: select ginopane_blogtaxonomy_tags., (select count() from rainlab_blog_posts inner join ginopane_blogtaxonomy_taggables on rainlab_blog_posts.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = RainLab\Blog\Models\Post and published is not null and published = 1 and published_at is not null and published_at < 2021-04-29 10:05:05) as posts_count, (select count(*) from ginopane_blogtaxonomy_series inner join ginopane_blogtaxonomy_taggables on ginopane_blogtaxonomy_series.id = ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id where ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = GinoPane\BlogTaxonomy\Models\Series) as series_count from ginopane_blogtaxonomy_tags group by id, name having posts_count > 0 or series_count > 0 order by name asc limit 10)") in "C:\xampp\htdocs\arachna-boxingschool\themes/ketikidis-creator-child/layouts/static.htm" at line 50.

Many Thanks
Daniel

Please go to site/footer.htm and remove component tag list and save. This has to do with plugin ginopane.blogtaxonomy that as i can see seems to have a bug with latest Octobercms version.
https://github.com/GinoPane/oc-blogtaxonomy-plugin/issues/97
If you want you can confirm this bug in plugin author for a better support.

This has been fixed with latest blogtaxonomy plugin v3.0.5.

dan_gell62806
dan_gell62806

Legend, thanks for the update

1-8 of 8