Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted (edited)

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
Posted

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.

Posted (edited)

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
Posted

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.

Posted

So I did the key check link, that worked and it showed it is registered to me. So we know the key is valid I've done the removing cookies etc, I'll try a couple of the other steps.

Posted

Solved,

So I did the depack file got the "license not valid error" on the index page, went into the license.php, that was wrong so I updated that, went into the libs folder, updated the db.php file on line 493 with my key, that was wrong too. Voila up and running.

Posted

Ahh I got it working as well! :D

Just having a small problem, when I try to access my phpmyadmin it gives me an error saying : You don't have permission to access /phpmyadmin/ on this server.

Any idea what could be wrong?

I am using the WAMP server on my PC :)

Posted
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 :/

Posted

1) Might be a bug

2) The license is normally not stored in db.php, just a hack I posted to minimize what can go wrong.

Id go for the the full version install, just download, unzip and copy the extracted folder to htpdocs

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