S
S
Sergey Burduzha2019-05-25 12:25:20
phpstorm
Sergey Burduzha, 2019-05-25 12:25:20

How to overcome the error with saving settings in phpstorm?

Good afternoon.
Installed phpstorm 2019.1
Can't export settings.
Here is the error
5ce909d9b656e653555820.png
Has anyone else come across this error?
Running with admin rights didn't help.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Burduzha, 2019-05-27
@serii81

Solved a problem.
It turns out that when I wanted to change the path to save the file, I specified the path to the folder with the cloud.
But phpstorm didn't want to save there.
I redefined the path back to the home directory, but forgot to write the filename with a zip extension.
Now saving goes without errors.

M
Maxim Fedorov, 2017-06-02
@qonand

On the page to which the redirect has passed, it is necessary to determine at the JS level which link should be clicked and whether it should be done at all.
In its simplest form, it might look like this

jQuery(document).ready(function () {    
    anchor = window.location.hash.replace("#","");
    if (anchor !== '') {
        id = '#' + anchor;
        $(id).trigger('click');
    }
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question