swetorrentking / rartracker

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

when visit /login #43

Open bugyak opened 7 years ago

bugyak commented 7 years ago

TypeError: Cannot read property 'serverTime' of undefined at AuthService.setSettings (app.bundle.js:5194) at AuthService.serverResponse (app.bundle.js:5246) at AuthResource.get.addAlert.type (app.bundle.js:3766) at angular-chart.min.js:46 at angular-chart.min.js:46 at m.$eval (angular-chart.min.js:46) at m.$digest (angular-chart.min.js:46) at m.$apply (angular-chart.min.js:46) at angular-chart.min.js:46 at f (angular-chart.min.js:46)

JustAnAlias commented 7 years ago

Upgrading to php 5.6 should fix it

15w34r0n3D4y commented 7 years ago

Hey,

can you help me please. First time I have problem but solved (forget install Git) now I have successfully installed but problem is when I want login (i have all default nothing change in User.php) only created secret.php file and add my db information.

I get "An error occured" (username: System | password: password)

PHP version 5.6.18 and MYSQL version 5.7.11

Thank you!

cbmdk commented 7 years ago

I have the same error... just upgraded to php 5.6. no dice

JustAnAlias commented 7 years ago

If you have PHP 5.6, the problem most likely is in your .htaccess, remember mod_rewrite

Check your console for errors

swetorrentking commented 7 years ago

Check the HTTP response from the server. Should contain the error.