swetorrentking / rartracker

Complete private bittorrent tracker written in PHP and AngularJS
199 stars 67 forks source link

Can't Login with System #42

Closed ghost closed 7 years ago

ghost commented 7 years ago

I have followed the instructions in the README and read every issue that has been posted here. But, when I try to login I get this:

DevTools failed to parse SourceMap: http://192.168.10.146/dist/angular-chart.min.css.map
DevTools failed to parse SourceMap: http://192.168.10.146/dist/angular-chart.min.js.map
libs.bundle.js:119 TypeError: Cannot read property 'serverTime' of undefined
    at e.setSettings (app.bundle.js:111)
    at e.serverResponse (app.bundle.js:111)
    at s.get.t.data.r.addAlert.type (app.bundle.js:82)
    at libs.bundle.js:346
    at libs.bundle.js:132
    at m.$eval (libs.bundle.js:146)
    at m.$digest (libs.bundle.js:143)
    at m.$apply (libs.bundle.js:147)
    at libs.bundle.js:139
    at e (libs.bundle.js:45)(anonymous function) @ libs.bundle.js:119(anonymous function) @ libs.bundle.js:91(anonymous function) @ libs.bundle.js:132$eval @ libs.bundle.js:146$digest @ libs.bundle.js:143$apply @ libs.bundle.js:147(anonymous function) @ libs.bundle.js:139e @ libs.bundle.js:45(anonymous function) @ libs.bundle.js:48

If I manually copy angular-chart.min.css.map and angular-chart.min.js.map into dist/ those 2 errors go away. But, the other remains. I have tried multiple versions of php, mysql, nodejs and npm. I have tried with and without php-fpm. I have tried with both apache2 and nginx.

In the end, the error is the same. I can't get past this initial login error.

Any help would be appreciated.

ghost commented 7 years ago

I kept trying, reinstalling different versions. I finally got it to login with php5.6(without php5.6-fpm) and apache2.