owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

cannot run maps app #5

Closed wtayyeb closed 10 years ago

wtayyeb commented 10 years ago

I have install nodejs on Ubuntu 12.04 and do like what wrote down in README.md but the app not working and raise error 500 the errorlog is :

{"app":"PHP","message":"Undefined variable: message at \/www\/owncloud\/lib\/public\/util.php#95","level":3,"time":"2014-03-23T11:36:32+00:00"}
{"app":"index","message":"Exception: js file not found: script:js\/vendor\/leaflet\/leaflet formfactor: serverroot:\/www\/owncloud","level":4,"time":"2014-03-23T11:36:32+00:00"}
{"app":"PHP","message":"js file not found: script:js\/vendor\/leaflet\/leaflet formfactor: serverroot:\/www\/owncloud at \/www\/owncloud\/lib\/private\/template\/resourcelocator.php#45","level":3,"time":"2014-03-23T11:36:32+00:00"}

I dont know if make watch is important or not, it print somethings and at last prints Waiting... and nothing happened

houqp commented 10 years ago

Hi, thanks for report :) It's caused by a recent lib name update from leaflet. I have fixed it in latest master. make watch is mainly used to help with development, it watches changes you made to files and take actions accordingly (concat js files and run php unit tests etc). make bootstrap should be enough to set up everything.

Just so you know, this is still a prototype app and not usable at this point :(

wtayyeb commented 10 years ago

Hi, I know it is just a prototype! :) now it is working well.