Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why I can't save data in PhpStorm

Tags:

phpstorm

Why I can't save data in PhpStorm?

Occurred:

"Unable to save settings : Failed to save settings . Please restart PhpStorm".

like image 469
Ali Dhr Avatar asked Jun 29 '26 05:06

Ali Dhr


1 Answers

It is noteworthy that PHPStorm log files are saved to the .idea folder which may be hidden by default and in my case running:

chmod -R 755 *

did not apply the requested permissions to the hidden folders within my current directory. I was only able to resolve the issue by running chmod to the .idea folder:

chmod -R 755 .idea

Hope this is helpful to someone

like image 123
tunde eyitayo Avatar answered Jul 07 '26 04:07

tunde eyitayo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!