<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Media Uploader - wpDiscuz Media Uploader				            </title>
            <link>https://gvectors.com/forum/media-uploader/media-uploader-3/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 05:01:26 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15058</link>
                        <pubDate>Tue, 23 Apr 2019 11:33:06 +0000</pubDate>
                        <description><![CDATA[Hi @Astghik,
OK, thanks for the update!]]></description>
                        <content:encoded><![CDATA[<p>Hi @Astghik,</p>
<p>OK, thanks for the update!</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>willyschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15058</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15057</link>
                        <pubDate>Tue, 23 Apr 2019 11:25:06 +0000</pubDate>
                        <description><![CDATA[Hi @willyschott,
We&#039;ve already added the changes in the addon core. The change will be included in the next version release. Please wait for the next update (no ETA yet).&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>Hi @willyschott,</p>
<p>We've already added the changes in the addon core. The change will be included in the next version release. Please wait for the next update (no ETA yet).&nbsp;</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15057</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15052</link>
                        <pubDate>Tue, 23 Apr 2019 08:09:10 +0000</pubDate>
                        <description><![CDATA[*bump*
Any intention to incorporate this bugfix?]]></description>
                        <content:encoded><![CDATA[<p>*bump*</p>
<p>Any intention to incorporate this bugfix?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>willyschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-15052</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13792</link>
                        <pubDate>Wed, 27 Feb 2019 23:23:55 +0000</pubDate>
                        <description><![CDATA[Hello, may I chime in on the topic.I was able to hunt the issue down by a local installation of Wordpress (official docker image). The problem is not lack of memory, but a missing PHP extens...]]></description>
                        <content:encoded><![CDATA[<p>Hello, may I chime in on the topic.</p><p>I was able to hunt the issue down by a local installation of Wordpress (official docker image). The problem is not lack of memory, but a missing PHP extension, and no test exists to catch it. Suggestion for a fix:<br /><br /></p><pre>Index: wpdiscuz-media-uploader/includes/class.WMUHelper.php
&lt;+&gt;UTF-8
===================================================================
--- wpdiscuz-media-uploader/includes/class.WMUHelper.php	(date 1551308602000)
+++ wpdiscuz-media-uploader/includes/class.WMUHelper.php	(date 1551308602000)
@@ -458,6 +458,9 @@
     }
 
     public function imageFixOrientation($filename) {
+        if (!function_exists('exif_read_data')) {
+            return;
+        }
         $exif = exif_read_data($filename);
         if (!empty($exif)) {
             $image = imagecreatefromjpeg($filename);
</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>willyschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13792</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13742</link>
                        <pubDate>Tue, 26 Feb 2019 14:04:45 +0000</pubDate>
                        <description><![CDATA[@joschott,you should try to increase the maximum upload file size in WordPress. This article should be helpful for you, please check it out:]]></description>
                        <content:encoded><![CDATA[<p>@joschott,</p><p>you should try to increase the maximum upload file size in WordPress. This article should be helpful for you, please check it out:  https://www.bitcatcha.com/blog/increase-maximum-upload-file-size-in-wordpress/</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13742</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13741</link>
                        <pubDate>Tue, 26 Feb 2019 13:17:16 +0000</pubDate>
                        <description><![CDATA[I did test with your picture several times  - it just works fine. All test with my pictures failed. After clicking the &quot;Post&quot; button nothing happens and the little dot at the top keeps bounc...]]></description>
                        <content:encoded><![CDATA[<p>I did test with your picture several times  - it just works fine. </p><p>All test with my pictures failed. After clicking the "Post" button nothing happens and the little dot at the top keeps bouncing forever. <br />Tested with Safari and Chrome on Mac and iPhone</p><p>File Types png and jpg</p><p>File Size 85kb -1.7MB max 1024 x1024px or smaller</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>joschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13741</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13737</link>
                        <pubDate>Tue, 26 Feb 2019 12:57:36 +0000</pubDate>
                        <description><![CDATA[It did work when I downloaded your banner pic but not for one of mine  - let me check file size etc...]]></description>
                        <content:encoded><![CDATA[<p>It did work when I downloaded your banner pic but not for one of mine  - let me check file size etc...</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>joschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13737</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13736</link>
                        <pubDate>Tue, 26 Feb 2019 12:56:01 +0000</pubDate>
                        <description><![CDATA[yes @joschott, it&#039;s working fine in our case. Could you please tell me a little more about what’s going on? where exactly are you running into the error?I&#039;d recommend you delete all website ...]]></description>
                        <content:encoded><![CDATA[<p>yes @joschott, it's working fine in our case. Could you please tell me a little more about what’s going on? where exactly are you running into the error?</p><p>I'd recommend you delete all website caches and browser cache (CTRL+F5 twice) and check again. </p><div class="gs"><div class=""><div id=":1sa" class="ii gt"><div id=":1s9" class="a3s aXjCH "><div class="yj6qo"> </div><div class="adL"> </div></div></div><div class="hi"> </div></div></div>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13736</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13734</link>
                        <pubDate>Tue, 26 Feb 2019 12:52:01 +0000</pubDate>
                        <description><![CDATA[looks like it did work for you - thats strange]]></description>
                        <content:encoded><![CDATA[<p>looks like it did work for you - thats strange</p><p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>joschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13734</guid>
                    </item>
				                    <item>
                        <title>RE: Media Uploader</title>
                        <link>https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13732</link>
                        <pubDate>Tue, 26 Feb 2019 12:43:47 +0000</pubDate>
                        <description><![CDATA[you will need to register....]]></description>
                        <content:encoded><![CDATA[<p>https://www.schott-baerenwalde.de/ </p><p> </p><p>you will need to register....</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>joschott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/media-uploader-3/#post-13732</guid>
                    </item>
							        </channel>
        </rss>
		