New install of Eclipse IDE for PHP Developers [message #1803766] |
Fri, 08 March 2019 17:44 |
ian Mullan Messages: 4 Registered: March 2019 |
Junior Member |
|
|
I had eclipse for php installed on a older machine and it functioned no problem, but it was setup many years ago.
So here is my current problem with my new machine, eclipse and php
-- --------------------------------------------------------------------------------
Configuration
Eclipse IDE for PHP Developers Version: 2018-12 (4.10.0) Build id: 20181214-0600
PHP Version 7.3.2 Installed in C:\php-7.3.2
doc_root e:\DrumsurnGAC
Server Defined in IDE as follows
<?xml version="1.0" encoding="UTF-8"?>
<Server>
<Port name="HTTP/1.1" protocol="HTTP">8713</Port>
<PathMapping local="/Haydn" module="Haydn" remote="C:\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\htdocs\Haydn"/>
<PathMapping local="/test" module="test" remote="C:\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\htdocs\test"/>
</Server>
Project Imported from E:\DrumsurnGAC
-- --------------------------------------------------------------------------------
When I run index.php I see the following errors
Warning: file_get_contents(./count.dat): failed to open stream: No such file or directory in
C:\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\htdocs\Haydn\include\PageRendering.inc on line 127
And include files are not found in the current project directory but they are there
[Wed Mar 6 20:58:54 2019] 127.0.0.1:64373 [404]: /include/EventsStyleSheet.css - No such file or directory
What am I missing?
Why is the project files being picked up from 'C:\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\htdocs' and not 'e:\DrumsurnGAC'
I can see all the imported files in the workarea.
Thanks
Any guidance much appreciated
[Updated on: Fri, 08 March 2019 22:52] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03602 seconds