![]() |
Admin 4/17/2023 |
This error means that PHP code is not able to connect to the database. One of of the database connection parameters is incorrect ( server address or username or password ). |
C
|
CWDATA author 4/17/2023 |
Those were my thoughts as well but PPHRunner is connecting to Database and I can interact with the tables no problem. I presume these same settings are being applied when the project is built and uploaded. |
C
|
CWDATA author 4/18/2023 |
Please note that the credentials I am using are proven to work on both PHPRunner connecting to Database and MYSQL Workbench. It is only failing on the server. |
![]() |
Admin 4/19/2023 |
It is possible that your web hosting company requires to use different MySQL server addresses while connecting locally and remotely. For instance, you need to use server.com while connecting remotely and localhost while connecting locally ( from the web server ). You can check that with your web hosting company. |
C
|
CWDATA author 4/19/2023 |
I have just literally heard back from client and was exactly the issue. |
C
|
CWDATA author 4/20/2023 |
I solved this problem after doing a complete new fresh upload of all files. |