Hey Hello!!! Can someone help with this pleas

Please change the permissions of the configuration file (ost-config.php) to eliminate write access. For example chmod 644 ost-config.php

What server you are running?
Edit: I saw from your previous posts that you are using Virtualbox with installed virtual Windows10 and guess you run some webserver like wamp or mamp on it.
If this is your setup than just find installation path something like: C:\MAMP\htdocs\osticket\include and in include you have ost-config.php Right click and properties on that file and just check Read Only. Apply and Ok
If you are running ubuntu or centos just do navigate to your osticket folder and execute the follwoing command:
ubuntu
sudo chmod 644 ost-config.php
centos
yum chmod 644 ost-config.php

    Write a Reply...