Page 1 of 1

leads loading problem

PostPosted: Fri Mar 01, 2013 12:31 pm
by ruben23
Version: 2.6b0.5
SVN Version: 0
DB Schema Version: 1341
DB Schema Update Date: 2013-02-28 11:56:41
Auto User-add Value: 101


Hi guys i have issue with 1.8 asterisk and latest SVN trunk, when i load leads

Through Old leads loader
3rd generation Leads loader

used CSV and text_tab, and i always got this error:

Image

I have tested with 3 Servers latest SVN, all server have same problem, this could be bug.?




any help please..

Re: leads loading problem

PostPosted: Fri Mar 01, 2013 4:17 pm
by williamconley
changing to 1.8 asterisk should have no effect. usually a broken lead loader is OS based (and installer related), but you have not listed your installer method.

Re: leads loading problem

PostPosted: Fri Mar 01, 2013 10:25 pm
by ruben23
@ williamconley

Scratch install Ubuntu Server 10.04 LTS
latest SVN trunk and 1.8 asterisk
Thanks

Re: leads loading problem

PostPosted: Sat Mar 02, 2013 12:05 am
by williamconley
In which case you should try installing Vicibox 4.0.3 in a Virtual Server and see why yours acts differently. Since you have a scratch install ... it is highly likely that this is merely an install-related issue.

Re: leads loading problem

PostPosted: Mon Mar 04, 2013 3:56 am
by DomeDan
maybe the file is bigger then the max filesize in php.ini
how big is the file?
what do you get from this command?: egrep 'max_size|max_filesize' /etc/php5/apache2/php.ini

Re: leads loading problem

PostPosted: Mon Mar 04, 2013 6:13 am
by brett05
i have try before ubuntu 10 et ubuntu 12 lts
you should verify php -v with eaccelerator
try to verify if they are no error with php
compile good cpan as this way for exemple :
cpan MD5 Digest::MD5 Digest::SHA1 readline Net::Telnet Net::Server Time::HiRes Mail::Sendmail Net::Domain Curses Term::ANSIColor Term::ReadKey Unicode::Map Unicode::Map Jcode Curses Getopt::Long Spreadsheet::WriteExcel Spreadsheet::ParseExcel OLE::Storage_Lite Proc::ProcessTable IO::Scalar Spreadsheet::XLSX Spreadsheet::Read LWP::UserAgent HTML::Entities HTML::Strip HTML::FormatText HTML::TreeBuilder Switch Time::Local MIME::Decoder Mail::POP3Client Mail::IMAPClient Mail::Message IO::Socket::SSL MIME::Base64


verify php.ini in apache2
error_reporting = E_ALL & ~E_NOTICE
memory_limit = 48M
short_open_tag = On
max_execution_time = 330
max_input_time = 360
post_max_size = 48M
upload_max_filesize = 42M
default_socket_timeout = 360


then service apache2 restart