Could not detect connection handler. Please try to install PHP CURL Autodetect Communication Setting

Could not detect connection handler. Please try to install PHP CURL.
Autodetect Communication Settings
this error faced my how can i fix it .

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Hello,

    have you already installed PHP CURL?

    Regards,
  • how can i know if php curl installed or not because i bought this web site and i am not sure if the person who created the web site if he install it or no? .
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    You can create a new php file (eg. info.php) on your website with the following contents:

    <?php phpinfo(); ?>
    Then open the created file in your browser to get the info.
  • i have this file php.ini

    magic_quotes_gpc = Off;
    register_globals = Off;
    default_charset = UTF-8;
    memory_limit = 64M;
    max_execution_time = 36000;
    upload_max_filesize = 999M;
    safe_mode = Off;
    mysql.connect_timeout = 20;
    session.auto_start = Off;
    session.use_only_cookies = On;
    session.use_cookies = On;
    session.use_trans_sid = Off;
    session.cookie_httponly = On;
    session.gc_maxlifetime = 36000;
    allow_url_fopen = on;
    ;display_errors = 1;
    ;error_reporting = E_ALL;
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    I'm sorry, but have you read my last post?
  • i read it and make a php.ini with your method and still not working
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Did you try to install PHP CURL (my first post) or actually discover if it's already installed (my second post) ?

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.