Page 1 of 1

Permission denied at vicidial/sheet2tab.pl linne 113

PostPosted: Sun Nov 14, 2021 7:45 am
by raloheni
Hi
while uploading CSV file with custom layout it just shows ""
while looking into the log i found below error log.

any idea

Permission denied at /var/www/html/vicidial/sheet2tab.pl line 113.

the 113 line shows
if ($ext eq '.csv')
{
open( IN, $infile ) or die "can't open $infile: $!\n";
open( TMPFILE , ">$tempfile" ) or die $!;


i used scratch install on centos 7

Re: Permission denied at vicidial/sheet2tab.pl linne 113

PostPosted: Sun Nov 14, 2021 12:51 pm
by carpenox
chmod -R 777 /var/www/html/vicidial
chown -R apache:apache /var/www/html/vicidial