Reputation: 664
I am trying to edit php.ini on my local testing server using Notepad++, but each time I try to save the changes, I get this error message...
What do I have to do in order to edit the configuration file? Do I somehow have to shut off PHP and then turn it back on?
Upvotes: 0
Views: 1829
Reputation: 163438
Your PHP.ini is likely in a location that requires administrator privileges to edit.
Close Notepad++. Go find its shortcut and right click while holding control. You should now have a "run as Administrator" option. Click that, and then try to edit the file.
Upvotes: 3