Vijay's Blog
I am not your BEST, But I will try
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
';
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment