Page 1 of 1

Unable To Upload Leads

PostPosted: Thu May 09, 2019 7:35 pm
by rameez.amjad4
Good Day,
I today installed vicibox 7.0.4, and after updating system via "zypper up -y", i am not able to upload leads, Please help.

Version: 2.14b0.5
SVN Version: 3096
DB Schema Version: 1569
DB Schema Update Date: 2019-05-10 04:03:20

Problem i am facing is that when i tried to upload leads to a list that i created already it takes me to this page and there is nothing there its a blank webpage: http://192.168.X.XXX/vicidial/admin_lis ... th_gen.php

I have made following changes in php.ini, because list that i have to upload have 500k records

upload_max_filesize = 200MB
post_max_size = 3841MB
memory_limit = 1536MB
max_input_time = 912
max_execution_time = 990

I would like to have an assistance how to resolve this issue please update ASAP, Thanks.

Rameez Amjad.

Re: Unable To Upload Leads

PostPosted: Thu May 09, 2019 7:51 pm
by rameez.amjad4
This is error i got in error log:

Fri May 10 05:45:42.977271 2019] [php5:error] [pid 5244] [client 192.168.0.126:62318] PHP Fatal error: require(): Failed opening required 'options.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/htdocs/vicidial/admin_listloader_fourth_gen.php on line 89, referer: http://192.168.X.XXX/vicidial/admin.php?ADD=100

Re: Unable To Upload Leads

PostPosted: Thu May 09, 2019 9:57 pm
by mflorell
It's a bug! I just updated the code. Try upgrading to the most recent svn/trunk and see if that fixes it.

Re: Unable To Upload Leads

PostPosted: Fri May 10, 2019 1:13 pm
by rameez.amjad4
Should i use "zypper up -y" for an upgrade?

Re: Unable To Upload Leads

PostPosted: Fri May 10, 2019 1:24 pm
by rameez.amjad4
I upgraded to SVN 3097 and it fixed the issue, i used following link to upgrade SVN

http://akamarketing.blogspot.com/2015/0 ... grade.html

Thanks.

Re: Unable To Upload Leads

PostPosted: Fri May 10, 2019 2:21 pm
by williamconley
rameez.amjad4 wrote:I upgraded to SVN 3097 and it fixed the issue, i used following link to upgrade SVN

http://akamarketing.blogspot.com/2015/0 ... grade.html

Thanks.

Excellent postback! 8-)

Re: Unable To Upload Leads

PostPosted: Fri May 10, 2019 10:52 pm
by ambiorixg12
an easy fix I used is comment the line 89 on file /srv/www/htdocs/vicidial/admin_listloader_fourth_gen.php , to do not require the options.php file

Re: Unable To Upload Leads

PostPosted: Fri May 10, 2019 11:33 pm
by williamconley
it that's true, another quick fix would be to "touch" that file so it exists and is empty. 8-)