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

  • Scaler Academy – An Online Learning Platform
  • Difference between PHP and JavaScript?
  • 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

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com