This is what is in my log file.
[Sun Apr 17 15:35:56.677016 2022] [php7:notice] [pid 17859] [client 70.184.171.187:55020] Unable to set strict sql setting: No such file or directory, referer: https://e.de.org/interface/main/tabs/main.php?token_main=8bZrahF4j4sxHNA9ZWtuZ1LBVdGyy1LUoXp8n4FH
[Sun Apr 17 15:36:00.389853 2022] [php7:error] [pid 17327] [client 70.184.171.187:55012] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262144 bytes) in /var/www/html/hb600/vendor/adodb/adodb-php/adodb.inc.php on line 183, referer: https://e.de.org/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1
[Sun Apr 17 15:36:00.662405 2022] [php7:error] [pid 17859] [client 70.184.171.187:55020] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262144 bytes) in /var/www/html/hb600/vendor/adodb/adodb-php/adodb.inc.php on line 1144, referer: https://e.de.org/interface/main/tabs/main.php?token_main=8bZrahF4j4sxHNA9ZWtuZ1LBVdGyy1LUoXp8n4FH
[Sun Apr 17 15:36:00.852045 2022] [php7:error] [pid 17858] [client 70.184.171.187:55019] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262144 bytes) in /var/www/html/hb600/vendor/adodb/adodb-php/adodb.inc.php on line 1144, referer: https://e.de.org/interface/main/tabs/main.php?token_main=8bZrahF4j4sxHNA9ZWtuZ1LBVdGyy1LUoXp8n4FH
[Sun Apr 17 15:36:56.674917 2022] [php7:notice] [pid 16874] [client 70.184.171.187:55030] PHP custom error: from openemr library/sql.inc - Unable to set up UTF8MB4 encoding with mysql database: No such file or directory, referer: https://e.de.org/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1
[Sun Apr 17 15:36:56.674957 2022] [php7:notice] [pid 16874] [client 70.184.171.187:55030] Unable to set strict sql setting: No such file or directory, referer: https://e.de.org/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1
I checked the file permissions and it is set to 664.
How can the file call the adodb class then the class not be able to find the file that called it?
/**
* Set ADODB_DIR to the directory where this file resides...
* This constant was formerly called $ADODB_RootPath
*/
if (!defined('ADODB_DIR')) {
define('ADODB_DIR',dirname(__FILE__));
}
I found this
But I don’t think this solves my issue. Any suggestions would be greatly appreciated.