You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: