Jump to content
MakeWebGames

Problem with installation


mrhat187

Recommended Posts

I go to install pretty sure i have everything correct, but on the index page when I start up the installer it tells me my license isn't valid and gives me a link to purchase a copy. I already purchased the $100 version, any ideas? I copied the key directly out of "your license" tab on the home page.

Link to comment
Share on other sites

Is the key correct in the file config/license.php

 

Are you installing on a web server or local computer?

If at home there I think here could be firewall issues.

Is Curl or fsock working correctly.

Dont think I needed to insert the key from anywhere, the key was in the zip file.

Did you use the self installer, or the full package

Edited by Someone
Link to comment
Share on other sites

if you use the depack it asks for a key, when i do the manual unpack on the server, I get an error on the line 44 of the installer where it asks for the version. Weird part on the license.php file it doesn't keep the same license as the one I put in, very very strange.

Link to comment
Share on other sites

What exactly is the error message at line 44

What tool are you using to view/edit the license.php (recommend ftp and not cpanel file browse)

The file not keeping its value sound like a file permission issue.

Make sure license.php has the correct value. And then upload and overwrite.

Run installer, but do it in another browser (or clear cookies), I noticed the key check stores the result in a session variable.

Another thing you can try, is to edit the libs/db.php

At line 493 insert

$licenseKey = 'keyhere';
Edited by Someone
Link to comment
Share on other sites

What exactly did not seem to work?

If it was the install.php modification, I think we are down to two things, your server can not connect to nw-engine.com or the key is somehow invalid.

To check the key goto: http://www.nw-engine.com/verify.php?l=XXXXXXXXX&sip=::1

Replace Xs with the 10 first numbers/characters of your key.

As for connection, you will have to check curl or fopen settings. They might be disabled on your server, especially if using a free server. btw cheap/free hosting accounts will suspend your account the minute you get even a little bit of players.

Link to comment
Share on other sites

Great that you got in working!

Still strange that we experienced different behaviour on this issue though!

I think the auto installer has a bug, because i deletd the files off my wamp bymistake, and when I tried to reinstall nwe, faced the problem.

I noticed two things:

1) The license page has some default license number being written even when I input my number in the installation process.

2) The db.php file is nit having any license number written at all it just has a - there.

Maybe the autoinstaller is not writting the license numbers properly.

Oh and mine stopped working again, gotto try and fix it :/

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