Install the 1.0.5 version.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
dmzx Online
- Founder

- Posts: 6472
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Version 1.0.4 does not include the version ssl check.
Install the 1.0.5 version.
Install the 1.0.5 version.
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
Thank you for the update. Fine that we can delete images now
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:
Here the updated german language files
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:
Don't know what that means, but I hope it helps to find the conflict.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
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.
If you want to get German translations for extensions: ask me.
-
Solidjeuh
- Users

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Image Upload
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
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.
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.
-
dmzx Online
- Founder

- Posts: 6472
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Ok to fix it: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.
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',Will remove it in next release also.
-
ivailo95
- Users

- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Image Upload
Suggestion:
Add check box here some stuff
check box
Scroll down
Options: Mark all , Unmark all
Delete marked

users can delete more than one picture at once
Add check box here some stuff
check box
Scroll down
Options: Mark all , Unmark all
Delete marked

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
And bring them to their knees
They'll pay for their deceit
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
The imageupload_info.php is there twice - acp and ucp. Have I to change both or only UCP?dmzx wrote: 19 Apr 2018, 10:07Ok to fix it: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.
imageupload_info.phpFind This may be a partial find and not the whole lineCode: Select all
'auth' => 'ext_dmzx/imageupload && acl_u_image_upload',Reinstall the ext.Replace with Replace the preceding lines with the followingCode: Select all
'auth' => 'ext_dmzx/imageupload',
Will remove it in next release also.
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
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.
Thats not the best idea. But thanks for your answer.
-
ivailo95
- Users

- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Image Upload
to evade deletion of all image you uploaded just deactive this ext and upload newest version then active it againScanialady 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.Thats not the best idea. But thanks for your answer.
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
As you quoted: thats what I have done ;-)
-
rammstein
- Users

- Posts: 78
- Joined: 13 Mar 2015, 19:08
Re: Image Upload
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?
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

- Posts: 17
- Joined: 25 Feb 2017, 02:15
Re: Image Upload
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
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
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
I reported the same problem here:
Image Upload