I turned debug on... must be honest in saying I don't know what I'm looking at here. There are a number of notices, referencing other plugins that all work fine normally. I still get the same:
SELECT c.* FROM cms_module_products c INNER JOIN cms_module_products_product_categories cc ON cc.product_id = c.id INNER JOIN cms_module_products_categories cs ON cs.id = cc.category_id WHERE c.status = 'published' AND cs.name IN ('Containment') ORDER BY product_name in LIMIT 0, 100000
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 'LIMIT 0, 100000' at line 1
These are some of the notices:
Notice: Constant MEDIACENTER_PREF_NEWMEDIACENTER_TEMPLATE already defined in /Applications/MAMP/htdocs/clg/modules/MediaCenter/MediaCenter.module.php on line 39
Notice: Undefined variable: imDimensions in /Applications/MAMP/htdocs/clg/plugins/function.sectionimage.php on line 90
Notice: Undefined variable: sectiontitle in /Applications/MAMP/htdocs/clg/plugins/function.sectiontitle.php on line 47
2010 Exhibits and News
Notice: Undefined index: installed in /Applications/MAMP/htdocs/clg/plugins/prefilter.precompilefunc.php on line 77
Notice: Undefined index: installed in /Applications/MAMP/htdocs/clg/plugins/postfilter.postcompilefunc.php on line 77
Notice: Undefined index: installed in /Applications/MAMP/htdocs/clg/plugins/prefilter.precompilefunc.php on line 77
Notice: Undefined index: installed in /Applications/MAMP/htdocs/clg/plugins/postfilter.postcompilefunc.php on line 77
The weird thing is that now within the Calendar detail template, I can't get it to display correctly at all... even with the sort set to Random. It works with it set at Random if I place it in a regular site template or on a page (but still breaking with any sort setting other than Random). I get this fatal error when set to Random when calling from the Calendar template as I originally posted it:
Fatal error: Call to undefined method stdClass::GetModulePath() in /Applications/MAMP/htdocs/clg/lib/autoloader.php on line 43
I have no idea if that's related at all... Let me know if I should look for something specific?