Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9170

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • Posting
    • None

    Description

      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));

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: