Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Error to Choose the type of server to create
Error to Choose the type of server to create [message #1854774] Fri, 09 September 2022 09:53 Go to next message
Andrea Moretto is currently offline Andrea MorettoFriend
Messages: 5
Registered: January 2021
Junior Member
Hi.
My name is Andrea and I have a big issue with Eclipse.
I bought a new laptop with windows ten and I installed Eclipse, the last release.
Before write here I tried everything I could, I read many websites page and many video on YouTube. I tried to install different version of Eclipse, Java, C/C++, PHP. I tried also to install separately, and all together add in help -> install software. I tried to cheek if there are any update available.
I installed the last release of XAMPP and JDK.
However, I still have the same problem when I try to install a server.
I press the botton to install a server and it open a window where there is write "Choose the type of server to create" but there are not servers to choose.
Someone can help me to fix it, please.
Regards Andrea
  • Attachment: error.PNG
    (Size: 21.85KB, Downloaded 82 times)
Re: Error to Choose the type of server to create [message #1854785 is a reply to message #1854774] Sat, 10 September 2022 08:15 Go to previous messageGo to next message
Dieter SchmidtFriend
Messages: 6
Registered: January 2021
Junior Member
I don't know if automatic detection ever worked for me. I configure the server manually:

index.php/fa/42468/0/


--------------------------------------------
Eclipse IDE for PHP Developers
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
Re: Error to Choose the type of server to create [message #1854796 is a reply to message #1854785] Sun, 11 September 2022 15:10 Go to previous messageGo to next message
Andrea Moretto is currently offline Andrea MorettoFriend
Messages: 5
Registered: January 2021
Junior Member
Hi, thank you so much to answer.
I try your way, but anyway I doesn't work.
I attached a few pictures so you can see.
Regards Andrea
  • Attachment: error.PNG
    (Size: 56.79KB, Downloaded 72 times)
  • Attachment: error1.PNG
    (Size: 21.37KB, Downloaded 79 times)
Re: Error to Choose the type of server to create [message #1854797 is a reply to message #1854796] Sun, 11 September 2022 21:43 Go to previous message
Dieter SchmidtFriend
Messages: 6
Registered: January 2021
Junior Member
XAMPP expects the files in the XAMPP directory under \htdocs\.

On Windows I create symbolic links from folder \htdocs\ to the eclipse workspace directory (via 'mklink /d linkname target')

For example:
cd path-to-xampp\htdocs
mklink /d project1 c:\users\sirecognizer\eclipse-workspace\project1

Through the symlink, XAMPP 'sees' the eclipse workspace in its htdocs/project1 directory. However, the files are modified in the eclipse workspace.

Please be careful with the symlinks and read the doc!

The project is then called as follows:
http://localhost/project1




--------------------------------------------
Eclipse IDE for PHP Developers
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
Previous Topic:Xdebug and RSE - wrong path (and other questions)
Next Topic:How does one become a good PHP developer?
Goto Forum:
  


Current Time: Tue Apr 16 16:11:03 GMT 2024

Powered by FUDForum. Page generated in 0.22923 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top