MyBB Community Forums

Full Version: Servers board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-08-29, 02:27 AM)hed320 Wrote: [ -> ]The server board was working fine until two days ago now i have that the modal window doesnt open when clicking on the player count the window does get created in html but i seem to be getting an javascript error:
Uncaught TypeError: $(...).appendTo(...).modal is not a function
Which is about this line:
$(html).appendTo('body').modal(options);
http://www.hedx.nn.pe if you want to see for yourself.

it is no plugin problem
(2015-08-29, 12:53 PM)Supryk Wrote: [ -> ]
(2015-08-29, 02:27 AM)hed320 Wrote: [ -> ]The server board was working fine until two days ago now i have that the modal window doesnt open when clicking on the player count the window does get created in html but i seem to be getting an javascript error:
Uncaught TypeError: $(...).appendTo(...).modal is not a function
Which is about this line:
$(html).appendTo('body').modal(options);
http://www.hedx.nn.pe if you want to see for yourself.

it is no plugin problem

Any clue to what it might be then.
it is something wrong on jQuery scripts on your headerinclude
Getting this issue, when trying to add all 6 of my css servers onto the serverboard. Seems sometimes the servers that have the same IP but different port are messing it up.

Warning [2] Invalid argument supplied for foreach() - Line: 756 - File: admin/modules/config/serversboard.php PHP 5.4.44 (Linux)

/admin/modules/config/serversboard.php 756 errorHandler->error
/admin/index.php 766 require

http://puu.sh/jTCIZ/9be0392d75.png
http://puu.sh/jTCNc/cb0e923586.png
(2015-08-30, 08:00 AM)kabooms31 Wrote: [ -> ]Getting this issue, when trying to add all 6 of my css servers onto the serverboard. Seems sometimes the servers that have the same IP but different port are messing it up.

Warning [2] Invalid argument supplied for foreach() - Line: 756 - File: admin/modules/config/serversboard.php PHP 5.4.44 (Linux)

/admin/modules/config/serversboard.php 756 errorHandler->error
/admin/index.php 766 require

http://puu.sh/jTCIZ/9be0392d75.png
http://puu.sh/jTCNc/cb0e923586.png

Forum url?
Servers IPs?
Hey, for some reason, its querying my server as offline. Its a Garry's Mod server. Any idea why and could
I get some help?

Thanks Smile
[Image: 731528bc8ab9ddf2a4a9cdeedfa7dec7.png]
(2015-08-30, 01:58 PM)TheZeroMan123 Wrote: [ -> ]Hey, for some reason, its querying my server as offline. Its a Garry's Mod server. Any idea why and could
I get some help?

Thanks Smile
[Image: 731528bc8ab9ddf2a4a9cdeedfa7dec7.png]



try this ip

185.38.148.140:27105 gmod
(2015-08-30, 07:05 AM)Supryk Wrote: [ -> ]it is something wrong on jQuery scripts on your headerinclude

Thx i managed to fix it it was indeed something wrong in the headerinclude.
Added 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> 
Which was said to be needed by another plugin but this managed to break your plugin  Dodgy
(2015-08-30, 05:23 PM)hed320 Wrote: [ -> ]
(2015-08-30, 07:05 AM)Supryk Wrote: [ -> ]it is something wrong on jQuery scripts on your headerinclude

Thx i managed to fix it it was indeed something wrong in the headerinclude.
Added 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> 
Which was said to be needed by another plugin but this managed to break your plugin  Dodgy
in mybb 1.8 we have included jQuery lib, dont need another
(2015-08-30, 02:50 PM)Supryk Wrote: [ -> ]
(2015-08-30, 01:58 PM)TheZeroMan123 Wrote: [ -> ]Hey, for some reason, its querying my server as offline. Its a Garry's Mod server. Any idea why and could
I get some help?

Thanks Smile
[Image: 731528bc8ab9ddf2a4a9cdeedfa7dec7.png]



try this ip

185.38.148.140:27105 gmod
Not working. Any other suggestions?