Jump to content

[PHP]Query


CeKiT

Recommended Posts

  • MTA Team
Posted

well then, can the webserver access the files you present it with. And is the server able to process php pages all together. Please note that when using lightweight servers (like nginx and lighttpd) it's not only the webserver itself that needs to access the files, but the user that is running php via cgi or fpm also needs access rights.

Posted

Using command chmod should do it:

chmod -R 777 %PATH_TO_GAMEQ% 

This will give 777 rights to all folders and files inside the folder you passed as parameter.

Posted
Using command chmod should do it:

chmod -R 777 %PATH_TO_GAMEQ% 

This will give 777 rights to all folders and files inside the folder you passed as parameter.

chmod: cannot access `%PATH_TO_GAMEQ%': No such file or directory

Posted

Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ.

Posted
Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ.

Anderl is right, for an example: '%PATH_TO_GAMEQ%' would be '%PROGRAMFILES%\GameQ' if you haven't changed the Folder name.

Posted

Should not be hard to write the path you just wrote instead of '%PATH_TO_GAMEQ%'.

As serious? Not well understood.

Can you talk in a better English or explain yourself better? I didn't get that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...