• Resolved mpojalow

    (@mpojalow)


    Hello author

    after the last update I get error messages in the logs from my hosting. There are a lot of these lines and they fill the entire log file. I am pasting you a few sample lines from the logo.

    Despite these errors, the plugin seems to work fine on my website and loads all 700 photos: https://krakowznieba.pl/krakow-zdjecia-z-drona/

    The latest Geo plugin and the old NextGen version 3.30 which worked very well with your plugin so far but now generates these errors:

    2023-11-25 11:45:14.525870 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0711.jpg): Process tag(x0132=DateTime): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.525886 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0711.jpg): Process tag(x9003=DateTimeOriginal): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.525901 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0711.jpg): Process tag(x9004=DateTimeDigitized): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.526001 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0708.jpg): Process tag(x0132=DateTime): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.526021 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0708.jpg): Process tag(x9003=DateTimeOriginal): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.526039 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0708.jpg): Process tag(x9004=DateTimeDigitized): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.526128 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0710.jpg): Process tag(x0132=DateTime): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n
    2023-11-25 11:45:14.526148 [NOTICE] [31052] [T0] [83.238.213.28:51647:HTTP2-2025#APVH_www.krakowznieba.pl:443] [STDERR] PHP Warning: exif_read_data(krakow-gps0710.jpg): Process tag(x9003=DateTimeOriginal): Illegal format code 0x0000, suppose BYTE in /home/marcinpoj/domains/krakowznieba.pl/public_html/wp-content/plugins/nextgen-gallery-geo/functions.php on line 478\n

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pawel

    (@pablo2)

    Thank you. That’s something new. I will check tomorrow.

    Often PHP warnings can be ignored or switched off but better if they are not there.

    Plugin Author Pawel

    (@pablo2)

    Hi,

    It seems that there is some incorrect and unexpected character in the date-time data in your files. The PHP function exif_read_data() can acquire it but shows a warning when doing it.

    I noticed that there is 1 less character i.e. in the “DateTime” here:

    [“DateTime”]=> string(20) “2023:05:11 00:58:25”

    One invisible character was added. I suppose that either it was added incorrectly by the camera or later by the software postprocessing it.

    There are only a few posts about similar errors: https://github.com/pel/pel/issues/174

    I added an error handling in a different recommended online way. The error appeared because I removed an error suppression which was not recommended. This revealed it. Now these errors appear in the browser console. In general, it would be better to get a read of them.

    I amended one of the photos by adding a description in Photoshop. It seems this helped because after uploading it to WordPress error disappeared.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘errors on the server after update’ is closed to new replies.