9 years ago
2
Topic

This text is appearing at the top of my search pages:

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 `#__cck_core` AS t0 LEFT JOIN `#__content` AS t1 ON t1.id = t0.pk LEFT JOIN `#__cck_core_types` AS tt ON tt.name = t0.cck LEFT JOIN `#__cck_store_item_cck_store_item_content` AS t2 ON t2.id = t0.pk WHERE t1.state = 1 AND t1.access IN (1,1,2,3) AND ( t1.publish_up = '0000-00-00 00:00:00' OR t1.publish_up <= '2014-07-10 20:20:03' ) AND ( t1.publish_down = '0000-00-00 00:00:00' OR t1.publish_down >= '2014-07-10 20:20:03' ) AND t0.cck = 'list_your_sale' GROUP BY t0.pk ORDER BY t2.db_al_community DESC,t1.title ASC

0.024 seconds (+0.024); 6.36 MB (+6.358) - afterSearch [Cache=OFF]
0.129 seconds (+0.105); 6.83 MB (+0.473) - afterRender [Cache=OFF]

I have no clue what it means, or where it's from.  I'd like to just hide it, but it's not in an HTML element.  The page appears to work just fine.  Does anyone know what this is and how I can get rid of it?

Get a VIP membership
693 Posts
rpoy
9 years ago
1
Level 1

Hi KlingstedtBros,

You have the Debug turned on...

Global Configuration > Seblod > Site> Debug : No

regards,

Randy

9 years ago
0
Level 2

Thanks Randy!

Get a VIP membership