'xampp-controle.exe'. Read of address 00000042.
2023. 5. 30. 13:46ㆍPHP
728x90
https://stackoverflow.com/questions/32839132/xampp-access-violation-at-address-005abeffe
This error is showing you due to Xampp-control.exe doesn't have permission to write on the file named xampp-control.ini. Follow below steps to get rid of this:
- Go to Xampp directory.
- Search for file xampp-control.ini.
- Go to properties of that file.
- Under security tab Select users Everyone.
- Edit permissions and provide full control.
- And Apply
Follow
3,65844 gold badges1515 silver badges3636 bronze badges
answered Jan 29, 2021 at 16:15
35133 silver badges22 bronze badges
- Fantastic answer! thanks for saving my life!
– Jesse JunJing
Dec 25, 2021 at 16:16 - This worked for me! Thanks!
– JohnH
Feb 1 at 17:54 - The perfect answer. You don't even need to provide full control. Checking the "Write" permission will do it.
– TARKUS
May 15 at 14:02
출처: <https://stackoverflow.com/questions/32839132/xampp-access-violation-at-address-005abeffe>
728x90
반응형
'PHP' 카테고리의 다른 글
PHP는 어떤 언어인가 (0) | 2024.01.24 |
---|---|
php addslashes (0) | 2023.06.09 |
xampp php 여러가지 버전 사용하기, multiple PHP versions in XAMPP (0) | 2023.05.30 |
$_SERVER['REMOTE_ADDR'], 사용자 IP 다른 이유 (0) | 2023.05.30 |
PHP 가변변수 $$ variable variable (0) | 2023.05.30 |