• I’m trying to work with your plugin because it’s perfect for what I’m looking for, but I’m not able to make it run properly.

    – My hosting is 1&1
    – If I try type=’media’ then I get theese errors for each element:

    Warning: filesize(): stat failed for /kunden/homepages/ …blablabla… .jpe in /homepages/ …blablabla… /wp-content/plugins/gallerylink/inc/GalleryLink.php on line 384

    Warning: stat(): stat failed for /kunden/homepages/ …blablabla… /wp-content/uploadshomepages …blablabla… .jpe in /homepages/ …blablabla… /wp-content/plugins/gallerylink/inc/GalleryLink.php on line 387

    Ok, doesn’t matter, I can do through type=’dir’ and filter with exclude_file, but… exclude_file doesn’t exclude any file, it doesn’t matter whatever I write as parameters (in fact the example parameters are perfect for me), but allways appears every pic and video in the directory /wp-content/uploads

    – Also I have to put set=’all’, because if I put set=’album’ doesn’t apper any pic, and it wouldn’t be a problem if could use exclude_file, but it doesn’t work for me.

    – In fact if I use your sample code for exclude_file, it shows me under everythign: x[0-9].)’]

    So… what can I do with all this mess?

    Thank you !!

    https://wordpress.org/plugins/gallerylink/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Hi.
    For warning.
    The action is temporary, but please set (filesize_show = ‘Hide’) (stamptime_show = ‘Hide’). For the problem is being corrected now.

    For exclude_file.
    If you specify the / wp-content/uploads, because there is a variety of files. You would to specify a file of them is required. In the case of the example is a regular expression to not display the thumbnail. To suit your environment, Please write a regular expression.

    Thread Starter Preachertel

    (@preachertel)

    about warnings:

    – Unless I change file to 777 continue the 2 warnings for each file (thumbs+original file).
    – If I put them 777 it still shows 2 warnings but just for the original pic.

    about exclude_file:

    – I don’t understand, because in that directory there are the thumbnails, and in fact I don’t want to show them, so I really want your regular expression, but… when I use it the website shows “x[0-9].’]” at bottom, and it doesn’t work.

    Thank you very much !!

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    about exclude_file:
    Suffix of the thumbnail in your environment, has become like a “-80×80.jpg” ?
    And if not, no effect (-[0-9]*[0-9]*x.)
    Please check.

    Thread Starter Preachertel

    (@preachertel)

    yes, they are like this:

    thumbs:
    wpid-{date}_{hour}-{resx}x{resy}.jpg

    orig:
    wpid-{date}_{hour}.jpg

    example:

    thumbs:
    wpid-20140607_233122-150×100.jpg
    wpid-20140607_233122-168×300.jpg

    orig:
    wpid-20140607_233122.jpg

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

The topic ‘Fail !!’ is closed to new replies.