[ABD] Servers Board

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Ang9l
Registered User
Posts: 13
Joined: Mon Aug 14, 2017 12:16 pm

Re: [RC] Servers Board

Post by Ang9l »

Detele extensions bug

Code: Select all

Обща грешка
SQL ERROR [ mysqli ]

Table .phpbb3serversboard' doesn't exist [1146]

SQL

SHOW COLUMNS FROM phpbb3serversboard

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 885
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 902
CALL: phpbb\db\tools\tools->sql_list_columns()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 602
CALL: phpbb\db\tools\tools->sql_column_exists()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools\tools->perform_schema_changes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 711
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 658
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 586
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 514
CALL: phpbb\db\migrator->try_revert()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 488
CALL: phpbb\db\migrator->revert_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 108
CALL: phpbb\db\migrator->revert()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 359
CALL: phpbb\extension\base->purge_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 304
CALL: phpbb\extension\manager->purge_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
nucky91
Registered User
Posts: 23
Joined: Wed Jun 21, 2017 3:04 pm

Re: [RC] Servers Board

Post by nucky91 »

What?
Token07
Registered User
Posts: 62
Joined: Thu Mar 03, 2016 4:58 pm

Re: [RC] Servers Board

Post by Token07 »

Ang9l wrote: Sat Aug 26, 2017 8:46 pm Detele extensions bug

Code: Select all

Обща грешка
SQL ERROR [ mysqli ]

Table .phpbb3serversboard' doesn't exist [1146]

SQL

SHOW COLUMNS FROM phpbb3serversboard

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 885
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 902
CALL: phpbb\db\tools\tools->sql_list_columns()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 602
CALL: phpbb\db\tools\tools->sql_column_exists()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools\tools->perform_schema_changes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 711
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 658
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 586
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 514
CALL: phpbb\db\migrator->try_revert()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 488
CALL: phpbb\db\migrator->revert_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 108
CALL: phpbb\db\migrator->revert()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 359
CALL: phpbb\extension\base->purge_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 304
CALL: phpbb\extension\manager->purge_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
You're not the first person to have that issue, but I can't replicate it. The only way I know to fix it for now is to recreate the table and then uninstall the extension.

If you can answer a couple questions, that'd help me try to figure it out:
PHP Version:
phpBB version:
Did this extension seem like it installed correctly?:
Any other extensions installed?:
If you're comfortable with SQL queries can you run

Code: Select all


SELECT * FROM `phpbb_migrations` WHERE `migration_name` LIKE '%serversboard%'
against your phpbb database and reply with the number of entries it returns?
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [RC] Servers Board

Post by chfs »

Hi Token,
please will compatible with style Elegance for 3.2

viewtopic.php?f=596&t=2419481

Thank you
I'm sorry for my english. :?
Token07
Registered User
Posts: 62
Joined: Thu Mar 03, 2016 4:58 pm

Re: [RC] Servers Board

Post by Token07 »

chfs wrote: Tue Aug 29, 2017 3:39 pm Hi Token,
please will compatible with style Elegance for 3.2

viewtopic.php?f=596&t=2419481

Thank you
It probably will be a while. I don't currently have a lot of time to do development for this extension right now.
Ang9l
Registered User
Posts: 13
Joined: Mon Aug 14, 2017 12:16 pm

Re: [RC] Servers Board

Post by Ang9l »

Token07 wrote: Mon Aug 28, 2017 1:55 pm
Ang9l wrote: Sat Aug 26, 2017 8:46 pm Detele extensions bug

Code: Select all

Обща грешка
SQL ERROR [ mysqli ]

Table .phpbb3serversboard' doesn't exist [1146]

SQL

SHOW COLUMNS FROM phpbb3serversboard

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 885
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 902
CALL: phpbb\db\tools\tools->sql_list_columns()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 602
CALL: phpbb\db\tools\tools->sql_column_exists()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools\tools->perform_schema_changes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 711
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 658
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 586
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 514
CALL: phpbb\db\migrator->try_revert()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 488
CALL: phpbb\db\migrator->revert_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 108
CALL: phpbb\db\migrator->revert()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 359
CALL: phpbb\extension\base->purge_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 304
CALL: phpbb\extension\manager->purge_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
You're not the first person to have that issue, but I can't replicate it. The only way I know to fix it for now is to recreate the table and then uninstall the extension.

If you can answer a couple questions, that'd help me try to figure it out:
PHP Version:
phpBB version: 3.1.10 > updated 3.2.1
Did this extension seem like it installed correctly?: Yes
Any other extensions installed?: Yes.
If you're comfortable with SQL queries can you run

Code: Select all


SELECT * FROM `phpbb_migrations` WHERE `migration_name` LIKE '%serversboard%'
against your phpbb database and reply with the number of entries it returns?
PHP Version:
phpBB version: 3.1.10 > updated 3.2.1
Did this extension seem like it installed correctly?: Yes
Any other extensions installed?: Yes.
dynserver
Registered User
Posts: 92
Joined: Thu Apr 06, 2017 11:06 pm

Re: [RC] Servers Board

Post by dynserver »

Hey there
I'm using
phpBB version: 3.2.1

just installed your servers board on a fresh install.. everything works but it keeps saying 0 players.
I tried the "connection test" and it displays all queried server cvars properly... as well as all online players + their names, but the MAIN index servers board shows 0/0 for the player count and no map name.

Any fix to this? :?
Mick2015
Registered User
Posts: 40
Joined: Sun Feb 02, 2014 9:58 pm
Location: Newcastle
Name: michael lambert
Contact:

Re: [RC] Servers Board

Post by Mick2015 »

Token07 wrote: Mon Aug 28, 2017 1:55 pm
Ang9l wrote: Sat Aug 26, 2017 8:46 pm Detele extensions bug

Code: Select all

Обща грешка
SQL ERROR [ mysqli ]

Table .phpbb3serversboard' doesn't exist [1146]

SQL

SHOW COLUMNS FROM phpbb3serversboard

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 885
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 902
CALL: phpbb\db\tools\tools->sql_list_columns()

FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 602
CALL: phpbb\db\tools\tools->sql_column_exists()

FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools\tools->perform_schema_changes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 711
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 658
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 586
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 514
CALL: phpbb\db\migrator->try_revert()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 488
CALL: phpbb\db\migrator->revert_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 108
CALL: phpbb\db\migrator->revert()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 359
CALL: phpbb\extension\base->purge_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 304
CALL: phpbb\extension\manager->purge_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
You're not the first person to have that issue, but I can't replicate it. The only way I know to fix it for now is to recreate the table and then uninstall the extension.

If you can answer a couple questions, that'd help me try to figure it out:
PHP Version:
phpBB version:
Did this extension seem like it installed correctly?:
Any other extensions installed?:
If you're comfortable with SQL queries can you run

Code: Select all


SELECT * FROM `phpbb_migrations` WHERE `migration_name` LIKE '%serversboard%'
against your phpbb database and reply with the number of entries it returns?
well i got this a few times as well, i think the only work around that you can or could do is to turn these options on automatically
Show GameTracker link for this server
Show the "Time Online" column in player list for this server
if i select these options while adding a server i get the error above but when i add a server without selecting these options i dont get any sort of errors at all, if i go back to edit a server thats on the list they are already selected and im thinking this is where the problem starts,
Mordekay
Registered User
Posts: 15
Joined: Fri Dec 29, 2017 8:02 pm

Re: [RC] Servers Board

Post by Mordekay »

I've made a german translation for this, but as I made it by the way I don't give it a 100% guarantee ;)
http://die-lappenbude.de/files/de.zip
User avatar
ivailo95
Registered User
Posts: 1068
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [RC] Servers Board

Post by ivailo95 »

is this ext work with 3.2.8 forum version?
cuz i installed but doesn't display how many players are in the servers
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
warmweer
Jr. Extension Validator
Posts: 11236
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: [RC] Servers Board

Post by warmweer »

ivailo95 wrote: Mon Sep 16, 2019 11:23 am is this ext work with 3.2.8 forum version?
And how could that be tested since 3.2.8 is is still in RC-stage?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28651
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [ABD] Servers Board

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension Customisations Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as "abandoned" or "in development", on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extension Customisations Team
Locked

Return to “Abandoned Extensions”