Question

I recently manually installed and configured PHP, Apache, MySql, and phpmyadmin following a youtube tutitorial. It seemed like everything was working fine, but today when I finished a script for a registration form, I was getting an error statement that said "Fatal Error: Call to undefined function mysql_connect(). So I decided to uninstall PHP, Apache, Mysql, and phpmyadmin, and try xampp. Now on xampp's control panel I am getting this error and I am completely lost on what to do. Any insight/helpp would be much appreciated...

    9:31:53 PM  [Apache]    Apache Service detected with wrong path
    9:31:53 PM  [Apache]    Change XAMPP Apache and Control Panel settings or
    9:31:53 PM  [Apache]    Uninstall/disable the other service manually first
    9:31:53 PM  [Apache]    Found Path: "c:\Apache24\bin\httpd.exe" -k runservice
    9:31:53 PM  [Apache]    Expected Path: "c:\xampp\apache\bin\httpd.exe" -k runservice

No correct solution

OTHER TIPS

Try to execute netstat -nlpt command.And figure out mysql process .Kill it and start your wampp.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top