3.2 & 3.3 Extensions Database 3.2 / 3.3Image Upload

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6472
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

Version 1.0.4 does not include the version ssl check.
Install the 1.0.5 version. :thumbup:

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Firefox

Re: Image Upload

Post by Scanialady »

Thank you for the update. Fine that we can delete images now :D

Unfortunately it seems not to solve the problem with mixed language in ACP.

I am sure now it is something with Collapsible Categories (phpBB Extension v. 1.0.2 from CDB) and Image Upload or another of your extensions together. May be Quotes Collection? Is collapsible, too.

All is fine as long I do not activate Collapsible Categories together with one of yours. Seems, there is another conflict (classes?). If I deactivate your extensions OR Collapsible Categories the mixed language ist gone. Strange.

I researched for error messages with my browsers inspector and found:
ReferenceError: reference to undefined property "expando"
jquery.min.js:3:4174
ReferenceError: reference to undefined property "nodeName"
jquery.min.js:2:31306
SyntaxError: applying the 'delete' operator to an unqualified name is deprecated
admin.js:13:8
ReferenceError: reference to undefined property "jQuery111009666297325613871"
jquery.min.js:2:31950
ReferenceError: reference to undefined property "triggered"
jquery.min.js:3:6403
ReferenceError: reference to undefined property "undefined"
jquery.min.js:3:563
ReferenceError: reference to undefined property "triggered"
jquery.min.js:3:4699
ReferenceError: reference to undefined property "result"
jquery.min.js:3:8206
Source-Map-Fehler: TypeError: NetworkError when attempting to fetch resource.
Ressourcen-Adresse: moz-extension://7aa2264d-b569-491c-91cd-3e6d53212ca2/content/js/purify.min.js
Source-Map-Adresse: purify.min.js.map
Don't know what that means, but I hope it helps to find the conflict.

Here the updated german language files
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
If you want to get German translations for extensions: ask me.

User avatar

Solidjeuh
Users
Users
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Image Upload

Post by Solidjeuh »

Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Firefox

Re: Image Upload

Post by Scanialady »

I noticed: if you give to a group following permissions:

can upload images - no/never
can delete images - yes

the user can not see the images he has uploaded and delete them. Would be fine if you can change it.
With GDPR it is better he can. He don't need to upload new images, but he must be able to delete his own stuff at every time.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6472
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

Scanialady wrote: 18 Apr 2018, 20:00 I noticed: if you give to a group following permissions:

can upload images - no/never
can delete images - yes

the user can not see the images he has uploaded and delete them. Would be fine if you can change it.
With GDPR it is better he can. He don't need to upload new images, but he must be able to delete his own stuff at every time.
Ok to fix it:
imageupload_info.php
Find This may be a partial find and not the whole line

Code: Select all

'auth'	=> 'ext_dmzx/imageupload && acl_u_image_upload',
Replace with Replace the preceding lines with the following

Code: Select all

'auth'	=> 'ext_dmzx/imageupload',
Reinstall the ext.
Will remove it in next release also.

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 7 Opera

Re: Image Upload

Post by ivailo95 »

Suggestion:
Add check box here some stuff
check box
Scroll down
Options: Mark all , Unmark all
Delete marked
Image
users can delete more than one picture at once
Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Image Upload

Post by Scanialady »

dmzx wrote: 19 Apr 2018, 10:07
Scanialady wrote: 18 Apr 2018, 20:00 I noticed: if you give to a group following permissions:

can upload images - no/never
can delete images - yes

the user can not see the images he has uploaded and delete them. Would be fine if you can change it.
With GDPR it is better he can. He don't need to upload new images, but he must be able to delete his own stuff at every time.
Ok to fix it:
imageupload_info.php
Find This may be a partial find and not the whole line

Code: Select all

'auth'	=> 'ext_dmzx/imageupload && acl_u_image_upload',
Replace with Replace the preceding lines with the following

Code: Select all

'auth'	=> 'ext_dmzx/imageupload',
Reinstall the ext.
Will remove it in next release also.
The imageupload_info.php is there twice - acp and ucp. Have I to change both or only UCP?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6472
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Image Upload

Post by dmzx »

Only UCP :thumbup:

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Image Upload

Post by Scanialady »

Hmm...ok, seems not to work with deactivate/activate - user can still not see his images. Delete data would delete all images we have now, I think. :cry: Thats not the best idea. But thanks for your answer.

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 7 Opera

Re: Image Upload

Post by ivailo95 »

Scanialady wrote: 21 Apr 2018, 12:47 hmm...ok, seems not to work with deactivate/activate - user can still not see his images. Delete data would delete all images we have now, I think. :cry: Thats not the best idea. But thanks for your answer.
to evade deletion of all image you uploaded just deactive this ext and upload newest version then active it again :thumbup:

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Image Upload

Post by Scanialady »

As you quoted: thats what I have done ;-)

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6472
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

First post updated

User avatar

rammstein
Users
Users
Posts: 78
Joined: 13 Mar 2015, 19:08
    Windows 10 Firefox

Re: Image Upload

Post by rammstein »

Hello
I have a draper in Image Upload

B Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/event/listener.php on line 263: getimagesize(./ext/dmzx/imageupload/files/b2b94c7f25128748cc0c8a1ff83ea3f8.png): failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/event/listener.php on line 263: getimagesize(./ext/dmzx/imageupload/files/602ff6074267f6de68377d7c080f3688.jpg): failed to open stream: Permission denied

Warning: in file [ROOT] /ext/dmzx/imageupload/controller/imageupload.php on line 223: getimagesize (./ ext / dmzx / imageupload / files // 3cd4192c1674a05083506f15eecc105a.png): failed to open stream: Permission denied

who do you mean?


vfrblue
Users
Users
Posts: 17
Joined: 25 Feb 2017, 02:15
    Windows 10 Chrome

Re: Image Upload

Post by vfrblue »

Hello,
I have a little problem with "Image Upload". If a user changes his board language, not all extensions and areas are translated. For example, "Board-Index", "Who is online" and "Quick links" remain in the system language (in this case German).
If I deactivate "Image Upload", everything is displayed correctly. The conflict exists with the extension "Collapse Forum Categories" by "phpBB". If this Ext. is deactivated, everything is also displayed cleanly.

Translated with www.DeepL.com/Translator

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Image Upload

Post by Scanialady »

I reported the same problem here: Image Upload

Post Reply Previous topicNext topic