Search This Blog

Showing posts with label tmp. Show all posts
Showing posts with label tmp. Show all posts

Tuesday, February 18, 2020

Joomla ERROR: The archive file is corrupt, truncated or archive parts

Open configuration.php

Modify 
public $tmp_path = '../tmp';
public $tmp_path = 'tmp';

TO [add slash only]
public $tmp_path = '/tmp';

Hit Counter


View My Stats