TestingDocs.com
Software Testing website
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR

How to fix read/write permissions Failed! error during TestLink Install

Tweet
Pin it

Document Contents

  • Overview
  • templates_c directory
  • Failed! logs directory
  • Failed! upload_area directory

Overview

In this tutorial, we will go through the folder read/write errors during the new installation of TestLink instance on the Linux machine.

Linux machine

TestLink version: 1.9.2

templates_c directory

Error:

Checking if /var/www/html/testlink-code/gui/templates_c directory is writable (by user used to run webserver process)

 

read write errors TestLink

Fix:

Open terminal window

Issue the following command.

$ sudo chmod -R a+rwx /var/www/html/testlink-code/gui/templates_c

The above command is an example. We need to replace the exact path on your install for the templates directory.

 

Failed! logs directory

The failed directory exists error.

Fix commands: The following commands would fix the errors for the failed logs directory errors during the new install of TestLink.

$ sudo mkdir /var/testlink/
$ sudo mkdir /var/testlink/logs
$ sudo chmod -R a+rwx /var/testlink/

 

Failed! upload_area directory

Fix commands: The following commands would fix the errors for the failed upload-area directory errors during the new install of TestLink.

$ sudo mkdir /var/testlink/

$ sudo mkdir /var/testlink/upload_area/

$ sudo chmod -R a+rwx /var/testlink/

 

The above commands would fix the folder errors during the TestLink install.

After fixing the folder errors and permissions, re-launch the TestLink web installer to continue with the installation.

 

 

TestLink Tutorial on this website can be found at:
https://www.testingdocs.com/testlink-tutorials/

More information on TestLink Open source Test management tool can be found on the official website at: http://testlink.org

Related Posts

TestLink /

TestLink Bitnami Cloud Image

TestLink /

TestLink REST API Apache Server Configuration

TestLink /

How to fix Fatal Error: Maximum execution time of 30 seconds exceeded in date_api.php

TestLink /

Clone Testlink GitHub repository on Linux

Create a TestLink Test Project

TestLink /

Create a TestLink Test Project

Tag Cloud

Agile Appium Tutorials C++ Eclipse Tutorials Git Tutorials IntelliJ Tutorials Java Java Tutorial JBehave Jenkins Jira Cloud JUnit Tutorial Maven Object-oriented Flowchart Python Tutorials Raptor Flowcharts Selenium IDE TestLink Tutorials

Back to Top

TestingDocs.com

  • Privacy Policy
  • Cookie Policy
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
www.TestingDocs.com | All Rights Reserved