Search found 22 matches

by Harry_Tuttle
01 June 2026, 06:32
Forum: Developers
Topic: How do I get _ide_helper.php?
Replies: 5
Views: 97

Re: How do I get _ide_helper.php?

Nevermind. I found them.
by Harry_Tuttle
31 May 2026, 18:08
Forum: Developers
Topic: How do I get _ide_helper.php?
Replies: 5
Views: 97

Re: How do I get _ide_helper.php?

I have the same issue. I am also missing the bga-framework.d.ts. They apparently did not came with the setup in my case. Where can I get them. Can I download them somewhere?
by Harry_Tuttle
16 May 2026, 09:19
Forum: Backgammon
Topic: Blocking Table
Replies: 10
Views: 201

Re: Blocking Table

And I can not cancel the blocking table, because I can't reach the site at all. You should be able to quit the game from here: https://boardgamearena.com/table?table=849768184 As both I and Tuut Tuut is Luut said, this will cause a loss of Elo and replace both of which should be easily regainable a...
by Harry_Tuttle
16 May 2026, 06:24
Forum: Backgammon
Topic: Blocking Table
Replies: 10
Views: 201

Re: Blocking Table

Yes, only the arena backgammon tables are affected. I just tried to propose to abandon the tabel on one of the other tables, but even that is not possible. And I can not cancel the blocking table, because I can't reach the site at all. I don't know what's going on, but backgammon is quite unstable s...
by Harry_Tuttle
15 May 2026, 18:08
Forum: Backgammon
Topic: Blocking Table
Replies: 10
Views: 201

Re: Blocking Table

Yes exactly. Thank you for posting the link. But the worst part is, that I can not play in most of my other matches. It says I have to play first in the blocked game, which is obviously not possible.
by Harry_Tuttle
15 May 2026, 06:43
Forum: Backgammon
Topic: Blocking Table
Replies: 10
Views: 201

Blocking Table

I already reported the bug, but nothing happens, while slowly my time runs out on several other tables. I can not load 849768184. While I can't play there I'm also blocked from playing on the other tables.
by Harry_Tuttle
11 September 2024, 15:17
Forum: Developers
Topic: Reversi Tutorial / Board not showing
Replies: 19
Views: 514

Re: Reversi Tutorial / Board not showing

Now it worked.

I had to close and reopen vs code, enforce the sftp sync from local to Remote. And now the table is there.

Not sure why it didn't work before.

And thanks, I joined the discord.
by Harry_Tuttle
11 September 2024, 14:25
Forum: Developers
Topic: Reversi Tutorial / Board not showing
Replies: 19
Views: 514

Re: Reversi Tutorial / Board not showing

make sure the file on the FTP folder was correctly updated
I struggled with this before? How can I make sure? I have set up vscode that updates happen automatically like described.
by Harry_Tuttle
11 September 2024, 13:53
Forum: Developers
Topic: Reversi Tutorial / Board not showing
Replies: 19
Views: 514

Re: Reversi Tutorial / Board not showing

So I folowed along the wiki and added: CREATE TABLE IF NOT EXISTS `board` ( `board_x` smallint(5) unsigned NOT NULL, `board_y` smallint(5) unsigned NOT NULL, `board_player` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`board_x`,`board_y`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; to the dbmodel.sql. I st...
by Harry_Tuttle
10 September 2024, 08:26
Forum: Developers
Topic: Reversi Tutorial / Board not showing
Replies: 19
Views: 514

Re: Reversi Tutorial / Board not showing

Ahhh, I see. Thanks for clarifying. I will follow the wiki version than.

Go to advanced search