• I can’t open Dashboard>Tools>Easy Watermark>Tools,
    and get error feedback:

    PHP Warning: Trying to access array offset on value of type bool in /home/domain/public_html/wp-content/plugins/easy-watermark/src/classes/AttachmentProcessor/AttachmentProcessorGD.php on line 524
    PHP Warning: Trying to access array offset on value of type bool in /home/domain/public_html/wp-content/plugins/easy-watermark/src/classes/AttachmentProcessor/AttachmentProcessorGD.php on line 525

    the code at AttachmentProcessorGD.php:

        $offset_x = $this->compute_offset( $this->get_position( $watermark->alignment, 'x' ), $watermark->offset['x'], $image_size['width'], $text_size['width'] );
        $offset_y = $this->compute_offset( $this->get_position( $watermark->alignment, 'y' ), $watermark->offset['y'], $image_size['height'], $text_size['height'] );

    PHP version:8.1.30

    • This topic was modified 3 weeks, 2 days ago by Todd White.
  • You must be logged in to reply to this topic.