alhrock / phptvdb

Automatically exported from code.google.com/p/phptvdb
0 stars 0 forks source link

Strict Standards #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I downloaded version 1.0.3 and had the following errors:
Strict Standards: Non-static method TVDB::fetchData() should not be called 
statically in C:\xampp\htdocs\TVDB\TVDB.class.php on line 100
and
Strict Standards: Non-static method TVDB::request() should not be called 
statically in C:\xampp\htdocs\TVDB\TV_Shows.class.php on line 41

You have to add static to both function and everythink is fine.
In file TVDB.class.php in line 74 and line 47

Happens only if you have all errors on!

Original issue reported on code.google.com by arnulf.m...@gmail.com on 23 Apr 2012 at 12:33

GoogleCodeExporter commented 8 years ago
Fixed in 1.0.4

Original comment by ryan.doherty on 16 Nov 2012 at 6:13