View Issue Details | |||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
7 | [Climber's routes WEB] Climber's routes | major | always | 2019-09-13 13:37 | 2019-09-16 12:44 |
Reporter: | lordofthebugs | Platform: | Mobile | ||
Assigned To: | lordofthebugs | OS: | Android | ||
Priority: | urgent | OS Version: | |||
Status: | feedback | Product Version: | 0.95 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
Target Version: | 0.95 | ||||
Summary: | Mobile application can't log in | ||||
Description: |
On mobile application, request to log in returns this error: Deprecated: Function mcrypt_create_iv() is deprecated in lezeckydennik/whian/extensions/oauth2-server-php-develop/src/OAuth2/ResponseType/AccessToken.php on line 118 {"access_token":"e6d6afc340b8265fe7ed2a8d124be810d7edbc58","expires_in":3600,"token_type":"Bearer","scope":null} Debbuged with Chrome and phone connected using USB debugging. Need to replace an old solution with a new one. Maybe try to remove error message, to make it work for users first. |
||||
Tags: | Functionality | ||||
Steps To Reproduce: |
1. Open Climber's Routes application on Android. 2. Click Sync. 3. After screen loads and asks for login & password, fill them. 4. Press the Sync button. Nothing happens |
||||
Additional Information: | Reported on FB by Rasty Carbon (thanks) | ||||
Attached Files: | |||||
Notes | |
(0000003)
lordofthebugs 2019-09-16 11:22 |
Updated https://github.com/bshaffer/oauth2-server-php library, tested on my device. |