pixelead0 / tmdb_v3-PHP-API-

Wrapper in PHP for The Movie Data Base version 3
119 stars 84 forks source link

getImageURL not working #75

Open nvsmith34 opened 3 years ago

nvsmith34 commented 3 years ago

When I call getImageURL() to get an image, I receive the error:

PHP Warning: Undefined array key "images" in /srv/http/StreamableTest/tmdb_v3-PHP-API--master/controller/classes/config/APIConfiguration.php on line 40

why would 'images' not be defined?