<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV><SPAN class=574564513-25042006><FONT face=Arial size=2>I have been 
  experimenting&nbsp;with PHPeclipse yesterday and today. Here is a fairly big 
  problem that I have run into that has stopped me from using 
  it.</FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2>Eclipse&nbsp;generates&nbsp;a lot of warnings of type: "Include 
  filename 'blah.php' doesn't exist in project." <BR><BR>I tried to explicitly 
  set the "Include Path" for the project in "Project-&gt;Properties-&gt;PHP 
  Project Settings-&gt;Include Paths" (although this shouldn't be necessary 
  because these paths are dynamically set by a set_include_path() call in the 
  script). This hasn't solved the problem.</FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial size=2>All my projects 
  have this structure</FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2>project/htdocs/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # actual 
  website root</FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2>project/includes/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;mostly php 
  classes and files with&nbsp;programming logic&nbsp; </FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2>project/templates/&nbsp;&nbsp; # html files, headers footers, 
  etc</FONT></SPAN></DIV>
  <DIV><SPAN class=574564513-25042006><FONT face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2><SPAN class=574564513-25042006>I find this an 
  effective way of organising the files. It seems the only way to get PHPeclipse 
  to not generate the errors is to place all code in the website root which I 
  really don't want to do. Can anyone help me on this 
  problem?</SPAN></FONT></DIV>
  <DIV align=left>
  <P align=left><FONT face=Arial size=2>Pete Graham</FONT></P>
  <P align=left><FONT face=Arial 
  size=2>_______________________________________</FONT></P>
  <P align=left><FONT face=Arial size=2>Internet Technical Officer 01952 
  642302</FONT></P>
  <P><FONT face=Arial size=2>Telford College of Arts&nbsp;and 
  Technology</FONT></P>
  <P><FONT face=Arial size=2>College Website: </FONT><A 
  title=http://www.tcat.ac.uk/ href="http://www.tcat.ac.uk/"><U 
  title=http://www.tcat.ac.uk/><FONT title=http://www.tcat.ac.uk/ 
  color=#0000ff><FONT title=http://www.tcat.ac.uk/ face=Arial 
  size=2>http://www.tcat.ac.uk</FONT></U></FONT></A></P>
  <P><FONT face=Arial size=2>Hub From Home: <A 
  href="http://www.tcat.ac.uk/hub">http://www.tcat.ac.uk/hub</A> 
  </FONT></P></DIV>
  <DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=156145610-26042006>Pete,</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=156145610-26042006>Check to see if the include() files themselves are 
  calling any other include() files, this could give this sort of error in that 
  if it was in site root it would supress any ../ that formed part of their 
  paths since it could not go below site root level whereas if they were at a 
  higher level the ../ would be applicable.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=156145610-26042006></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=156145610-26042006>Phil</SPAN></FONT></DIV>
  <DIV><FONT size=2><SPAN class=156145610-26042006><FONT face=Arial 
  color=#0000ff>&nbsp;</FONT></SPAN></FONT></DIV>
  <DIV><FONT size=2><SPAN class=156145610-26042006>&nbsp;</SPAN>** </FONT><A 
  href="http://www.diygear.com/" target=_blank><FONT 
  size=2>http://www.diygear.com</FONT></A><FONT size=2> THE Online DIY Toolstore 
  For DIY &amp; Business<BR>** Infolink Electronic Systems Ltd. </FONT><A 
  href="http://www.infolinkelectronics.co.uk/" target=_blank><FONT 
  size=2>http://www.infolinkelectronics.co.uk</FONT></A><BR><FONT size=2>** 
  Professional Web Design &amp; Cobalt Hosting Solutions<BR>** Contact: 
  Sales@infolinkelectronics.co.uk<BR>** Tel / Fax 0121 458 4894 (office) 0121 
  441 3558 (home) 07801 548464 (mobile)<BR>&nbsp;</FONT> <FONT face=Tahoma 
  size=2><BR><BR></DIV></FONT></DIV></BLOCKQUOTE></BODY></HTML>