<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038953" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038953</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221902</link>
    <description> &lt;p&gt;Thanks so much for your help! I&#039;m going to try to keep this thread going. There has to be someone out there that knows what to do!&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2007 19:54:11 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1221902 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221901</link>
    <description> &lt;p&gt;Well...in theory, that code was going to show you the error that was happening.  Somehow, you are going to have to read that debugging/error information from PHP on what error is happening.  Your IIS error logs may/may not have that info - that may be worth looking into.&lt;/p&gt;
&lt;p&gt;It seems that this is an issue with IIS, and that&#039;s where my experience stops.  Hopefully, somebody with some IIS experience will stop in.&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2007 19:49:08 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221901 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221898</link>
    <description> &lt;p&gt;It just opens a popup to save to disk or open in dreamweaver...when I open it in dw it says something like:&lt;/p&gt;
&lt;p&gt;‰PNG&lt;br /&gt;
&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2007 19:27:16 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1221898 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221895</link>
    <description> &lt;p&gt;We&#039;ve already established the fact that GD2 is supported on your server because it shows up in phpinfo().&lt;/p&gt;
&lt;p&gt;Run the following code, and see what error comes up:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;header &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Content-type: text/plain\&quot;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$im&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = imagecreatetruecolor(120, 20);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$text_color&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = imagecolorallocate(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$im&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, 233, 14, 91);&lt;br /&gt;imagestring(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$im&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, 1, 5, 5,&amp;nbsp; \&quot;A Simple Text String\&quot;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$text_color&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;imagepng(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$im&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;imagedestroy(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$im&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt; &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2007 18:13:57 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221894</link>
    <description> &lt;p&gt;There has got to be something php is doing wrong on the server. Does anyone else have any ideas about how to fix this problem? Does my server just not support GD2 or something?&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2007 18:07:29 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1221894 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221607</link>
    <description> &lt;p&gt;Well, this time you know it&#039;s your server, I copied that verbatim, and it worked fine.&lt;/p&gt;
&lt;p&gt;When I set up PHP on my Windows machine, I had to copy the MySQL dll file into my Windows/system32 directory for it to work.  I doubt that would help you because it&#039;s already loading (as shown in the phpinfo()), but it may be worth a try.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2007 18:45:57 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221607 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221605</link>
    <description> &lt;p&gt;I might just switch to Apache...we&#039;ve been talking about it anyways. These issues keep coming up with IIS, and it is so frustrating! I never know if it&#039;s my code or the server!&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2007 18:43:41 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1221605 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221604</link>
    <description> &lt;p&gt;Is there any way you could use Apache instead?&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2007 18:32:17 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Exactly what I see...</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221603</link>
    <description> &lt;p&gt;When I run phpinfo() that&#039;s exactly what I see. This has been nothing but a nightmare (running php on IIS!).&lt;/p&gt;
&lt;p&gt;I&#039;m trying to work with the IT manager to figure this out. Usually, what will happen is I will leave on a Friday, with an issue like this, and then &quot;magically&quot; on Monday it will work! &lt;/p&gt;
&lt;p&gt;Thanks so much for your help! Any other insights?&lt;br /&gt;
L&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2007 18:30:15 +0000</pubDate>
 <dc:creator>L3ZL1E</dc:creator>
 <guid isPermaLink="false">comment 1221603 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-gd2#comment-1221600</link>
    <description> &lt;p&gt;So...just to make sure, when you say phpInfo shows it, do you mean that there is an entire section for the gd options? (see attached picture for sample).  Just seeing &#039;--with-gd&#039; at the top in the configure options does not mean that it&#039;s enabled.  I set up a php &amp;amp; MySQL environment on my Windows laptop and had a heck of a time getting it to function properly.&lt;/p&gt;
&lt;p&gt;This server runs Ubuntu 7.04, Apache, MySQL, PHP, etc (or LAMP as it&#039;s referred to).&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2007 17:53:17 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221600 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
