10 years ago
Topic
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.
Get a Book for SEBLOD
693 Posts
rpoy
10 years ago
2
Level 1
Hi Koen,

Welcome to the SEBLOD forums.

Can you clarify what is happening on the profile pages and what is happening with the related articles?  Is there an error number?

thanks,

Randy


10 years ago
1
Level 2
Hey Randy,

Thanks for your answer!

All Joomla debugger said about the error was the piece of text i already posted.. That piece just seems like a query to me, but for some reason the query didn't work.

Strange thing is that it all works again, while I did nothing.. 

Regards,

Koen.
693 Posts
rpoy
10 years ago
0
Level 3
Hi Koen,

If you have too many browsers / tabs open, then it can trigger "errors".  Testing in different browsers or closing windows and cleaning the cache can give different results.  I know I have spent hours looking for a non-existent "error" only to find that it was caused from the million browsers I had open...

glad you figured it out,

Randy


Get a Book for SEBLOD