Thread Starter
benji8
(@benji8)
Yes, I have separate installations for MySQL and PHP. I tried with XAMPP but I got the following error when starting Apache:
Port 80 in use by “Unable to open process” with PID 4!
I have tried to change the port to 8080 in the httpd.conf file but I stil get the Port 80 error.
Can you tell me how can I enable the nd_mysqli extension please?
Thank you.
Thread Starter
benji8
(@benji8)
I did the changes you suggested, and inserted the DB credentials manually in the wp-config.pho file and now I get the following error:
Fatal error: Uncaught Error: Call to undefined function mysql_connect()
I read that this can be due to the fact that I’m using PHP7, so now mysql_connect() is deprecated. I wanted to try to downgrade to PHP5 but I couldn’t find it anywhere to download. How could I fix this?
Thanks a lot!