I made a major blunder and having trouble now. Basically I saw the file /data/config.php
There is a setting call 'driver' => 'pdo_mysql',
I thought hmm maybe this is what causing some other issue so I change it to 'nd_pdo_mysql', EspoCRM started popup "nd_pdo_mysql" is not supported. So I went back to data/config.php and revert the setting back to 'pdo_mysql'. Which should all be good and back to normal, but big mistake. It didn't go back to normal, I'm starting to get these two error below and constant Error 500.
Anyone know where these relevant file are stored? Or can recommendation on what to do? E.g. disable notification and notreadcount somehow to stop the error for the time being.
espocrm.com/api/v1/Activities/action/popupNotifications[HTTP/2 500 Internal Server Error 690ms]
espocrm.com/api/v1/Notification/action/notReadCount
There is a setting call 'driver' => 'pdo_mysql',
I thought hmm maybe this is what causing some other issue so I change it to 'nd_pdo_mysql', EspoCRM started popup "nd_pdo_mysql" is not supported. So I went back to data/config.php and revert the setting back to 'pdo_mysql'. Which should all be good and back to normal, but big mistake. It didn't go back to normal, I'm starting to get these two error below and constant Error 500.
Anyone know where these relevant file are stored? Or can recommendation on what to do? E.g. disable notification and notreadcount somehow to stop the error for the time being.
espocrm.com/api/v1/Activities/action/popupNotifications[HTTP/2 500 Internal Server Error 690ms]
espocrm.com/api/v1/Notification/action/notReadCount
Comment