Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1398
    R L
    Participant

    Warning: getimagesize(//wp-content/uploads//wp-content/uploads/test-image-logo.png) [function.getimagesize]: failed to open stream: No such file or directory in /wp-content/plugins/image-watermark/image-watermark.php on line 1105

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/image-watermark/image-watermark.php:1105) in /wp-includes/pluggable.php on line 899

    #1399
    R L
    Participant

    solution that worked for me:

    line 1105 @ image-watermark.php, change:

    $url = $upload_dir[‘basedir’].DIRECTORY_SEPARATOR.$watermark_file[‘file’];

    to

    $url = $watermark_file[‘file’];

    #1402
    R L
    Participant

    Strange thing, after changing in media setting to put files in monthly ordered folders plugin works on original code

    #1425
    Bartosz
    Keymaster

    Hi RL.

    The thing is that if you changed the files directory name or changed the media settings for files to be ordered monthly, it doesn’t mean that your files were moved to the appropiate folders too. They didn’t. That’s why your files paths are broken and start working again after you switch to the previous settings.

    Can you cofirm that?

    #1444
    R L
    Participant

    I confirm :) you are 100% right, i did not think about that. Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.