Page 1 of 1

[BGA] big problem: cannot put the version in live.

Posted: 03 December 2016, 22:31
by Rudolf
Hello,
Since this afternoon, I cannot put the running version from Studio to Live....

Got this message on compiler:

Sending games/darkagent/darkagent.game.php
svn: Commit failed (details follow):
svn: File or directory 'darkagent.game.php' is out of date; try updating
svn: resource out of date; try updating
HAL says: done.

I've tried to erase and replace the file, no effect...
BTW, the game is running well on studio... I don't understand why there is this troubleshooting...
Any idea?

Re: [BGA] big problem: cannot put the version in live.

Posted: 04 December 2016, 14:53
by Een
Hi Rudolf,
Should be good now (sourisdudesert updated the file for php7, and this created a version conflict with the studio)
Please update your file to take his change into account (see diff below).

Code: Select all

class DarkAgent extends Table
{
-       function DarkAgent( )
+       function __construct( )

Re: [BGA] big problem: cannot put the version in live.

Posted: 04 December 2016, 23:49
by Rudolf
Thanks een!!!
(and especially thanks for this job done Sunday ;) )