<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032076" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032076</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1188565</link>
    <description> &lt;p&gt;Wow, what a nightmare! I started reading this post earlier, but am supposed to be working &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for posting the solution Ranger, indeed someone else might be helped by your problem.&lt;/p&gt;
&lt;p&gt;Thanks for being in-depth about it too, hopefully posting at least relieved some anger, even if we didn&#039;t fix the problem!&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Dec 2005 12:29:27 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1188565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1188547</link>
    <description> &lt;p&gt;I probably would have tried adding a header() function to the PHP to update the type.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Dec 2005 00:39:33 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1188547 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1188544</link>
    <description> &lt;p&gt;OK, I found a fix - all by my lonesome.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I still don&#039;t know WHY this fixed it, or WHY it isn&#039;t needed on the other site.  All I know is I found references on a couple of sites to using this code to get Apache to parse .html for .php code:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;   RemoveHandler .html .htm&lt;br /&gt;
   AddType application/x-httpd-php .htm .html&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So I added the RemoveHandler line and now everything is back to normal.  Which is great, of course, but my other site is still running on the old set-up with no problems.&lt;/p&gt;
&lt;p&gt;Go figure.&lt;/p&gt;
&lt;p&gt;Oh, and when I told the support techs that I got my problem fixed, they said:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I have no idea as we are techs and do not know design or programming skills.  The only thing that could explain it is that you are using too different versions of Plesk.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The only thing right about that comment is that they have no idea, as I have been using two different versions of Plesk (which eDataRack provided) since I started each of these sites.&lt;/p&gt;
&lt;p&gt;At least it&#039;s fixed.  Hope someone else can benefit from my pain.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;R/L&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Dec 2005 23:59:02 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1188544 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1188073</link>
    <description> &lt;p&gt;Update --  I found the following on Digital Point:&lt;/p&gt;
&lt;p&gt;&quot;I traced it to the .htaccess file. When I was bringing up my site, the ads wouldn&#039;t show and the .php wouldn&#039;t execute. And sometimes my Browser would try to download the webpage instead of just view it. So I went back and forth on tech support with my ISP LunarPages.&lt;/p&gt;
&lt;p&gt;Seems they run something called suPHP and the contents of .htacess must be:&lt;/p&gt;
&lt;p&gt;AddType x-httpd-php .php .htm .htm&lt;/p&gt;
&lt;p&gt;(notice it doesn&#039;t have the &#039;&lt;strong&gt;application/&lt;/strong&gt;&#039; in it.)&lt;/p&gt;
&lt;p&gt;I guess suPHP doesn&#039;t like the &#039;application/&#039; .&quot;&lt;/p&gt;
&lt;p&gt;Just to see, I modified my .htaccess like this, removing the &#039;application/&#039;, and suddenly the message about not knowing how to handle file &quot;&quot; is gone and the site loads correctly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However&lt;/strong&gt;, although I added the code to append BBClone&#039;s activation code back into the .htaccess file, &lt;em&gt;this function is still not working&lt;/em&gt; as it once did.&lt;/p&gt;
&lt;p&gt;Can anyone shed any light on this?&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Dec 2005 06:15:21 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1188073 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1187896</link>
    <description> &lt;p&gt;It&#039;s possible that their Apache configuration changed a bit due to some upgrade or something. It sounds like a case of their tech support not really knowing every little thing that is going on with the server.&lt;/p&gt;
&lt;p&gt;Personally, in dealing with them, I wouldn&#039;t even mention that it suddenly stopped working, I would just tell them how you want it to work. Then they stop trying to play the blame game and move more towards a solution. That&#039;s the theory, anyway...&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 15:28:53 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1187896 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1187877</link>
    <description> &lt;p&gt;Yeah, and that&#039;s what&#039;s got me puzzled.  If I switch to the &quot;add activation code to each individual file&quot; method, and rename the pages to .php files, they are handled correctly.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 14:13:56 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1187877 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1187876</link>
    <description> &lt;p&gt;Yeah, I asked.  In fact, I told them the same things that are in my first post - that the site suddenly stopped loading on the 28th, and that I hadn&#039;t done anything to cause it.&lt;/p&gt;
&lt;p&gt;All they seem to be able to do is blame BBClone (which isn&#039;t at fault) or the .htaccess file set-up (which worked perfectly before, and still works right on my other site on one of their other servers).&lt;/p&gt;
&lt;p&gt;After two days of opening trouble tickets, it has become clear to me that I&#039;ve already gotten as much help from Larry, Moe &amp;amp; Curly at eDataRack as I&#039;m going to get, and that is NONE.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 14:10:22 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1187876 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1187851</link>
    <description> &lt;p&gt;are .php files being handled correctly ?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 08:07:36 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1187851 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-function-suddenly-stops-working#comment-1187847</link>
    <description> &lt;p&gt;Have you asked your host if they have upgraded/updated anything around this time?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Dec 2005 07:18:13 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187847 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
