Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9170

Unable to get image size in img bbcode when URL has multiple parameters.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Posting
    • None

      I'm trying to put the image in bbcode like this:

      [img]http://forum.kia-club.ru/gallery/image.php?album_id=18&image_id=23662[/img]

      and get the error message: "It was not possible to determine the dimensions of the image."
      Fixed by change in the includes/message_parser.php the string

      			$stats = @getimagesize($in);

      to

      			$stats = @getimagesize(html_entity_decode($in));

            bantu Andreas Fischer [X] (Inactive)
            nissin nissin [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: