mdoerk / seng513project

Course Project of SENG 513
http://pages.cpsc.ucalgary.ca/~sillito/seng-513/project.html
23 stars 21 forks source link

Tags Error #333

Open mumansoo opened 13 years ago

mumansoo commented 13 years ago

On the /popularTags page, tags are shown. However, when I clicked on a tag, the server crashed and reported the following error:

/home/uga/mansoorm/513/LASTDAYOFSCHOOL/seng513project/node_modules/searchTagIssue.js:30

dbAccess.runQuery(sqlQuery, listIssues.getPageCount(1, 'lastModified', res ^ TypeError: Object # has no method 'getPageCount'

at /home/uga/mansoorm/513/LASTDAYOFSCHOOL/seng513project/node_modules/searchTagIssue.js:30:44 at /home/uga/mansoorm/513/LASTDAYOFSCHOOL/seng513project/node_modules/tags.js:200:37 at /home/uga/mansoorm/513/LASTDAYOFSCHOOL/seng513project/node_modules/dbAccess.js:311:42

dta commented 13 years ago

Looks like it's the same issue as #299. awthornt said he would look into it.

awthornt commented 13 years ago

I actually released the issue because I am not going to be able to get it fixed. I left more information on the other issue but I think remyd is the one that made the change that broke this. It might be good to ask him what he changed.