engaging-computing / phpSENSE

An educational data analytics platform.
http://isenseproject.org
14 stars 10 forks source link

getVisByUser is gone. :( #481

Closed kcarcia closed 12 years ago

kcarcia commented 12 years ago

getVIsByUser function is being called by the API on line 275. However, getVisByUser no longer exists. This has broken the getUserProfileTest in the API test.

AlanRosenthal commented 12 years ago

This issue needs more context. What file? Post the results of the failed test here. @ErinGraceffa @kcarcia

kcarcia commented 12 years ago

getVisByUser is in api.php. The API makes a call to this function, but it no longer exists. The error log states there is an issue with getVisByUser call on line 275. Our getUserProfile test is failing as a result; it returns "Something unexpected happened."