getting error : A system error has occurred (More information)

getting error : A system error has occurred (More information)

elnur690elnur690 Posts: 1Questions: 1Answers: 0

When I click more information and follow all what it says I still do not see where the problem is. I have used generator and downloaded, when I click run on generator it is fine, when I download to see locally it doesnt work, I attach screenshot of error.

Answers

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin

    You are attempting to make an Ajax request when using file:// hosted files. The browser will always block that as a security risk - otherwise it could read any file on your computer!

    You must run Editor (and Ajax more generally) through an httpd (web) server (e.g. Apache, nginx, etc).

    Allan

This discussion has been closed.