Error : El planeta principal no existe !

Joined
Jan 2, 2014
Messages
4
Reaction score
1
Good evening everybody.

Here is the noob of mine ! :')

I've installed the XNova Revolution 5.94s release, and everybody was going well until we spot some bufs ...

- first, all the technology are at 18 min in time to dev them
- second, when you attack, you don't get ressource


- and last but not least (the one i'm here for ! ) : when new players want to subscribe, they can't enter in the game. Indeed, their planet do not exist !
Here are the exact words :

Code:
[TABLE]
[TR]
[TH][COLOR=#0000aa]Xnova Kernel Error[/COLOR]

[/TH]
[/TR]
[TR]
[TD] [/TD]
[/TR]
[TR]
[TD][B]Error: [/B]El planeta principal no existe!_
[B]File: (my way)[/B]/www/includes/common.php_
[B]Line: [/B]140_
[B]PHP-Version: [/B]5.3.14_
[B]PHP-API: [/B]apache2handler_
[B]XNOVA Version: [/B]5.9 Redesign_

[B][COLOR=red]Debug Backtrace:[/COLOR] [/B]
#0 ./game.php(28): require()
#1 {main}_
[/TD]
[/TR]
[/TABLE]

The filmes common.php and game.php are exactly the same that at the early game (when ppl could register without a problem ! )

Do you guys have any idea ?

Thanks a lot for your help, and sorry for my bad english :3
 
Well I've finaly found a fix to this last problem !

In index.php, at the root of your game, find
Code:
if ($LastSettedSystemPos > $CONF['max_system']) {

and replace it by

Code:
if ($LastSettedSystemPos == MAX_SYSTEM_IN_GALAXY) {

And it should normally work !

Have a nice day =)
 
Thanks for letting us know. :)
 
No problem. If you need some kind of help on these releases, you can post on this forum taht I'll try to animate witout making too much typos mistakes ! =)
 
Back