magicbug / Cloudlog

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.
http://www.cloudlog.co.uk
MIT License
460 stars 190 forks source link

Bug: Undefined variable $i in view_log/qso.php #2290

Closed rtoenniges closed 1 year ago

rtoenniges commented 1 year ago

Describe the bug By going to the eQSL page in the QSO menu the error:

A PHP Error was encountered
Severity: Warning

Message: Undefined variable $i

Filename: view_log/qso.php

Line Number: 565

showes up. After upgrade vom 2.4.4 to 2.4.5 this error occurs.

To Reproduce Steps to reproduce the behaviour:

  1. Go to Dashboard
  2. Click on a QSO that have a received eQSL card
  3. Select eQSL
  4. See error

Screenshots image

Desktop (please complete the following information):

github-actions[bot] commented 1 year ago

Uh oh! @rtoenniges, the image you shared is missing helpful alt text. Check your issue body.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

github-actions[bot] commented 1 year ago

Uh oh! @rtoenniges, the image you shared is missing helpful alt text. Check your issue body.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

phl0 commented 1 year ago

Cannot reproduce the issue here. Can you please tell which operating system, PHP version and mySQL you are using?

rtoenniges commented 1 year ago

Cannot reproduce the issue here. Can you please tell which operating system, PHP version and mySQL you are using?

Hi, my server has the following specs:

OS: AlmaLinux 8.8 PHP: 8.0.27 mySQL: MariaDB 10.3.35

phl0 commented 1 year ago

Never mind. Error found. Fixed in https://github.com/magicbug/Cloudlog/pull/2291.

rtoenniges commented 1 year ago

Thank you very much! I can confirm this works.