The tar command is not available. Please correctly configure it in your "config.inc.php".

All About OJS 3
Post Reply
Priastana
Posts: 3
Joined: 21 Aug 2018, 14:59
Contact:

The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by Priastana »

Halo temen2,
Pas mau instal plugin kok muncul in ya "The tar command is not available. Please correctly configure it in your "config.inc.php"."
Cara mengatasinya bagaimana ya?

acahya
Posts: 79
Joined: 20 Feb 2017, 09:18
Location: Pekanbaru
Contact:

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by acahya »

Harus punya akses ke sistem di /bin/tar
kalau kita bisa akses ke setingan Php_openbasedir tambahkan "/bin/tar" ke dalam setingannya.
ACahya Channel Site
Artikel Tentang OJS silahkan Klik
Image
http://acahya.web.id/category/ojs/
https://www.youtube.com/c/acahyachannel

rakamochy
Posts: 1
Joined: 15 Nov 2018, 21:25

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by rakamochy »

acahya wrote:Harus punya akses ke sistem di /bin/tar
kalau kita bisa akses ke setingan Php_openbasedir tambahkan "/bin/tar" ke dalam setingannya.
php_openbasedir tempatnya dimana pak?

pramitafirnanda
Posts: 1
Joined: 11 Jan 2019, 00:23

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by pramitafirnanda »

Saya juga sedang ada kendala yang sama dengan error ini "The tar command is not available. Please correctly configure it in your "config.inc.php"", klo harus punya hak akses ke bin/tar itu bukannya pakai linux ya ? mohon pencerahannya saya dev menggunakan windows dg versi OJS 3.1.1-4

edisatriadi

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by edisatriadi »

Saya juga mengalami kendala The tar command is not available. Please correctly configure it in your "config.inc.php".

Bagaiaman solusinya saya mengunakan webserver dengan windows yang di jalankan dengan xampp

mohon info jika ada kendala sama terima kasih

admin778
Posts: 1
Joined: 29 Jan 2019, 00:15

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by admin778 »

silahkan download TAR untuk windows http://gnuwin32.sourceforge.net/packages/gtar.htm
kemudian edit config.inc.php

;;;;;;;;;;;;;;;;;;;;;
; External Commands ;
;;;;;;;;;;;;;;;;;;;;;

[cli]

; These are paths to (optional) external binaries used in
; certain plug-ins or advanced program features.

; Using full paths to the binaries is recommended.

; perl (used in paracite citation parser)
perl = /usr/bin/perl

; tar (used in backup plugin, translation packaging)
tar = C:\Program Files\GnuWin32\bin\tar.exe

Semoga membantu...

justti
Posts: 1
Joined: 21 Jul 2020, 13:29

Re: The tar command is not available. Please correctly configure it in your "config.inc.php".

Post by justti »

admin778 wrote:
01 Oct 2019, 20:10
silahkan download TAR untuk windows http://gnuwin32.sourceforge.net/packages/gtar.htm
kemudian edit config.inc.php

;;;;;;;;;;;;;;;;;;;;;
; External Commands ;
;;;;;;;;;;;;;;;;;;;;;

[cli]

; These are paths to (optional) external binaries used in
; certain plug-ins or advanced program features.

; Using full paths to the binaries is recommended.

; perl (used in paracite citation parser)
perl = /usr/bin/perl

; tar (used in backup plugin, translation packaging)
tar = C:\Program Files\GnuWin32\bin\tar.exe

Semoga membantu...
link gtar.html tidak bisa diakses.

Post Reply