skip to Main Content

I use xampp for one month. But xampp yesterday started making trouble like this
https://imgur.com/avRWXdb. That I uninstall and now install xampp and my sql is running. But now if i want to run xampp and click to xampp icon I always have to choose language: english / german. And if I want to end the program and I stop mysql, I see https://imgur.com/plIpPS4 (* Access Denied) and this: https://imgur.com/a/sEzGKW2 Then I must wain for program answer. I can end xampp. How to repair to normal working again? Thank´s

10

Answers


  1. My problem was solved by just running the app as an administrator.

    Right click the xampp control panel, and then run as administrator.

    You can send to desktop the xampp control panel (shortcut), then change permissions to always Run As Administrator[my image] , 1

    and use the shortcut in everywhere you want to add (maybe in your taskbar)

    Login or Signup to reply.
  2. xampp-control.ini file somehow become ‘read only’. Just changing it to ‘full control‘ solved my problem.

    Login or Signup to reply.
  3. xampp access denied control ini

    The issue is with the permissions, just give write access to the file, you will not get error while you try to exit xampp …
    It worked for me …

    Login or Signup to reply.
  4. It happens because the owner of xampp-control.ini is different than your user. A simple solution I did was to:

    1. copy it
    2. paste it somewhere
    3. copy it back to the original location

    This way your user will become the owner of the file. No need to run Xampp Control Panel as Administrator which then prompts you each time you run it.

    Login or Signup to reply.
  5. I have just the xampp control panel as an administrator and its done.
    Right click on xampp control panel and select run as administrator, your issue will be solved.

    Login or Signup to reply.
  6. Deleting the file and executing xampp-control.exe is also working.

    xampp-control.exe will recreate the ini file with all the correct permissions.

    Login or Signup to reply.
  7. Best solution is to locate the file xampp-control.ini in C:xampp, right-click, select Properties then the Security tab and Edit the permissions to Allow all permissions for Everyone.

    Login or Signup to reply.
  8. Error caused due to incorrect xampp-control.ini file permission.

    In order to fix this issue in a simple way:

    • Open xampp folder > delete xampp-control.ini file
    • Run the xampp application, it will recreate the xampp-control.ini file with proper file permission.

    Now your application should look good.

    Login or Signup to reply.
  9. Solution for this error cannot create file "c:xamppxampp-control.ini" acces denied

    Rightclick on xampp-control.ini and click on property then click on security and click on EDIt and give full control on EveryOne.

    Login or Signup to reply.
    1. Find file xampp-control.ini into folder XAMPP
    2. changes permisssion for everyone with FULL CONTROL
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search