2.1: Harvest function problem
Posted: 26 February 2008 08:57 AM   [ Ignore ]
Newbie
Rank
Total Posts:  25
Joined  2007-01-16

I did a new installation with version 2.1. It seems that the Harvest function does not work if the Gallery module has not been installed:

Error message:

MySQL ERROR:

Error Number: 1146

Description: Table ‘innonetc_xngc.exp_galleries’ doesn’t exist

Query: SELECT gallery_id, gallery_full_name FROM exp_galleries ORDER BY gallery_full_name ASC

After installing the gallery module (even if not needed), the Harvest function works well.

Profile
 
 
Posted: 26 February 2008 08:59 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3343
Joined  2006-10-18

Misc,

This is a known issue, and was an oversight on our part.
It will be corrected shortly though.

Thank you for bringing this to our attention though! smile

 Signature 
Profile
 
 
Posted: 03 March 2008 09:01 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3343
Joined  2006-10-18

This has been corrected in the latest version of Tag smile
http://www.solspace.com/software/detail/tag/

 Signature 
Profile
 
 
Posted: 27 November 2008 10:37 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  2
Joined  2007-07-11

I’m using Tag 2.6.0 (build 20081119) on ExpressionEngine 1.6.6 (build 20081114) and still receive this error when clicking on Recount Stats:

MySQL ERROR:

Error Number: 1146

Description: Table ‘tablename.exp_gallery_entries’ doesn’t exist

Query: DELETE te FROM exp_tag_entries AS te LEFT JOIN exp_gallery_entries AS ge ON te.entry_id = ge.entry_id WHERE te.type = ‘gallery’ AND ge.entry_id IS NULL

The Photo Gallery module is not installed when I get this message, but if I temporarily install the Photo Gallery module (and re-run Recount Stats) the error goes away — this leads me to believe that there is a bug that shows this message if the Photo Gallery database table doesn’t exist.

Profile
 
 
Posted: 27 November 2008 10:51 AM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3343
Joined  2006-10-18

Ryan,

Make sure you upgrade to the latest build wink

http://www.solspace.com/forums/viewthread/661/#8464

 Signature 
Profile
 
 
Posted: 27 November 2008 01:57 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  2
Joined  2007-07-11
Pie Man - 27 November 2008 10:51 AM

Make sure you upgrade to the latest build ;)

Nice work — it’s incredible what a one-day difference in builds can do! Problem solved, thanks!

Profile