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 Fatal error: Call to undefined function mb_split()

    Introduction

    On this page, we will learn how to fix the TestLink error Fatal error: Uncaught Error: Call to undefined function mb_split(). As a result of this error, you might not be able to login to the TestLink application and use it.

    TestLink features require PHP extensions to work. mbstring is a PHP extension that is required for Unicode (UTF-8) support.

    Steps to Reproduce

    Open the Testlink login page.

    Login with a valid Testlink user.

    Actual Result: Fatal error: Uncaught Error: Call to undefined function mb_split()

    Error Indication & Screenshot

     

    TestLink Error

    Fix

    Locate the PHP configurationĀ  php.ini file.

    Enable the extensions:

    extension=mbstring
    extension=exif ; Must be after mbstring as it depends on it

    Save the changes to the file.

    Restart the Apache server or Service.

    Launch the Test login page.

    Log in as a valid user.

    Expected Result: Log in should be successful and no error should be displayed.

     

    TestLink Login Sucess

     

    TestLink Tutorial on this website:

    https://www.testingdocs.com/testlink-tutorials/

    More information on TestLink, official website:

    https://testlink.org/

    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

    ‹ Create Requirements Specification in TestLink› How to fix Uncaught Error: Call to undefined function curl_init()

    Recent Posts

    • ChatGPT Plans Free and PlusChatGPT Subscription Plans
    • Stellar Converter for Database ToolStellar Converter for Database
    • Stellar MySQL Log AnalyzerStellar Log Analyzer for MySQL
    • Stellar Repair for MySQLStellar Repair for MySQL
    • ChatGPT IntroductionChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI FeaturesChatGPT4 Conversational AI Features
    • Trends in Software EngineeringShaping the Future of Development: Exploring Key Trends in Software Engineering
    • Java PerformanceImproving Java Performance with Multithreading
    • QDrant Vector DatabaseOpen-source Vector Databases
    • Difference between PHP and JavaScript?
    • Bing AI Browser Web ContentBing Conversation Styles
    • ChatGPT PreviewChatGPT Introduction
    • Open Source AI Frameworks TensorFlowOpen Source AI Frameworks
    • Artificial Intelligence Tools

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com