Hi, I just moved my Mautic installation from a CentOS server to a Debian OS.
I get some errors in backend, eg.
Code:
PHP Fatal error: Call to undefined function Debril\RssAtomBundle\Driver\curl_init() in /var/www/mautic/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Driver/HttpCurlDriver.php on line 54, referer: https://myserver.it/s/login
I wondering if there is some tool to check if minimum requirements are met, and I case, which PHP modules are missing.
In that case, it seems that php5-curl is missing.
..how can I check others, eventually?
Hi, I just moved my Mautic installation from a CentOS server to a Debian OS.
I get some errors in backend, eg.
PHP Fatal error: Call to undefined function Debril\RssAtomBundle\Driver\curl_init() in /var/www/mautic/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Driver/HttpCurlDriver.php on line 54, referer: https://myserver.it/s/login
I wondering if there is some tool to check if minimum requirements are met, and I case, which PHP modules are missing.
In that case, it seems that php5-curl is missing.
…how can I check others, eventually?