1 decade ago by Starnut
Hi everyone,
I uploaded the Weltmeister editor to my server in order to allow my clients to build levels themselves. Strangely, it throws the following exception:
Uncaught TypeError: Object false has no method 'match' select-file-dropdown.js:67
wm.SelectFileDropdown.ig.Class.extend.showFiles select-file-dropdown.js:67
...
As I understand this, the editor fails to read the list of levels from the directory. The file structure is the exact same as offline (under MAMP, where it works just fine) so I have absolutely no clue why it fails to find the files. I even set all file permissions to 777 to make sure that's not an issue.
Anyone has encountered this problem or has an idea what may be at the root of this problem? Is it something about my php config I have to change?
Thanks,
Michel
I uploaded the Weltmeister editor to my server in order to allow my clients to build levels themselves. Strangely, it throws the following exception:
Uncaught TypeError: Object false has no method 'match' select-file-dropdown.js:67
wm.SelectFileDropdown.ig.Class.extend.showFiles select-file-dropdown.js:67
...
As I understand this, the editor fails to read the list of levels from the directory. The file structure is the exact same as offline (under MAMP, where it works just fine) so I have absolutely no clue why it fails to find the files. I even set all file permissions to 777 to make sure that's not an issue.
Anyone has encountered this problem or has an idea what may be at the root of this problem? Is it something about my php config I have to change?
Thanks,
Michel