Support » Plugin: watermark » Undefined Offset

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Protect Uploads

    (@alticreation)

    Hi Christine,

    Thanks for the report, I will fix it as soon as possible !
    Seems like you have a problem reading the htaccess file, do you have any clue why ? Is it a problem of access on your server ?

    Thanks, hope the plugin will be helpfull.

    Thread Starter Squirrel

    (@mossyoak)

    I think you are right- the error is on my end. I remembered I had put a HTACCESS in the uploads folder with the following code restricting certain types of uploads:

    # secure uploads directory
    <Files ~ ".*\..*">
    	Order Allow,Deny
    	Deny from all
    </Files>
    <FilesMatch "\.(jpg|jpeg|jpe|gif|png|pdf|css|mov|mp4|mp3|mpeg|wmv)$">
    	Order Deny,Allow
    	Allow from all
    </FilesMatch>

    After removing this the error went away.
    I must be restricting a type of file your plugin needs in the uploads maybe?

    Plugin Author Protect Uploads

    (@alticreation)

    Christine,

    I don’t think you have to modify your htaccess, but you should add the content of the htaccess generated by the plugin below the lines of your previous htaccess. Merge them together, and it should work properly.

    Let me know please !
    Thanks.

    Thread Starter Squirrel

    (@mossyoak)

    I will have a go later today 🙂

    Thread Starter Squirrel

    (@mossyoak)

    I did what you suggested (sorry a bit later than I said) and I’ve seen no error since. Thanks for troubleshooting this for me 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Undefined Offset’ is closed to new replies.