Page 1 of 1

Leads not loading in Super Lead Loader

PostPosted: Wed Nov 22, 2006 7:40 am
by ykhan
I get the following error when trying to upload leads in ver.2.0.1:

Warning: fopen(/usr/local/apache2/htdocs/vicidial/vicidial_temp_file.csv) [function.fopen]: failed to open stream: No such file or directory in /usr/local/apache2/htdocs/vicidial/new_listloader_superL.php on line 916
Processing CSV file...

LIST ID OVERRIDE FOR THIS FILE: 200


Warning: fgetcsv(): supplied argument is not a valid stream resource in /usr/local/apache2/htdocs/vicidial/new_listloader_superL.php on line 929

Please help. Thanks :)

PostPosted: Wed Nov 22, 2006 7:53 am
by mflorell
Is your vicidial web directory world writable?

What is the filesize of this CSV file?

What is your PHP file upload maximum limit?

Do you have file uploads turned on in php.ini?

It works

PostPosted: Wed Nov 22, 2006 8:31 am
by ykhan
Thanks Matt. I looked into those parameters and changed them. It works great now. Thank you.