Elxis CMS Forum

Support => Administration => Topic started by: Dennis on October 24, 2009, 23:39:24

Title: 54 queries executed > show up online??
Post by: Dennis on October 24, 2009, 23:39:24
Well, just notice on my newly moved site, below the template on published site all this text show up?

The message exceeds the maximum allowed length (10000 characters). will post this in two parts!

Quote
54 queries executed
1
SELECT * FROM elx_core_acl_access_lists

2
SELECT seotitle FROM elx_sections WHERE scope='content' AND ((seotitle != '') OR (seotitle IS NOT NULL))

3
SELECT c.id, c.section AS sectionid FROM elx_categories c
 LEFT JOIN elx_sections s ON s.id = c.section
 WHERE c.seotitle='reports' AND c.published='1'
 AND s.seotitle='reports' AND s.published='1'
 AND s.scope='content'

4
SELECT id FROM elx_menu WHERE published='1'
 AND link='index.php?option=com_content&task=category&sectionid=4&id=25'
 AND ((language IS NULL) OR (language LIKE '%english%'))

...............REMOVED BY datahell: continues up to 54th query...........
Title: Re: 54 queries executed > show up online??
Post by: CREATIVE Options on October 25, 2009, 00:07:38
Do you have the debug on ?
Title: Re: 54 queries executed > show up online??
Post by: ks-net on October 25, 2009, 00:28:06
As we mention at your other post .. it seems that you have mixed up things there, once you moved your site from local to public server.
it is meaningless to try to find a solution that way.... by posting every error that appears in several posts.
i think that the only way is to try from the begining...
upload it again

Ps. are you using plesk control-panel?

Title: Re: 54 queries executed > show up online??
Post by: datahell on October 25, 2009, 22:10:18
You have debug enabled. Turn it off from Elxis global configuration.

Elxis admin -> Global Configuration -> Tab "Site" -> Debug Site: NO
Title: Re: 54 queries executed > show up online??
Post by: Dennis on October 26, 2009, 13:49:08
Yes the debug was enabled. Thanks.

Quote
it is meaningless to try to find a solution that way.... by posting every error that appears in several posts.

I thought the forum was exactly to get problem solved that are not answered elsewhere?