1 decade ago
by Jack9
I downloaded the latest version, 1.2 extracted the contents to a local domain of
http://impact.local/ and
http://impact.local/impact/ showed no js errors and said "It works!" but when I got to
http://impact.local/impact/weltmeister.html it's not fully rendering and in Chrome I get
Uncaught SyntaxError: Unexpected token < @ weltmeister.js:300
This is probably due to the regex containing /* and */
Am I missing something, or is the release just broken out of the box?
1 decade ago
by dominic
Make sure PHP is working correctly on your server. Create a file called
info.php
with the following contents:
<?php phpinfo(); ?>
If you navigate to it (
http://impact.local/info.php ), it should show you the currently installed PHP version and lots of additional info.
1 decade ago
by toaste
i'm encountering the same problem with v1.20. here's a picture of the firebug error message.
http://s10.postimage.org/nqi8n07bt/screen_2012_09_28_007.png
i'm working on a W7x64 machine and extracted the files with 7z 9.20.
i think there's missing a semicolon or something when the files got catched and encoded to json (glob.php).
older installations are working fine so there must be bad with this release.
thanks in advance!
1 decade ago
by dominic
toatse: PHP isn't running on your server. Make sure it's enabled.
1 decade ago
by toaste
php was running fine but had a misconfiguration in .htaccess. now its working =)
Page 1 of 1
« first
« previous
next ›
last »