Thank you. That was fast! Tags now show up fine in the front end and also when editing question/answers.
But I found another related bug :)
Now, when I click on a tag name (in the front end), I get another sqlite error:
phpMyFAQ warning [2]: sqlite_query() [function.sqlite-query]: ambiguous column ...
Search found 3 matches
- Tue Aug 03, 2010 10:34 pm
- Forum: Bug reports
- Topic: 2.6.7 tagging gives php errors
- Replies: 6
- Views: 6743
- Tue Aug 03, 2010 5:17 am
- Forum: Bug reports
- Topic: 2.6.7 tagging gives php errors
- Replies: 6
- Views: 6743
Re: 2.6.7 tagging gives php errors
I'm using SQLite as the database.
When I suppress the errors with a @ (bad, I know), a link is displayed in the place where the tags should be.
The link is:
index.php?sid=8&lang=en&action=search&tagging_id=0
When I click on the link, I get a sqlite error:
phpMyFAQ warning [2]: sqlite_query ...
When I suppress the errors with a @ (bad, I know), a link is displayed in the place where the tags should be.
The link is:
index.php?sid=8&lang=en&action=search&tagging_id=0
When I click on the link, I get a sqlite error:
phpMyFAQ warning [2]: sqlite_query ...
- Tue Aug 03, 2010 5:11 am
- Forum: Bug reports
- Topic: 2.6.7 tagging gives php errors
- Replies: 6
- Views: 6743
2.6.7 tagging gives php errors
When I view a FAQ that has tags, the following errors are displayed on the page:
phpMyFAQ notice [8]: Undefined property: stdClass::$tagging_id in Tags.php on line 154
phpMyFAQ notice [8]: Undefined property: stdClass::$tagging_name in Tags.php on line 154
The line in questions says:
$tags[$row ...
phpMyFAQ notice [8]: Undefined property: stdClass::$tagging_id in Tags.php on line 154
phpMyFAQ notice [8]: Undefined property: stdClass::$tagging_name in Tags.php on line 154
The line in questions says:
$tags[$row ...