TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

TestLink Tutorial

How to fix Uncaught Error: Call to undefined function curl_init()

Introduction

In this tutorial, we will fix the following error in the TestLink application. Fatal Error Call to undefined function curl_init()

Error:

The root cause of the error may be because the curl extension is not enabled in the PHP settings configuration file.

 

Fatal error curl_init()

Fix

Steps to fix the problem are as follows:

Launch the PHP .ini file

Locate the curl extension. If its commented out remove the comments or add the extension to the file.

extension=curl

 

php.ini file

 

Save the setting file.

Stop/Start or Restart the Apache server on the machine.

Expected Result: The above problem would be resolved in the TestLink application.

 

 

Related Posts

TestLink Bitnami Cloud Image

TestLink Tutorial /

TestLink Bitnami Cloud Image

Apache Server Configuration

TestLink Tutorial /

TestLink REST API Apache Server Configuration

TestLink Install on Domain

TestLink Tutorial /

Install TestLink Software via CPanel Platform

Test Suite Import Export TestLink

TestLink Tutorial /

Import/Export TestSuite in TestLink

TestLink Tutorial /

Commercial Alternatives to TestLink Tool

‹ How to fix Fatal error: Call to undefined function mb_split()› How to fix read/write permissions Failed! error during TestLink Install

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version