Hey bangpound,

Love the module. I was using 1.0 until the recent release was issued, and when I updated to the new version of the module, the Views I had that were using the Row Style "Semantic Views: Fields" suddenly broke. The sql query being generated is still valid, of course, but none of the rendered output will show.

Reverting the module back to 1.0 (or choosing a different Row style) fixed the issue for me.

Do I need to make changes to the tpl.php files for these views, or is this a bug?

Thanks again for the sweet module.

Comments

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

I chatted with torgosPizza and this is not simply a case that can be resolved by clearing the cache. #776226: Missing style plugin after update to 6.x-1.1

If anyone experiences this issue even after clearing the cache, please let me know.

heliogabal’s picture

Hi bangpound,

I experienced this as well, but only after updating Drupal Core to 6.20, before version 6.x-1.1 was working. Here's what I have tried to recover:

When the error occured (as described by torgosPizza), I tried emptying the cache to no avail. Then, I tried disabling and reenabling semanticviews, no luck either. When I tried dis- and reenabling views, the following error occured:

Invalid argument supplied for foreach() in
{site-root}/sites/all/modules/views/includes/view.inc on line 1747.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY vid, position' at line 1
query: SELECT * FROM views_display WHERE vid IN () ORDER BY vid, position in
{site-root}/sites/all/modules/views/includes/view.inc on line 1369.

then I switched back to semanticviews 6.x-1.0 and everything is working as before. So for now I don't mind using 1.0, but maybe this is helpful to you for debugging purposes. By the way, very useful module, thanks for that!

Scyther’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)