Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by siyafrica

Hey guys

I have been working through the book on starting with ImpactJS and I am having a problem with the Weltmeister level editor. I've moved my Impact folder to my htdocs (I am using MAMP for Mac OSX) and even when my Apache server is on it's not allowing me to add entities or edit the current entity.

I've gone through the forums and tried fixing the JQuery using Jlint, which didn't help. Then I saw a thread which said the problem is the php script, which is the problem when I look at the console (I use Firefox but I've tested this on Safari). So I changed my Apache's preferences to allow web sharing for all. But this still doesn't work. I tried firing Weltmeister from my computer's web site and my personal web site and that also doesn't work.

Can anyone help me. I am a bit of a noob when it comes to programming so please be as simple as possible.

Thanks

1 decade ago by dominic

Create a file in your htdocs dir, called info.php with the following contents:

<?php phpinfo(); ?>

When you navigate to it (should be reachable at http://localhost/info.php ), you should see a detailed listing of PHPs current settings. If you don't see anything, there's something wrong with your PHP installation.

If you can't get it to work, have a look at the other solutions in the getting started guide. Especially Python Impact should provide an easier solution over MAMP on OSX.
Page 1 of 1
« first « previous next › last »