Hi again,
this time I was wondering if project properties -> includes is working as it should. I'm using pear, and with that several packages in my project.
So one of these mappings is wrong and I tried to adjust at but was unsuccessful.
The source reads
require_once 'HTML/Template/Flexy.php'; |
which works fine for the webserver (I'm using external 3rd party webserver, I'm sure you know it

). But the file could not be mapped locally, phped tries to find it here: "C:\Programme\Apache Group\Apache2\htdocs\GroupwareNeu\HTML\Template\Flexy.php"
I tried to enter the correct path manually, but it didn't change. I clicked on that "file open"-symbol next to the path but nothing happend.
How can I tell phped where to find these includes?
marcus