- Posts: 20
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved Topic Images not shown in Google Chrome (Blue Eagle)
Please Log in or Create an account to join the conversation.
JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Table 'ate9i_users' is read only SQL=SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,( SELECT MAX(contact.id) AS id FROM ate9i_contact_details AS contact WHERE contact.published = 1 AND contact.user_id = a.created_by) 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,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published FROM ate9i_content AS a LEFT JOIN ate9i_categories AS c ON c.id = a.catid LEFT JOIN ate9i_users AS ua ON ua.id = a.created_by LEFT JOIN ate9i_users AS uam ON uam.id = a.modified_by LEFT JOIN ate9i_categories as parent ON parent.id = c.parent_id LEFT JOIN ate9i_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM ate9i_categories AS cat JOIN ate9i_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id ) AS badcats ON badcats.id = c.id INNER JOIN ate9i_content_frontpage AS fp ON fp.content_id = a.id WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2014-02-01 23:54:15') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2014-02-01 23:54:15') ORDER BY a.featured DESC, fp.ordering, a.created DESC LIMIT 0, 4 Table 'ate9i_users' is read only SQL=SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,( SELECT MAX(contact.id) AS id FROM ate9i_contact_details AS contact WHERE contact.published = 1 AND contact.user_id = a.created_by) 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,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published FROM ate9i_content AS a LEFT JOIN ate9i_categories AS c ON c.id = a.catid LEFT JOIN ate9i_users AS ua ON ua.id = a.created_by LEFT JOIN ate9i_users AS uam ON uam.id = a.modified_by LEFT JOIN ate9i_categories as parent ON parent.id = c.parent_id LEFT JOIN ate9i_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM ate9i_categories AS cat JOIN ate9i_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id ) AS badcats ON badcats.id = c.id INNER JOIN ate9i_content_frontpage AS fp ON fp.content_id = a.id WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2014-02-01 23:54:15') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2014-02-01 23:54:15') ORDER BY a.featured DESC, fp.ordering, a.created DESC
Error loading component: com_content, 1
Error loading module Incorrect key file for table 'ate9i_extensions'; try to repair it SQL=SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM ate9i_modules AS m LEFT JOIN ate9i_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN ate9i_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 <= '2014-02-01 23:54:15') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2014-02-01 23:54:15') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 101 OR mm.menuid <= 0) ORDER BY m.position, m.ordering
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_content, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_contact, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_newsfeeds, 1
Error loading component: com_content, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_weblinks, 1
Error loading component: com_content, 1
Error loading component: com_content, 1
These errors are not related to Kunena. You should fix those errors.
I could not access your forum to see the evidence of the problem.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Edit: Icons on the Forum Index page are shown correctly, but those in categories not.
Please Log in or Create an account to join the conversation.
I don't have any more information that that.
Question: Does the same issue arise here at our forum, too?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Absolutely! Try using one of the default Joomla site templates (e.g. protostar) to see if the problem persists.sixtyfive wrote: It could be again some problem with template.css?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.