Level 51
You need to install the php curl extension
Ubuntu:
apt install php-curl
Redhat:
yum install php-curl
Then restart your webserver.
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Pusher \ PusherException The Pusher library requires the PHP cURL module. Please ensure it is installed
I get this error when i try to load my website.
You need to install the php curl extension
Ubuntu:
apt install php-curl
Redhat:
yum install php-curl
Then restart your webserver.
Please or to participate in this conversation.