Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

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

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

dmzx wrote: 18 Aug 2020, 08:07
wads24 wrote: 18 Aug 2020, 06:16 Question....

I changed admin settings and turned on setting
Enable mChat image posting: Yes.
What version do you use?
V1.1.0

User avatar

martin Online
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

wads24 wrote: 18 Aug 2020, 06:16 Question....

I changed admin settings and turned on setting
Enable mChat image posting: Yes.

When I click the insert image button it inserts image as:.

Code: Select all

[img]./ext/dmzx/imageupload/img-files/a2721778744.jpg[/img]
I would like it to include domain name because it's not working with phpBB Extension - External images as link 1.2.0 extension without the domain name.
How can I have it post as the below?

Code: Select all

[img]https://domain.com/ext/dmzx/imageupload/img-files/a2721778744.jpg[/img]


Also the image source is adding an extra / after img-files
Example:

Code: Select all

https://www.domain.com/ext/dmzx/imageupload/img-files//2/dfed753/e358a6c/6f22059559.png

I just tested this and found no issue the first 2 images are hosted on my server the 3rd (link) is hosted on dmzx server as you can see it works as intended.
Screenshot from 2020-08-19 00-31-23.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

Hi Martin...
Are you using image upload v1.1.0 and have the phpBB Extension - External images as link 1.2.0 extension and mChat
Version 2.1.3?

When I try to update to v1.1.3 for image upload I get this error...

Fatal error: Maximum execution time of 30 seconds exceeded in /domain.com/includes/functions_compress.php on line 439

User avatar

martin Online
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

Image upload Version 1.1.3
mchat 2.1.4-RC1 (nothing to do with mchat)
external images as links Version 1.2.0

update your image upload and see.

User avatar

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

Re: Image Upload

Post by Scanialady »

How can we fix the problem with the Pagination / Recent Topic? As far as I can tell, the problem is still there, even with image upload 1.1.3 and Recent Topics 2.2.14

I ask for instructions for this. Or should I have overlooked the bugfix? Thanks.
-
If you want to get German translations for extensions: ask me.

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...

I then disabled extension, deleted extension folder and upload newest version... Backed up images also

I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below

Code: Select all

https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png
Any ideas how to fix that?

User avatar

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

Re: Image Upload

Post by dmzx »

wads24 wrote: 20 Aug 2020, 02:01 Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...

I then disabled extension, deleted extension folder and upload newest version... Backed up images also

I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below

Code: Select all

https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png
Any ideas how to fix that?
So you did install a clean v1.1.3 right? and did not do anything with that code right?

User avatar

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

Re: Image Upload

Post by dmzx »

First post updated.

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Image Upload

Post by Maclobster »

Thank you :thumbup:
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Windows 10 Chrome

Re: Image Upload

Post by wads24 »

dmzx wrote: 20 Aug 2020, 08:30
wads24 wrote: 20 Aug 2020, 02:01 Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...

I then disabled extension, deleted extension folder and upload newest version... Backed up images also

I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below

Code: Select all

https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png
Any ideas how to fix that?
So you did install a clean v1.1.3 right? and did not do anything with that code right?
I upgraded from previous version...

User avatar

stone23
Users
Users
Posts: 46
Joined: 07 Nov 2018, 17:44
    Windows 10 Firefox

Re: Image Upload

Post by stone23 »

wads24 wrote: 20 Aug 2020, 02:01 Any ideas how to fix that?
Yes:
Just open the file dmzx/imageupload\core\functions.php
Find (line 226):

Code: Select all

				'IMAGEPATH'					=> $board_url . '/ext/dmzx/imageupload/img-files' . $file_name,
Replace with:

Code: Select all

				'IMAGEPATH'					=> $board_url . '/ext/dmzx/imageupload/img-files/' . $file_name,

User avatar

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

Re: Image Upload

Post by Scanialady »

seacoast wrote: 09 May 2020, 23:34
dmzx wrote: 09 May 2020, 18:00
seacoast wrote: 09 May 2020, 17:59 I think there might be a conflict with this ext.


https://github.com/sajaki/RecentTopics
What is the conflict?
Yes confirmed it....when I disable recent topics the issue goes away.

Recent topics ON looks like this:
recenttopicON.png


Recent topics OFF looks like this:
recenttopicOFF.png

In addition, if I change the number of pages to 1 in recent topics, the problem goes away.
This problem does not change with Image Upload 1.1.4 - the same issue as before with Recent Topics.

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

How do I fix the responsiveness issue on mobile devices?



Any chance can add script to automatically post like the post image. Org extension does?

Is there a watermark feature?
Last edited by wads24 on 25 Sep 2020, 23:41, edited 1 time in total.

User avatar

martin Online
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

This is how I see it
Screenshot_20200925-203109_Chrome.jpg
No water mark option yet.

Edit now have it like this on mobile.
Screenshot from 2020-09-25 20-57-44.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

martin wrote: 25 Sep 2020, 21:32 This is how I see it Screenshot_20200925-203109_Chrome.jpg

No water mark option yet.

Edit now have it like this on mobile.
Screenshot from 2020-09-25 20-57-44.png
Scroll to the right

Post Reply Previous topicNext topic