Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assessment page is not loading #169

Open
muraric opened this issue May 25, 2020 · 1 comment
Open

Assessment page is not loading #169

muraric opened this issue May 25, 2020 · 1 comment

Comments

@muraric
Copy link

muraric commented May 25, 2020

I am getting the below error while trying to access the assessment created.

URL : http://localhost/imathas/assess2/?cid=1&aid=1#/

Console Log:
assessmentpage_error

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)

@drlippman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants