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
basicstore.js:984 Uncaught TypeError: Cannot read property 'hasOwnProperty' of null
at Object.handleError (basicstore.js:984)
at Object. (basicstore.js:87)
at i (jquery-1.12.4.min.js:2)
at Object.fireWith [as rejectWith] (jquery-1.12.4.min.js:2)
at y (jquery-1.12.4.min.js:4)
at XMLHttpRequest.c (jquery-1.12.4.min.js:4)
The text was updated successfully, but these errors were encountered:
That javascript error is the consequence of something going wrong on the backend. You'll want to use the network inspector to see what the backend returned.
One possibility is you need to suppress minor errors by adding error_reporting(E_ALL ^ E_NOTICE) to your config.php.
I am getting the below error while trying to access the assessment created.
URL : http://localhost/imathas/assess2/?cid=1&aid=1#/
Console Log:
basicstore.js:984 Uncaught TypeError: Cannot read property 'hasOwnProperty' of null
at Object.handleError (basicstore.js:984)
at Object. (basicstore.js:87)
at i (jquery-1.12.4.min.js:2)
at Object.fireWith [as rejectWith] (jquery-1.12.4.min.js:2)
at y (jquery-1.12.4.min.js:4)
at XMLHttpRequest.c (jquery-1.12.4.min.js:4)
The text was updated successfully, but these errors were encountered: