aoberegg / ep_user_pad

User-Management System for etherpad-lite
Apache License 2.0
5 stars 8 forks source link

Adding users/groups fails #10

Open nwtn opened 9 years ago

nwtn commented 9 years ago

When trying to add a new group or user, nothing happens. I have the following errors on my JavaScript console:

 ace2_common.js?callback=require.define:12950 Failed to load 'ep_user_pad_frontend/static/js/client/user_pad_frontend.js:documentReady' for 'ep_user_pad_frontend/ep_user_pad_frontend/client_hooks/documentReady': Error: The module at "ep_user_pad_frontend/static/js/client/user_pad_frontend.js" does not exist.
    ace2_common.js?callback=require.define:12950
    (anonymous function)
    ace2_common.js?callback=require.define:11159
    _.each._.forEach
    ace2_common.js?callback=require.define:12173
    _.(anonymous function)ace2_common.js?callback=require.define:12931
    (anonymous function) ace2_common.js?callback=require.define:11159
    _.each._.forEach ace2_common.js?callback=require.define:12928
    extractHooks ace2_common.js?callback=require.define:12855
    (anonymous function) ace2_common.js?callback=require.define:1377
    fire ace2_common.js?callback=require.define:1488
    self.fireWith ace2_common.js?callback=require.define:8414
    done ace2_common.js?callback=require.define:8938
    callback ace2_common.js?callback=require.define:12950
Failed to load 'ep_user_pad/static/js/admin/user_pad_admin.js:documentReady' for 'ep_user_pad/ep_user_pad/client_hooks/documentReady': Error: The module at "ep_user_pad/static/js/admin/user_pad_admin.js" does not exist. ace2_common.js?callback=require.define:12950
    (anonymous function) ace2_common.js?callback=require.define:11159
    _.each._.forEach ace2_common.js?callback=require.define:12173
    _.(anonymous function) ace2_common.js?callback=require.define:12931
    (anonymous function) ace2_common.js?callback=require.define:11159
    _.each._.forEach ace2_common.js?callback=require.define:12928
    extractHooks ace2_common.js?callback=require.define:12855
    (anonymous function) ace2_common.js?callback=require.define:1377
    fire ace2_common.js?callback=require.define:1488
    self.fireWith ace2_common.js?callback=require.define:8414
    done ace2_common.js?callback=require.define:8938
    callback 
dkoukoul commented 9 years ago

I have the same problem, anyone any suggestions? Is it a problem with the paths?

heinedri commented 9 years ago

Hi - am seeing the same issue. So far I have not found a solution either.. This is in the admin section - right?