Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ncltours's avatar

Pusher \ PusherException

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.

0 likes
3 replies
D9705996's avatar
D9705996
Best Answer
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
ncltours's avatar

Hi I did that already but it didn't solved the problem. There was two version of php 7.1 and php 7.2 running on my server. I purge the php 7.1 which i was not using. Its works now.

D9705996's avatar

@NCLTOURS - Can you please mark the discussion as solved if you have fixed your problem.

Please or to participate in this conversation.