DSM update hosed my IDrive app, can't login

Currently reading
DSM update hosed my IDrive app, can't login

Received a notification of the iDrive package that can be updated, not going to pull the trigger yet. And it been 2 weeks since iDrive lost all my files, and still hasn't been able to recover them.

1672834383735.png
 
Received a notification of the iDrive package that can be updated, not going to pull the trigger yet. And it been 2 weeks since iDrive lost all my files, and still hasn't been able to recover them.

View attachment 11735

I updated to the latest version & started to get 'Invalid Synology user name or password errors'

I edited the 'function readNasUserConf()' in path.php - adding the '$nasURL = "http://127.0.0.1:5000/";' code as previously mentioned and now I can log in again :)

Hope this helps
BB
 
Thanks, I am still holding off until they can recover all my files. iDrive in December put my account in maintenance and now said that it's a hardware fault in one of their centers. I had to suspend backups due to it wanting to write TB's of data again. They said sometime this month my files will be back. I am glad I have backup diversity, I would never rely on these guys in a emergency.
 
Thanks, I am still holding off until they can recover all my files. iDrive in December put my account in maintenance and now said that it's a hardware fault in one of their centers. I had to suspend backups due to it wanting to write TB's of data again. They said sometime this month my files will be back. I am glad I have backup diversity, I would never rely on these guys in a emergency.


I'm a great believer in backup diversity across multiple platforms - that's what 40 years of working in IT does to you!

Hope you get it sorted 👍
 
I updated to the latest version & started to get 'Invalid Synology user name or password errors'

I edited the 'function readNasUserConf()' in path.php - adding the '$nasURL = "http://127.0.0.1:5000/";' code as previously mentioned and now I can log in again :)

Hope this helps
BB

Where in the path.php file did you add this? I've tried adding it at line 1501 as previously described and that hasn't fixed it.
Attempting to log in with a username in the admin group.

Running the most updated DSM and iDrive version.
 
Where in the path.php file did you add this? I've tried adding it at line 1501 as previously described and that hasn't fixed it.
Attempting to log in with a username in the admin group.

Running the most updated DSM and iDrive version.

Sorry for the late reply -

You need to look for code like this - the line numbers might be slightly different after an update:

1494 } else {
1495 $ip = getSynologyNASIP();
1496 if($ip == '') {
1497 $ip = '127.0.0.1';
1498 }
1499
1500 $nasURL = $protocol . "://{$ip}" . $contact_port . "/";
1501 $nasURL = "http://127.0.0.1:5000/";
1502 }
1503 }
1504 else if($machine == ASUSTOR){
1505 $asusConfig = ASUSTOR_INFOCONF;
1506 $contents = file($asusConfig);
1507 $i=0;



BB
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

No problems running on mine... have updated to the newer version hosted on Google Drive, and all still ok.
Replies
6
Views
5,827
  • Question
I have Syncthing working well, on DSM 6.2, and looking to upgrade Syncthing to a the newer version for...
Replies
0
Views
2,023
  • Question
Hello all. NOTE: I have solved the issue by editing the users table in the MYSQL database and generating...
Replies
0
Views
2,306
yep, I recall this issue, documented on a thread within the community. All I know at this point is that it...
Replies
3
Views
2,613
I found this in an heart-attack inducing way: I was rootling around in the @apphome location looking to...
Replies
2
Views
13,004
DSM 7.0 phpBB on DSM 7?
Yeah, I know about the c2000 series issue but PHPBB is running on a DS1813+ (one in question and uses a...
Replies
16
Views
3,685

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top