Hello,
I'm working on a website and have not encountered any problems with a particular page so far, until a few hours ago.. On the website I have created company profiles as articles listed on 1 page where you can find all of them. It works fine, but when I click to go to one specific company page (a.k.a. article) I get an error. On the profile pages two different kind of related articles from that company are placed in 2 seperated modules.
Does anybody know what the following error tells me:
---------
0 - SQL=SELECT t0.id as pid, t0.pk as pk, t0.pkb as pkb,t0.cck as cck, t0.storage_location as loc,tt.id AS type_id, tt.alias AS type_alias FROM `ifjtg_cck_core` AS t0 LEFT JOIN `ifjtg_cck_store_form_aanbieding` AS t1 ON t1.id = t0.pk LEFT JOIN `ifjtg_cck_core_types` AS tt ON tt.name = t0.cck WHERE t2.state = 1 AND t2.access IN (1,1,2) AND ( t2.publish_up = '0000-00-00 00:00:00' OR t2.publish_up <= '2014-04-07 16:30:24' ) AND ( t2.publish_down = '0000-00-00 00:00:00' OR t2.publish_down >= '2014-04-07 16:30:24' ) AND t0.cck = 'aanbieding' AND t1.aanbieding_bedrijf LIKE '%82%' GROUP BY t0.pk ORDER BY t2.title ASC
---------
I can't seem to find out what causes the problem..
Thanks!
Regards, Koen.