microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Fix movies.php page #102

Closed microl44 closed 2 months ago

microl44 commented 2 months ago

Movies.php currently displays a PDO error, as the table/view doesn't exist anymore (as of database refactoring).

Solution should look like before it was broken, which displayed the movie covers, movie titles and movie descriptions in small cards. Should in theory be easier as all information should be in the movie table.