<?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>
									500 Error with admin-ajax.php - wpDiscuz Media Uploader				            </title>
            <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Apr 2026 00:42:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15993</link>
                        <pubDate>Tue, 11 Jun 2019 11:15:01 +0000</pubDate>
                        <description><![CDATA[@webgrimm,Please follow the steps below:1. Open the class.WMUHelper.php file in /wp-content/plugins/wpdiscuz-media-uploader/includes/ folder2. go to line 460 3. Find the imageFixOrientation ...]]></description>
                        <content:encoded><![CDATA[<p>@webgrimm,</p><p>Please follow the steps below:</p><p>1. Open the <span style="color: #339966"><em><strong>class.WMUHelper.php</strong></em></span> file in <span style="color: #ff0000"><em><strong>/wp-content/plugins/wpdiscuz-media-uploader/includes/</strong> </em></span>folder</p><p>2. go to line 460 </p><p>3. Find the <em><strong>imageFixOrientation</strong></em> function and replace with the following one: </p><pre>public function imageFixOrientation($filename) {<br />        if (function_exists('exif_read_data')) {<br />            $exif = exif_read_data($filename);<br />            if (!empty($exif)) {<br />                $image = imagecreatefromjpeg($filename);<br />                switch ($exif) {<br />                    case 3:<br />                        $image = imagerotate($image, 180, 0);<br />                        break;<br />                    case 6:<br />                        $image = imagerotate($image, -90, 0);<br />                        break;<br />                    case 8:<br />                        $image = imagerotate($image, 90, 0);<br />                        break;<br />                }<br />                imagejpeg($image, $filename, 90);<br />            }<br />        }<br />   }</pre><p>I'd also recommend you install the exif library, as the wpDiscuz Media Uploader add-on uses <a href="https://libexif.github.io/" target="true" rel="nofollow">exif library</a> so as to allow images to be uploaded in the right way. For example, if you take a photo with IOS it rotates when you publish the comments.</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/500-error-with-admin-ajax-php/paged/2/#post-15993</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15992</link>
                        <pubDate>Tue, 11 Jun 2019 10:45:47 +0000</pubDate>
                        <description><![CDATA[ok @webgrimm,
please send the login details to infogvectors.com email address.&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>ok @webgrimm,</p>
<p>please send the login details to infogvectors.com email address.&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/500-error-with-admin-ajax-php/paged/2/#post-15992</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15991</link>
                        <pubDate>Tue, 11 Jun 2019 10:43:46 +0000</pubDate>
                        <description><![CDATA[Have made a copy of the Website.
Your Email adress for Admin-account?]]></description>
                        <content:encoded><![CDATA[<p>Have made a copy of the Website.</p>
<p>Your Email adress for Admin-account?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>webgrimm</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15991</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15973</link>
                        <pubDate>Mon, 10 Jun 2019 11:13:42 +0000</pubDate>
                        <description><![CDATA[@webgrimm,
Could you please provide us the admin login details for deeper support?&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>@webgrimm,</p>
<p>Could you please provide us the admin login details for deeper support?&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/500-error-with-admin-ajax-php/paged/2/#post-15973</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15969</link>
                        <pubDate>Mon, 10 Jun 2019 07:41:43 +0000</pubDate>
                        <description><![CDATA[Yes @webgrimm, I see.&nbsp;
I&#039;ve already asked the add-on developers about the issue. They are going to check it. Please wait for a while I&#039;ll update the topic asap.&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>Yes @webgrimm, I see.&nbsp;</p>
<p>I've already asked the add-on developers about the issue. They are going to check it. Please wait for a while I'll update the topic asap.&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/500-error-with-admin-ajax-php/paged/2/#post-15969</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15968</link>
                        <pubDate>Mon, 10 Jun 2019 07:38:05 +0000</pubDate>
                        <description><![CDATA[Have testet, it&#039;s a problem of jpg-filesHave transformed a jpg to png (see my last post) and it worked]]></description>
                        <content:encoded><![CDATA[<p>Have testet, it's a problem of jpg-files</p><p>Have transformed a jpg to png (see my last post) and it worked</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>webgrimm</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/paged/2/#post-15968</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15965</link>
                        <pubDate>Mon, 10 Jun 2019 07:28:44 +0000</pubDate>
                        <description><![CDATA[testet with your small .png file, and it worked]]></description>
                        <content:encoded><![CDATA[<p>testet with your small .png file, and it worked</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>webgrimm</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15965</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15964</link>
                        <pubDate>Mon, 10 Jun 2019 07:21:42 +0000</pubDate>
                        <description><![CDATA[ok @webgrimm, thank you for clarification. We&#039;ll continue testing.]]></description>
                        <content:encoded><![CDATA[<p>ok @webgrimm, thank you for clarification. We'll continue testing.</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/500-error-with-admin-ajax-php/#post-15964</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15962</link>
                        <pubDate>Mon, 10 Jun 2019 07:19:29 +0000</pubDate>
                        <description><![CDATA[have seen your posts and I tried it with a .jpg grafic that doesn&#039;t work. You have postet .pngI used Chrome Browser]]></description>
                        <content:encoded><![CDATA[<p>have seen your posts and I tried it with a .jpg grafic that doesn't work. You have postet .png</p><p>I used Chrome Browser</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>webgrimm</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15962</guid>
                    </item>
				                    <item>
                        <title>RE: 500 Error with admin-ajax.php</title>
                        <link>https://gvectors.com/forum/media-uploader/500-error-with-admin-ajax-php/#post-15960</link>
                        <pubDate>Mon, 10 Jun 2019 07:17:40 +0000</pubDate>
                        <description><![CDATA[Hi @webgrimm,
We&#039;ve tried several times and it seems, it&#039;s working fine. Could you please tell me a little more about the issue? And when exactly are you running into this error?
Testing c...]]></description>
                        <content:encoded><![CDATA[<p>Hi @webgrimm,</p>
<p>We've tried several times and it seems, it's working fine. Could you please tell me a little more about the issue? And when exactly are you running into this error?</p>
<p>Testing comment: https://www.riverboating.com/gaestebuch/#comment-111</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/500-error-with-admin-ajax-php/#post-15960</guid>
                    </item>
							        </channel>
        </rss>
		