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

Game development with Board Game Arena Studio
Post Reply
User avatar
Rudolf
Posts: 566
Joined: 24 December 2011, 23:04

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

Post 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?
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

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

Post 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( )
User avatar
Rudolf
Posts: 566
Joined: 24 December 2011, 23:04

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

Post by Rudolf »

Thanks een!!!
(and especially thanks for this job done Sunday ;) )
Post Reply

Return to “Developers”