Page 1 of 1
Super Lists Loader Issue
Posted:
Tue Feb 26, 2008 4:12 am
by garybautista
I've been using the custom list loader uploading 10,000+ leads with no problem for months. All of a sudden it started showing up with the same information on the drop down even with a different csv file. Work around I do is I just change the contents of the vicidial_temp_file.txt with the new list everytime I load new lists.
How can I fix this issue so that it updates the vicidial_temp_file.txt so I can load new lists without doing the workaround?
Permission is set to 644 and I tried deleting this file but apache wont recreate it.
Posted:
Tue Feb 26, 2008 7:45 am
by mflorell
That's very odd, did anything change with your httpd.conf or php.ini file at that time?
Posted:
Tue Feb 26, 2008 9:35 am
by aster1
Check file permissions too
Posted:
Tue Feb 26, 2008 12:38 pm
by garybautista
I never changed anything except rebooted the server yesterday. permission is set to 644 on the vicidial_temp_file.txt. Oh and by the way, this is the second server that did this to me. I had a server several months ago that did this too.
yes
Posted:
Tue Feb 26, 2008 2:18 pm
by eliasferreyra
yes it happends
i frecuently have this problem i do the same that garybautista do and work but i dont know whay it happend.
ia have reinstall tha database mysql and php and httpd and the problem persist
somebody help us
Posted:
Tue Feb 26, 2008 3:19 pm
by enjay
check your max upload size in php.ini you are probably exceeding the max size. that exact scenario will happen when the upload size is set below the actual size of the file. Additionally make sure thatif you have checked this you are changing the correct php.ini some systems store it in different locations.
-Art
hello
Posted:
Tue Feb 26, 2008 4:21 pm
by eliasferreyra
anjay what do you think if i use it?
upload_tmp_dir = "/tmp"
upload_max_filesize = 10MB
post_max_size = 32M
memory_limit = 64M
max_input_time = 180
max_execution_time = 180
in php.ini
Posted:
Tue Feb 26, 2008 4:24 pm
by enjay
How large is your file?
I would set the max upload size to like 100M
change the max_execution_time to 300
set the memory_limit to 128M
-Art
thanks enjay
Posted:
Tue Feb 26, 2008 4:49 pm
by eliasferreyra
thanks enjay i will do that
i will let you know what happend
Posted:
Tue Feb 26, 2008 4:50 pm
by enjay
make sure you restart apache when your done
ok
Posted:
Tue Feb 26, 2008 4:54 pm
by eliasferreyra
OK Enjay thanks
YES SR..