Search found 7 matches

by zigareth
14 November 2020, 16:40
Forum: Developers
Topic: State type "game" and nextState()
Replies: 1
Views: 423

State type "game" and nextState()

Hi, As per the following documentation (https://en.doc.boardgamearena.com/Your_game_state_machine:_states.inc.php#type), nothing forbids a transition to be done to a "game" typed state. Doing this : ziga.game.php : function action_waitRoll() { $this->gamestate->nextState(); } With such SM ...
by zigareth
14 November 2020, 11:38
Forum: Developers
Topic: chmod related PHP error is returned by ajaxCall()
Replies: 2
Views: 563

Re: chmod related HPP error is returned by ajaxCall()

Victoria_La wrote: 14 November 2020, 01:10 i think its just random error, can you reproduce it?
Not today, 100% reproducible yesterday night though !
Will keep you posted if I reproduce it.
Thank you for your feedback !
by zigareth
13 November 2020, 23:44
Forum: Developers
Topic: chmod related PHP error is returned by ajaxCall()
Replies: 2
Views: 563

chmod related PHP error is returned by ajaxCall()

Good evening, The following payload is returned after calling an action through ajaxCall() on the client side : <br /> <b>Warning</b>: chmod() has been disabled for security reasons in <b>/usr/share/php/Log/file.php</b> on line <b>223</b><br /> {"status":"0","error":&qu...
by zigareth
13 November 2020, 23:33
Forum: Developers
Topic: ajaxCall() does'nt check parameters
Replies: 1
Views: 316

ajaxCall() does'nt check parameters

I can observe the following in the DevTools when calling ajaxCall() in one of the handled states in onEnteringState() of my ziga.js file : ly_studio.js:formatted:26994 Uncaught TypeError: Cannot set property 'table' of undefined at Object.ajaxcall (ly_studio.js:formatted:26994) at HTMLInputElement.<...
by zigareth
31 October 2020, 22:51
Forum: Developers
Topic: "Express start" not available anymore
Replies: 4
Views: 976

Re: "Express start" not available anymore

Een wrote: 31 October 2020, 21:58 Select manual mode :)
Ohhh, just understood what you meant by "manual mode".
I don't know how this moved to automatic, probably because I played a game with my main account !
Switched to manual mode and recovered the developer features, thank you !
by zigareth
31 October 2020, 22:47
Forum: Developers
Topic: "Express start" not available anymore
Replies: 4
Views: 976

Re: "Express start" not available anymore

I can see express start on my games, are you logged in as your devuser0 account? You are starting your own game right? Not actual hearts? Absolutely, I'm logged as my XXXX0 account, and playing my own game (not hearts). I access my game through Control Panel > Manage Games > Tuto (the name of my ga...
by zigareth
31 October 2020, 20:54
Forum: Developers
Topic: "Express start" not available anymore
Replies: 4
Views: 976

"Express start" not available anymore

Hello, Nice to be here in the fourm. I've been reading the Dev Manual, and setup the SFTP, included in in Visual Studio Code for synchronization. As soon as I added a new file in the /img (as per the hearst tutorial), I can not start a game in "Developer mode". I don't have access to "...

Go to advanced search