Jump to content
MakeWebGames

install help


Raven1992

Recommended Posts

Well installing on a subdomain is the same as installing on a non subdomain (whatever the term is).

Now on to your error, it is exactly as it says. Your root directory is not writable. I don't know what software you use like FTP program but you need to change the chmod settings atleast during intial installation to maybe something like 775.

I think it mainly just needs to be config.php that needs to be writable since it writes in your db connection parameter for mysql and your cron code

Link to comment
Share on other sites

Well installing on a subdomain is the same as installing on a non subdomain (whatever the term is).

Now on to your error, it is exactly as it says. Your root directory is not writable. I don't know what software you use like FTP program but you need to change the chmod settings atleast during intial installation to maybe something like 775.

I think it mainly just needs to be config.php that needs to be writable since it writes in your db connection parameter for mysql and your cron code

i use filezilla as it reccomended to use and what if i change all folders and files to 777 will that work

Link to comment
Share on other sites

The "root" folder where you are placing the files/folders its the one that needs the permissions changed, not the other way around...

well this is go daddy we talking about and there structure kinda different

Via SSH;
chmod 777 <game_folder/>

Change <game_folder/> to the directory where you placed your files; probably public_html.

i not sure i follow yoy explain more detail please

Link to comment
Share on other sites

Instead of transferring your files with a FTP, don't you just have your mccodes files in a zip file? If so, upload to -> public_html -> extract files -> All the files should now be in a folder called "Upload" -> open that up -> highlight all the files and copy them to your public_html root -> run installer.

Done...

Link to comment
Share on other sites

You've had the instructions to your problem given very cleary. if you cannot follow them, i would reconsider if running a game is the right thing for you to be doing with the knowledge you currently have.

Edit:

after a quick (very quick) google search, i came across these instructions for you exact problem.

http://support.godaddy.com/help/article/6481/setting-directory-permissions-with-windows-hosting-accounts

http://support.godaddy.com/help/article/2535/setting-directory-permissions-with-linux-hosting-accounts

Edited by Hedge
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...