ATTENZIONE! Non utilizare la barra qui sopra per inviare messaggi offensivi o volgari. I trasgressori possono essere individuati in qualsiasi momento.
Errore
User 'villafrancasicul' has exceeded the 'max_questions' resource (current value: 2000) SQL=SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM knyve_content AS a
LEFT JOIN knyve_categories AS c on c.id = a.catid
LEFT JOIN knyve_users AS u on u.id = a.created_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM knyve_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact ON contact.user_id = a.created_by
LEFT JOIN knyve_categories as parent ON parent.id = c.parent_id
LEFT JOIN knyve_content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM knyve_categories AS cat JOIN knyve_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.id = 28 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-19 22:00:45') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-19 22:00:45') AND (a.state = 1 OR a.state =2)
Errore nel caricamento del modulo User 'villafrancasicul' has exceeded the 'max_questions' resource (current value: 2000) SQL=SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM knyve_modules AS m
LEFT JOIN knyve_modules_menu AS mm ON mm.moduleid = m.id
LEFT JOIN knyve_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
WHERE m.published = 1 AND e.enabled = 1 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2012-05-19 22:00:45') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-05-19 22:00:45') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 205 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering