Page 1 of 1

Serial Key Wrong?

Posted: Sun Feb 09, 2014 1:21 am
by DeathXXX
so i put in my serial key like this *myserialKey with the minus and it says it dont work so i treid withought and i get a error and it akes me to index and gives me more errors?

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 2:00 am
by KyleMassacre
thanks for giving everyone your license key. but to answer your question you need to remove the "-" from there otherwise it will show as invalid

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 2:31 pm
by DeathXXX
i did but i got a errror it says invalid arguement?

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 3:16 pm
by KyleMassacre
Can you post a screen shot or copy/paste your error because it may not even be that? Your lacking some descriptions so we cant effectively troubleshoot what is going on here.

For example my license.php looks like this:

Code: Select all

$engineLicenseKey='5a64edabc9358c603103053a3c600a88';
 
So as long as you copy and paste your engine key from your nw-engine account like that then theoretically it should be valid. This is why I think that something else may actually be going on here.
And dont worry people, this isnt a valid engine key

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 3:54 pm
by hallsofvallhalla
hey thats my key!!!


hehehe j/k


is your PC where you are working on the game able to ping the servers to check if its a good key?

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 4:09 pm
by KyleMassacre
hallsofvallhalla wrote:hey thats my key!!!


hehehe j/k


is your PC where you are working on the game able to ping the servers to check if its a good key?
Ohhhh good point. Now with that being said, are you running locally or live? If you are running locally you can enable offline mode and see if that fixes your problem. The only thing with that is you probably wont be able to connect to the marketplace to install modules. Since apparently you are unable to login to your game you can try

Code: Select all

UPDATE  `module_config_values` SET  
    `value` =  'true'  WHERE  
    `module` =  'admin_panel' AND 
    `name` =  'workOffline';
in your PMA or whatever you use and see if that yields some solid results for now in regards to trouble shooting.

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 6:00 pm
by DeathXXX
no i am using cpanel host online and ok 1 mins

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 6:07 pm
by DeathXXX
i get this error
Warning: gzuncompress(): data error in /home/mafiahav/public_html/depack.php on line 168

Warning: Invalid argument supplied for foreach() in /home/mafiahav/public_html/depack.php on line 169
Unpacked, now will run the installer. Please wait...

then it redirects me to index.php and i get this error
Warning: include(config/license.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 28

Warning: include(config/license.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 28

Warning: include(): Failed opening 'config/license.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mafiahav/public_html/index.php on line 28

Warning: include(libs/hooks.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 29

Warning: include(libs/hooks.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 29

Warning: include(): Failed opening 'libs/hooks.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mafiahav/public_html/index.php on line 29

Warning: include(install/installer.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 36

Warning: include(install/installer.php): failed to open stream: No such file or directory in /home/mafiahav/public_html/index.php on line 36

Warning: include(): Failed opening 'install/installer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mafiahav/public_html/index.php on line 36

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 6:21 pm
by DeathXXX
oh the codes right but for some reason i upload and dont get all the files lol

Re: Serial Key Wrong?

Posted: Sun Feb 09, 2014 6:57 pm
by KyleMassacre
try just downloading the full source and installing it that way