Search found 3 matches

by somebodylikeme
24 Feb 2022, 10:25
Forum: EmailReporting
Topic: Error received from database was #2002: No such file or directory
Replies: 6
Views: 29394

Re: Error received from database was #2002: No such file or directory

I've missed the fact that ADOConnection is an abstract class.. my bad. I did however solve the problem (after more than 2 hours, because of the initial unhelpful error message) - Changing the configuration parameter from 'localhost' to '127.0.0.1' changed the error to 'Connection refused' - After en...
by somebodylikeme
24 Feb 2022, 09:33
Forum: EmailReporting
Topic: Error received from database was #2002: No such file or directory
Replies: 6
Views: 29394

Re: Error received from database was #2002: No such file or directory

I got the same error on my Synology NAS (DSM 6.2), with Web Station, nginx, PHP 7.4 (no PEAR) even with the latest version of MantisBT (2.25.2). Since my project administration depends on Mantis, I decided to track down the error, and I think I found a bug in ado-php. 1. index.php line 31 requires c...