<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025638" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025638</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-communtiy-problem#comment-1155607</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;andy206uk wrote:&lt;/strong&gt; Sorry... bad use of words there... I mean directory. not folder. (my techy pals always tell me off for calling them folders!).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That was the hardest part about switching to Win95. In DOS and Win3.x they were directories. In Win95 they suddenly became folders. But in *nix they were still directories. And some things in Win95 still talked about directories. AAARGHH!&lt;/p&gt;
&lt;p&gt;I call them whichever doesn&#039;t get me a quizical look from whoever I&#039;m talking to.&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jul 2004 14:21:04 +0000</pubDate>
 <dc:creator>OtterBob</dc:creator>
 <guid isPermaLink="false">comment 1155607 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-communtiy-problem#comment-1155605</link>
    <description> &lt;p&gt;If I&#039;m understanding what&#039;s going on correctly, PHP is actually looking for /home/www/djben80.freeunixhost.com/system/core/admin/plugins/admin/dbmaintenance.swe.lang.php. In other words, it&#039;s looking for plugins/... in the same directory as the .php file.&lt;/p&gt;
&lt;p&gt;Without knowing your directory structure it&#039;s hard to tell where everything lives. I can&#039;t really guess the structure so I wont. If you want to require &quot;plugins/...&quot; and /plugins in in the document root, you&#039;ll have to use enough &quot;../&quot; to go up to the document root and then put &quot;plugins/...&quot;. If you&#039;re familiar with navigating directories with &quot;.&quot; and &quot;..&quot; in DOS or *nix then that&#039;s all you&#039;re really doing. If you&#039;re not familiar with this then either post the relevant directory structure (like /system/core/admin and /system/plugins/admin or however they fall under your document root) or ignore this COMPLETELY and use the following suggestion.&lt;/p&gt;
&lt;p&gt;(The document root is the directory that holds your main index file.)&lt;/p&gt;
&lt;p&gt;I forget all about this relative directory stuff and use $DOCUMENT_ROOT (or $_SERVER[&#039;DOCUMENT_ROOT&#039;]. I&#039;m assuming that /system is in the document root. So I would:&lt;/p&gt;
&lt;p&gt;require($DOCUMENT_ROOT./&quot;system/plugins/admin/dbmaintenance.swe.lang.php&quot;);&lt;/p&gt;
&lt;p&gt;This way it doesn&#039;t matter WHAT your document root is, PHP can find the file to require. This comes in handy if you change hosts since your path to the document root is almost certain to change.&lt;/p&gt;
&lt;p&gt;I hope this helps (and makes some kind of sense).&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jul 2004 14:17:36 +0000</pubDate>
 <dc:creator>OtterBob</dc:creator>
 <guid isPermaLink="false">comment 1155605 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-communtiy-problem#comment-1155602</link>
    <description> &lt;p&gt;Sorry... bad use of words there... I mean directory. not folder. (my techy pals always tell me off for calling them folders!).&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jul 2004 14:05:20 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1155602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-communtiy-problem#comment-1155601</link>
    <description> &lt;p&gt;The error indicates that the script is trying to use a language module (swedish?) and it can&#039;t find the file. Have a look in the folder indicated for the file and if it&#039;s not there you need to find the file and put it in the folder.&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jul 2004 14:04:35 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1155601 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
