I've been going through threads and topics posted with similar problems and they either have not received a single response, or the response they did received did not work.
A few topics suggested fixing the database from the extension manager and it seemed to have worked for some people but not me.
This is what happens when I get to a menu item page on the website (btw home page works fine) :
0 - SQL=SELECT `m`.`tag_id`,`t`.* FROM `szgy9_contentitem_tag_map` AS m INNER JOIN `szgy9_tags` AS t ON `m`.`tag_id` = `t`.`id` WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 312 AND `t`.`published` = 1 AND t.access IN (1,1)
I did a file comparison of 3.0, and I noticed that it doesn't have a tag.php file and can only assume this is where the problem is.
In the back end, article manager displays this error at the bottom:
An error has occurred.
0 SQL=SELECT a.id, a.title, a.level, a.parent_id FROM szgy9_tags AS a WHERE a.parent_id > 0 AND a.published IN (1) ORDER BY a.lft
Same issue in categories, contacts, etc. Module manager seems to be fine.
Any idea on how to fix this?
via Joomla! http://forum.joomla.org/viewtopic.php?t=830437&p=3120717#p3120717
A few topics suggested fixing the database from the extension manager and it seemed to have worked for some people but not me.
This is what happens when I get to a menu item page on the website (btw home page works fine) :
0 - SQL=SELECT `m`.`tag_id`,`t`.* FROM `szgy9_contentitem_tag_map` AS m INNER JOIN `szgy9_tags` AS t ON `m`.`tag_id` = `t`.`id` WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 312 AND `t`.`published` = 1 AND t.access IN (1,1)
I did a file comparison of 3.0, and I noticed that it doesn't have a tag.php file and can only assume this is where the problem is.
In the back end, article manager displays this error at the bottom:
An error has occurred.
0 SQL=SELECT a.id, a.title, a.level, a.parent_id FROM szgy9_tags AS a WHERE a.parent_id > 0 AND a.published IN (1) ORDER BY a.lft
Same issue in categories, contacts, etc. Module manager seems to be fine.
Any idea on how to fix this?
Statistics: Posted by iamnameless721 — Mon Dec 23, 2013 6:30 pm
via Joomla! http://forum.joomla.org/viewtopic.php?t=830437&p=3120717#p3120717
No comments:
Post a Comment