Jump to content
MakeWebGames

Recommended Posts

Posted

I uploaded all the files and I go to install.php and get this

Game installed at root level of domain or subdomain Failed

One of the basic diagnostics failed, so Setup cannot continue. Please fix the ones that failed and try again. :?

Any help would be greatly appreciated :-D

Posted

Re: Setting up a new game..

If you have the files in a folder or anything, take them out, make sure the files are on "public_html" or "www" or whatever your root directory is.

Posted

Re: Setting up a new game..

Basically, the installer file checks four things. If each of them are OK, the total adds up to 4. If one or more of them do not work, then the total is below four and an error occurs. All you need to do is change:

 

if($pvf+$wvf+$dvf+$avf < 4)

 

TO

 

if($pvf+$wvf+$dvf+$avf < 3)

 

This will make sure that even if one of the four things says Failed, in your case the root, the installer will continue.

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...