Site
Home / Forum / General Discussion / Bugs reporting

Bugs reporting


Posted: 07 Jan 2018 11:05

ovokx
Posts: 830
Joined: Jan 2017

Error displayed while trying to edit any soccer player:

Fatal error: Uncaught Error: Call to undefined method ezSQL_mysqli::sql_return_on_error() in C:\inetpub\thesportsdb\forum\phpbb\session.php:1580 Stack trace: #0 C:\inetpub\thesportsdb\forum\includes\functions.php(4995): phpbb\session->update_session_infos() #1 C:\inetpub\thesportsdb\forum\includes\functions.php(4083): page_header('Information') #2 [internal function]: msg_handler(512, 'Error writing f...', 'C:\\inetpub\\thes...', 272, Array) #3 C:\inetpub\thesportsdb\includes\ez_sql_mysqli.php(272): trigger_error('Error writing f...', 512) #4 C:\inetpub\thesportsdb\includes\ez_sql_core.php(230): ezSQL_mysqli->query('SELECT * FROM t...') #5 C:\inetpub\thesportsdb\edit_player.php(29): ezSQLcore->get_results('SELECT * FROM t...') #6 {main} thrown in C:\inetpub\thesportsdb\forum\phpbb\session.php on line 1580


Posted: 07 Jan 2018 11:08

ovokx
Posts: 830
Joined: Jan 2017

Error displayed while trying to add thumbs (player & event ones) or event fanart:

[phpBB Debug] PHP Warning: in file C:/inetpub/thesportsdb/uploadeventthumb.php on line 38: chmod(): No such file or directory
[phpBB Debug] PHP Warning: in file C:/inetpub/thesportsdb/uploadeventthumb.php on line 39: getimagesize(images/media/event/thumb/kdulbx1515323251.jpg): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file C:/inetpub/thesportsdb/uploadeventthumb.php on line 40: Division by zero
[phpBB Debug] PHP Warning: in file C:/inetpub/thesportsdb/uploadeventthumb.php on line 49: imagecreatetruecolor(): Invalid image dimensions
Problem In Creating image


Run out of server free space?

Posted: 09 Jan 2018 12:07

zag
Posts: 1,558
Joined: Oct 2016

Hehe, yep that will teach me to forget to turn off logging for 2 months

All fixed.

Posted: 20 Feb 2018 08:00

edalex
Posts: 88
Joined: Mar 2017

Hi there,
are tables for not team1 vs. team2 events supported?
I've trying to request f1 table for 2017 season both on site and from api and it doesn't end well.
https://www.thesportsdb.com/table.php?l=4370&s=2017

Posted: 21 Feb 2018 15:31

zag
Posts: 1,558
Joined: Oct 2016

Yep currently only supported for soccer at the moment.

I've added a message instead of erroring out on other sports.

Posted: 21 Feb 2018 16:10

edalex
Posts: 88
Joined: Mar 2017

Well, some other sports are working too i.e. hockey, baseball etc.
Upd. All non-soccer tables dissappeared.

Posted: 22 Feb 2018 22:26

edalex
Posts: 88
Joined: Mar 2017

Yep currently only supported for soccer at the moment.

I've added a message instead of erroring out on other sports.

Coulld you fix error in api too https://www.thesportsdb.com/api/v1/json/ ... 370&s=2017

Posted: 25 Feb 2018 09:08

ovokx
Posts: 830
Joined: Jan 2017

MLS new season is starting next week, but none events are created on the DB

Posted: 26 Feb 2018 00:12

edalex
Posts: 88
Joined: Mar 2017

MLS new season is starting next week, but none events are created on the DB
MLB looks started too.
What about bulk insert schedule?
I've grabbed data from api, let me know if more fields are needed.

Posted: 26 Feb 2018 00:20

edalex
Posts: 88
Joined: Mar 2017

Same schedule for NHL
Result data look comprehensive so maybe we could populate already imported games with goalscorers etc.

Posted: 26 Feb 2018 12:02

zag
Posts: 1,558
Joined: Oct 2016

Thanks, I will look at new seasons this week.

I've just been fixing this SSL problem. Site is now purely HTTPS after consultation with other metadata operators they said this was the best way to go to avoid problems.

I can finally get back to coding now

Posted: 26 Feb 2018 12:22

edalex
Posts: 88
Joined: Mar 2017


I've just been fixing this SSL problem. Site is now purely HTTPS after consultation with other metadata operators they said this was the best way to go to avoid problems.

Chrome is telling me it's trying to load scripts from untrusted locations

Posted: 26 Feb 2018 23:13

edalex
Posts: 88
Joined: Mar 2017


I've just been fixing this SSL problem. Site is now purely HTTPS after consultation with other metadata operators they said this was the best way to go to avoid problems.

Also API has https prefix for images again at least in eventsnextleague.php?id=4407

Posted: 27 Feb 2018 10:02

zag
Posts: 1,558
Joined: Oct 2016


Also API has https prefix for images again at least in eventsnextleague.php?id=4407


Yep this is deliberate, the old way broke the API for some other users.

HTTP requests should work too.

Posted: 27 Feb 2018 11:07

edalex
Posts: 88
Joined: Mar 2017



Yep this is deliberate, the old way broke the API for some other users.

HTTP requests should work too.

So now I shouldn't attach http prefix to links, right?

Posted: 27 Feb 2018 15:00

zag
Posts: 1,558
Joined: Oct 2016

It shouldn't matter as far as I know. We remove HTTP from any links submitted automatically (I think).

Both
https://www.thesportsdb.com/
and
https://www.thesportsdb.com/

Should work too.

Posted: 27 Feb 2018 15:22

edalex
Posts: 88
Joined: Mar 2017

It shouldn't matter as far as I know. We remove HTTP from any links submitted automatically (I think).

Both
https://www.thesportsdb.com/
and
https://www.thesportsdb.com/

Should work too.

I mean you've reverted your changes when links were starting from www not http/https, right?

Posted: 28 Feb 2018 11:02

zag
Posts: 1,558
Joined: Oct 2016

Yep back to how it was in the beginning, just with HTTPS now. Removing the prefix broke too many things.

Posted: 01 Mar 2018 23:43

edalex
Posts: 88
Joined: Mar 2017

Is any special need to be done to search on forum?
No term I've tried was long enough to search

Posted: 04 Mar 2018 10:38

edalex
Posts: 88
Joined: Mar 2017

php error in user profile https://www.thesportsdb.com/user/zag
Notice: Trying to get property of non-object in C:\inetpub\thesportsdb\user.php on line 101


Posted: 08 Mar 2018 23:01

edalex
Posts: 88
Joined: Mar 2017

Yep currently only supported for soccer at the moment.

I've added a message instead of erroring out on other sports.

User of my plugin is reporting about missing tables in some soccer leagues i.e. Bundesliga.2.
Results and schedules are marked as automatic there so my best guess automation is failing because of missing seasons

Posted: 10 Mar 2018 22:23

edalex
Posts: 88
Joined: Mar 2017

Php errors in https://www.thesportsdb.com/feed
Notice: Trying to get property of non-object in C:\inetpub\thesportsdb\feed.php on line 98

Notice: Trying to get property of non-object in C:\inetpub\thesportsdb\feed.php on line 98


Notice: Trying to get property of non-object in C:\inetpub\thesportsdb\feed.php on line 103

Posted: 21 Mar 2018 22:46

edalex
Posts: 88
Joined: Mar 2017

Aggregate reminder
[list=1:23g2ayy5][*:23g2ayy5] Forum search is not working[/*:m:23g2ayy5]
[*:23g2ayy5] Site is trying to load untrusted scripts[/*:m:23g2ayy5]
[*:23g2ayy5] (new) HTTP is not working (redirect to https)[/*:m:23g2ayy5]
[*:23g2ayy5] some php errors in feed and user profies noted[/*:m:23g2ayy5][/list:o:23g2ayy5]

HTTP requests should work too.


Posted: 16 Apr 2018 17:55

ovokx
Posts: 830
Joined: Jan 2017

Next soccer leagues are not imported automatically:


Belgian Jupiler League: https://www.thesportsdb.com/league.php?l=4338
Chinese Super League: https://www.thesportsdb.com/league.php?l=4359
Danish Superliga: https://www.thesportsdb.com/league.php?l=4340
Eliteserien: https://www.thesportsdb.com/league.php?l=4358
French Ligue 2: https://www.thesportsdb.com/league.php?l=4401
Mexican Primera League: https://www.thesportsdb.com/league.php?l=4350
Norwegian 1. Divisjon: https://www.thesportsdb.com/league.php?l=4457
Swedish Allsvenskan: https://www.thesportsdb.com/league.php?l=4347
Swedish Superettan: https://www.thesportsdb.com/league.php?l=4403
Turkish Super Lig: https://www.thesportsdb.com/league.php?l=4339
Ukrainian Premier League: https://www.thesportsdb.com/league/4354
Welsh Premier League: https://www.thesportsdb.com/league.php?l=4472

PS: See these links for new teams creation & team name updates that maybe are causing these errors:

https://www.thesportsdb.com/forum/viewt ... 5538#p5538
https://www.thesportsdb.com/forum/viewt ... 5537#p5537

Posted: 23 Apr 2018 14:49

zag
Posts: 1,558
Joined: Oct 2016

Thanks yep I am maintaining a list myself of these, I did try to fix them recently but some were out of season.

I will look again at some point. I thought I had fixed all the new teams though.


Who is Online?

In total there are 68 users online :: 3 registered, 0 hidden and 65 guests (based on users active over the past 5 minutes) Most users ever online was 424 on Fri Nov 10, 2017 9:02 pm

About Us

Discussion forum for TheSportsDB.com site and related topics

Rules

- Be Polite
- Respect other users
- Always post log files with issues
- Try to be helpful
- No Piracy discussion

Showing 0 to 25 (Total: 456)