After updating Gantry and Hydrogen to the latest to fix lighbox isues (which did the trick) now a few module positions are not rendering. I get this error:
Ok thanks. I published in secure. Here are the steps to replicate the issue: Needs to be in this order to see the issue.
1. Go to:
ua.t12sites.com/
2. Login with frontend credentials I provided
3. Select ".MySTudio/My Blog" on top bar
4. Select .News.
Then you'll see the issue.
Weird part is if you just select .News. right away after login it's fine (of if you select it without loggin in) ... but once you go into .MyStudio/My Blog and then select .News. the error shows up and never goes away once you select .news.
An exception has been thrown during the rendering of a template ("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 '-2' at line 1 SQL=SELECT a.*, (select count(1) from `jos_easyblog_post_category` as `pcat` INNER JOIN `jos_easyblog_post` as p on pcat.`post_id` = p.`id` and p.`published` = '1' and p.`state` = '0' where pcat.`category_id` IN (select c.`id` from `jos_easyblog_category` as c where (c.`id` = a.`id` OR c.`parent_id` = a.`id`)) ) as cnt from `jos_easyblog_category` as a WHERE a.`published`='1' and a.`parent_id` = 0 and (( ( a.`private` = 0) OR ( a.`private` = 1 and 1 > 0) OR ( a.`private` = 2 and (select count(1) from `jos_easyblog_category_acl` where `category_id` = a.`id` and `acl_id` = 1 and `content_id` in (2,10,11)) > 0)) ) ORDER BY a.`created` DESC LIMIT 0,-2") in "@particles/position.html.twig" at line 4.
Also see my screen shot for the highlighted part of the code.
I've attached the latest version. Now unforunately I'm getting the WSOD when this module is enabled so my screen goes blank when adding this module. I've sent a message as well to stackideas as it seems this template and module are conflicting.