Closed markusbug closed 6 years ago
What OS are you using? Do you have PHP Curl installed?
kali linux and yes
Ok, try enabling the error reporting, comment out this line.
// error_reporting(0);
It´s already uncommented
ok, replace the 0
with E_ALL
Like this:
error_reporting(E_ALL);
save and and try to run the script again..
Report: `PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /root/instasniper/script.php:63 Stack trace:
thrown in /root/instasniper/script.php on line 63 `
It seems like you don’t have curl installed.
Install it with:
sudo apt-get install php-curl
And restart apache
sudo service apache2 restart
It always crasches but theres no error output