notalentgeek Posted May 10, 2016 Share Posted May 10, 2016 My Phaser http://localhost/phaser-examples/examples/debug.php resulted in this. Warning: require(../../phaser/build/config.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/phaser-examples/examples/debug.php on line 159Fatal error: require(): Failed opening required '../../phaser/build/config.php' (include_path='.:') in /opt/lampp/htdocs/phaser-examples/examples/debug.php on line 159 I have tried to add Phaser folder with build folder and edit the path to config.php but it returns permission error. I fix the permission error with chown and chmod. However, the whole examples has this error now. debug.php?s=camera&f=camera/zooming the camera.js:519 Uncaught ReferenceError: Phaser is not defined And also a lot of GET errors. PS. The example that I want to see is not yet online and I am using LAMPP in Elementary Linux. Link to comment Share on other sites More sharing options...
rich Posted May 10, 2016 Share Posted May 10, 2016 If there is a .htaccess file present, nuke it. And un-tick the 'particlestorm' checkbox and refresh. That should get rid of most errors and work, assuming the path to the Phaser repo is correct. Link to comment Share on other sites More sharing options...
Recommended Posts