HTML5 Errors

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BuilderPro715

After exporting to HTML5 I get 2 errors from Crome: Uncaught Reference Error: Engine is not defined. and failed to load resource: the server responded with a stasis of 404 (). I have saw other posts that have similar errors but no answer. Any help Is appreciated.

Did you copy all the files to the web server (including engine.js)? Check the browser’s developer tools for files that may not have been loaded (Network tab in the developer tools). You can open it by pressing F12 or Ctrl + Shift + I, then reload the page while it’s open to see network requests.

Calinou | 2022-09-26 12:41

Was I supposed to have more files than just the HTML file uploaded?

BuilderPro715 | 2022-09-27 20:57