3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
Galixte de EzCom
- Users

- Posts: 39
- Joined: 04 Mar 2015, 17:26
FRENCH translation for the Image Upload extension
Hi,
this is the FRENCH translation for the Image Upload extension available on GitHub & on EzCom Community.
this is the FRENCH translation for the Image Upload extension available on GitHub & on EzCom Community.
-
Andrzej
- Users

- Posts: 3
- Joined: 16 Oct 2017, 22:32
Re: Image Upload
Hi everyone
I found a solution for a chmod 0600 error.
Just find file functions_upload.php at root/includes folder
go to line 381, after:
phpbb_chmod ($ this-> destination_file, $ chmod);
add this:
@chmod ($ this-> destination_file, 0644);

I found a solution for a chmod 0600 error.
Just find file functions_upload.php at root/includes folder
go to line 381, after:
phpbb_chmod ($ this-> destination_file, $ chmod);
add this:
@chmod ($ this-> destination_file, 0644);
-
martin
- Admin

- Posts: 5112
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
Thats not a solution thats a problem as phpbb NO LONGER has a functions_uploads.php file it uses pulp upload.Andrzej wrote: 18 Oct 2017, 17:46 Hi everyone
I found a solution for a chmod 0600 error.
Just find file functions_upload.php at root/includes folder
go to line 381, after:
phpbb_chmod ($ this-> destination_file, $ chmod);
add this:
@chmod ($ this-> destination_file, 0644);
![]()
chmod 0600 error is your host not allowing it.

-
Andrzej
- Users

- Posts: 3
- Joined: 16 Oct 2017, 22:32
Re: Image Upload
For me it is a solution, maybe someone will help too.
-
nou nou
- Donator

- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Image Upload
Hello,
I have the same issue with Subway and the login screen. I've contacted the dev to ask what could be up. Interesting that 1.0.3 is supposed to work, can I find a download of older versions somewhere?
Thanks!
[ Post made via Android ]
I have the same issue with Subway and the login screen. I've contacted the dev to ask what could be up. Interesting that 1.0.3 is supposed to work, can I find a download of older versions somewhere?
Thanks!
[ Post made via Android ]

-
nou nou
- Donator

- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Image Upload
I seem to have nailed it down.
In imageupload/styles/prosilver/theme/imageupload.css there is a bracket too many at line 72. Delete that and all is working in Subway.
EDIT: I spoke too soon. Fixed for wide screens but not for mobile. There is more weirdness in that css file... will dig further :)
In imageupload/styles/prosilver/theme/imageupload.css there is a bracket too many at line 72. Delete that and all is working in Subway.
EDIT: I spoke too soon. Fixed for wide screens but not for mobile. There is more weirdness in that css file... will dig further :)
-
martin
- Admin

- Posts: 5112
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
It does work it works great also it was made for prosilver.nou nou wrote: 20 Oct 2017, 00:36 Hello,
I have the same issue with Subway and the login screen. I've contacted the dev to ask what could be up. Interesting that 1.0.3 is supposed to work, can I find a download of older versions somewhere?
Thanks!
[ Post made via Android ]![]()
If you use another Theme then there may well be a conflict as them themes are not coded to any form of guidline infact i'm sure some one pm.d me about the login button and i posted the fix on this site.
-
nou nou
- Donator

- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Image Upload
Thanks for the input, Martin.
Sure, themes can be challenging to customize for that very reason. Subway looks nice, though and has served me well ever since it came out.
I have had absolutely terrible experiences with themes more than double the cost of that one...
I tried looking for your fix but was unsuccessful in finding it. I mostly got the extension to work, though, posted my progress here:
https://www.phpbb.com/community/viewtop ... #p14850716
As well as another problem I've encountered which has not been resolved yet (the route not found error). If you'd have any insights I'd be grateful to hear them.
Cheers.
[ Post made via Android ]
Sure, themes can be challenging to customize for that very reason. Subway looks nice, though and has served me well ever since it came out.
I have had absolutely terrible experiences with themes more than double the cost of that one...
I tried looking for your fix but was unsuccessful in finding it. I mostly got the extension to work, though, posted my progress here:
https://www.phpbb.com/community/viewtop ... #p14850716
As well as another problem I've encountered which has not been resolved yet (the route not found error). If you'd have any insights I'd be grateful to hear them.
Cheers.
[ Post made via Android ]

-
nou nou
- Donator

- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Image Upload
OK so everything works, apart from that uploaded images have 0000 set as their permission, so I cannot load them.
The code seems to be there to set permissions to 0644, my host is allowing permissions to be set, all php scripts run as cgi.
Any further ideas, anyone?
The code seems to be there to set permissions to 0644, my host is allowing permissions to be set, all php scripts run as cgi.
Any further ideas, anyone?
-
martin
- Admin

- Posts: 5112
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
It's a server related issue as it works on most hosts it also works on private servers with no problems so the out come is some hosts dont like the ext due to direct access of the way the ext works.
[ Post made via Android ]
[ Post made via Android ]

-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: Image Upload
How can images be deleted? Can users delete their own images?
Edit: I found the image list in the ACP, but are users able to delete their own images? If not, is this in the works?
Thank you! Nice extension!
Edit: I found the image list in the ACP, but are users able to delete their own images? If not, is this in the works?
Thank you! Nice extension!
-
sc4t
- Users

- Posts: 7
- Joined: 20 Aug 2015, 10:01
Re: Image Upload
Hello!
I have an error message when I want to send an image
No route found for "GET /imageupload/" (from "https://www.scooter-chinois-4t.com/foru ... post&f=105")
I have an error message when I want to send an image
No route found for "GET /imageupload/" (from "https://www.scooter-chinois-4t.com/foru ... post&f=105")
-
Galixte de EzCom
- Users

- Posts: 39
- Joined: 04 Mar 2015, 17:26
Re: Image Upload
You have to apply a CHMOD 777 to the foldersc4t wrote: 04 Nov 2017, 14:05 Hello!
I have an error message when I want to send an image
No route found for "GET /imageupload/" (from "https://www.scooter-chinois-4t.com/foru ... post&f=105")
Code: Select all
./ext/dmzx/imageupload/files/-
nou nou
- Donator

- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Image Upload
I've found an odd behaviour (bug?) with Image Upload 1.0.4 and Board Announcements on phpBB3.2...
When Image Upload is enabled, an announcement made with Board Announcements cannot be dismissed, even though the setting in the ACP allows for it. The little button to do so in the top right of the announcement disappears as soon as Image Upload is enabled. Disable Image Upload and the button comes back.
Conflict?
[ Post made via Android ]
When Image Upload is enabled, an announcement made with Board Announcements cannot be dismissed, even though the setting in the ACP allows for it. The little button to do so in the top right of the announcement disappears as soon as Image Upload is enabled. Disable Image Upload and the button comes back.
Conflict?
[ Post made via Android ]

-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: Image Upload
Is there anyway we could make the New Topic Image upload box display only when the user has uploaded images?