How can I debug the downloaded php website on the local machine? How can I debug the downloaded php website on the local machine? I have installed phpstudy on the local machine, and the website background database is also imported to mysql. for the php website, I put it in a directory (text, then, the text directory is put in the www directory, and phpstudy is started correctly, and the browser is started to enter "localhosttextindex. php "& nbsp;, how can I debug a non-downloaded php website on the local machine?
How can I debug the downloaded php website on the local machine?
I have installed phpstudy on the local machine, and the website background database is also imported to mysql. for the php website, I put it in a directory (text, then, the text directory is put in the www directory, and phpstudy is started correctly, and the browser is started to input "http: // localhost/text/index. php ", cannot be loaded correctly, display:
// Configure //-----------------------------------------------------------------------------------------------------------------
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: D: \ phpStudy \ WWW \ hxkj \ system \ database \ DB_driver.php
Line Number: 124
// Configure //-------------------------------------------------------------------------------------------------------------------------
In addition, what development tools are used to debug php code? Please advise!
------ Solution --------------------
The prompt indicates that the database cannot be connected. have you installed the database?
------ Solution --------------------
Yes, the PHP environment is okay. you need to reconfigure the database connection.