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 Nimlux

Hello,

I'm uploaded my fresh downloaded Impact to my webspace and started the weltmeister.html.

Its loaded but i cant do something.
Okey, im open my firebug and reload again and become:

TypeError: data.files[i].match is not a function
var name = data.files[i].match(/[^\/]*$/)[0];
lib/weltmeister/select-file-dropdown.js (Line 67)

Thanks

1 decade ago by dominic

I believe that's because PHP isn't enabled (or otherwise not working) on your webspace.

Upload a file called info.php with the following contents to check:
<?php phpinfo(); ?>

If PHP is working correctly, you should see a detailed listing of all properties of your PHP installation when you navigate to this file.

1 decade ago by Hodge

I'm experiencing the same problem as Nimlux with Weltmeister, Apache with PHP 5.4.10, running on my Arch desktop.

However, it works fine on my webhost which is is running PHP 5.3.14.

I can work off my webhost so it's not a problem, but I thought it was worth mentioning (in case specific versions of PHP are breaking things).
Page 1 of 1
« first « previous next › last »