Fieldtype, Module

Archived
Forum
(read-only)

Taggable

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Jamie Rumbelow

     

Errors using control panel in EE 2.2

Bug Report

Derek Hogue
Derek Hogue

Trying to view tag detail screens (method=tag_entries) in the control panel under EE 2.2 yields the following MySQL error:

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘.entry_id, `exp_channel_titles`.`title`, `exp_channel_titles`.`url_title`, `exp_’ at line 1

SELECT `DISTINCT` exp_taggable_tags_entries.entry_id, `exp_channel_titles`.`title`, `exp_channel_titles`.`url_title`, `exp_channel_titles`.`channel_id` FROM (`exp_taggable_tags_entries`, `exp_channel_titles`) WHERE `exp_taggable_tags_entries`.`tag_id` = ‘2’ AND `exp_channel_titles`.`entry_id` = exp_taggable_tags_entries.entry_id

Filename: third_party/taggable/models/taggable_tag_model.php

Line Number: 245

Also, deleting a tag yields this error:

A PHP Error was encountered

Severity: 4096

Message: Object of class stdClass could not be converted to string

Filename: models/taggable_tag_model.php

Line Number: 176

A Database Error Occurred
Error Number: 1054

Unknown column ‘field_id_’ in ‘field list’

UPDATE `exp_channel_data` SET `field_id_` = ‘’ WHERE `entry_id` = ‘4’

Filename: third_party/taggable/models/taggable_tag_model.php

Line Number: 176

Jamie Rumbelow
# 1
Developer
Jamie Rumbelow

Thanks for this, I’ll look into it and release a fix soon.

Steve Hurst
# 2
Steve Hurst

I am also having these issues.