marinafink / noshcuisine

Nosh Cuisine is a semester project by Marina Fink which includes an interactive website where users can create a profile, search for recipes and upload their own recipes.
1 stars 0 forks source link

image is not displayed under add_favorite.php error message #23

Open marinafink opened 1 year ago

marinafink commented 1 year ago

Description: If a user wants to add or remove a recipe to their favorites while logged out, then an error message comes up saying that they need to log in first. The image that should appear along with this error message is not displayed. Only the alt text can be seen.

Steps to Reproduce:

  1. Visit https://mars.iuk.hdm-stuttgart.de/~mf177/ueberuns.php (username: mf177, password: M5fFm67#ar)
  2. make sure that you are not logged in on the nosh cuisine website
  3. Try to add the very first recipe on the index page to your favorites by clicking on the orange heart on the recipe card

Expected Result: After trying to add a recipe to favorites while logged out, an error message appears along with a picture of some food.

Actual Result: If you try to add a recipe to favorites while logged out, an error message appears. However, there is no image below the error message, only the alt text is displayed.

Image

Configuration:

marinafink commented 1 year ago

The wrong image source was linked in the code. This has been corrected and the image is now displayed.