Leads Loading Problem in VICIDIAL
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
I am trying to load the leads througth super lead loader. But when i am clicking on submit. It gives me nothing. When i saw the error_log of the httpd i got the folloowing error.
sh: /var/www/html/vicidial/listloader.pl: /usr/bin/perl: bad interpreter: Permission denied
I have my web directory in the /var/www/html
The permission of vicidial directory is below :
drwxrwxrwx 3 root root 4096 Jun 22 12:01 vicidial
Permission inside the vicidial dir. is same.
Because i have given <chmod -Rf 777 vicidial>
My permission of /home/cron is also 777
Below is the permission of perl executable :
[root@localhost html]# ls -l /usr/bin/perl
-rwxr-xr-x 2 root root 15648 May 22 2005 /usr/bin/perl
I have loaded all the modules which is requiered for excel sheet to load.
install OLE::Storage_Lite (needed for super list loader Excel)
install Spreadsheet::ParseExcel (needed for super list loader Excel)
I am not getting what could be the problem.
Please if anybody has face such problem than please guide me what to do.
sh: /var/www/html/vicidial/listloader.pl: /usr/bin/perl: bad interpreter: Permission denied
I have my web directory in the /var/www/html
The permission of vicidial directory is below :
drwxrwxrwx 3 root root 4096 Jun 22 12:01 vicidial
Permission inside the vicidial dir. is same.
Because i have given <chmod -Rf 777 vicidial>
My permission of /home/cron is also 777
Below is the permission of perl executable :
[root@localhost html]# ls -l /usr/bin/perl
-rwxr-xr-x 2 root root 15648 May 22 2005 /usr/bin/perl
I have loaded all the modules which is requiered for excel sheet to load.
install OLE::Storage_Lite (needed for super list loader Excel)
install Spreadsheet::ParseExcel (needed for super list loader Excel)
I am not getting what could be the problem.
Please if anybody has face such problem than please guide me what to do.