Page 1 of 1

Xampp control panel says it found a path that I deleted?

PostPosted: 04. March 2014 00:33
by crisa
We have got loads of options for php + MySQL + Apache combo... Which is the best pack among these ?

Lets confine our ideas to WAMP vs XAMPP, is there a better option to go for ?

I created an online programming contest web app called CodeFire on XAMPP, later I had to switch to WAMP, where none of the php scripts worked properly... what standard should I follow?

Re: Xampp control panel says it found a path that I deleted?

PostPosted: 04. March 2014 06:15
by Altrea
Hi crisa,

crisa wrote:Now Xampp is saying that it cannot install Apache into the expected path of

Code: Select all
c:\xampp\apache\bin\httpd.exe


because It is already found in path

Code: Select all
"c:\Apache24\bin\httpd.exe"

full unchanged error messages please.
I don't know any message/check for other Apache Servers before "install" exept for the path XAMPP is installed to.
Because we don't really know much about your environment please read also: [FGA] Insufficient debug information

best wishes,
Altrea

Re: Xampp control panel says it found a path that I deleted?

PostPosted: 16. September 2017 12:37
by abhirajput5
It is because you did'nt uninstall the previous version of apache. jus go to cmd and type in the code "c:\Apache24\bin\httpd.exe -k uninstall" It will successfully uninstall the previous version of apache server. Then start Apache from Xampp control panel.