Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2checkout




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Size limit of CSV file ?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Size limit of CSV file ?
#1801
Size limit of CSV file ? 2 Years, 9 Months ago Karma: 0
Is there a limit to the size of the csv file that csvtable and datatable can handle? Or is this something that is set by my server?
I tested the component with one small dataset (50 records) and it worked great, but when I tried it on another dataset (5000 records) it resulted in a 500 error.

I suspected that I might be better off putting these larger datasets into MySQL, but just wanted to see how it fared under these two plugins, since they are simple and intuitive for users. Now I just want to be certain that it really is the size and not something else that is giving me the error.

Thanks,
Barry
The administrator has disabled public write access.
 
#1815
Re:Size limit of CSV file ? 2 Years, 9 Months ago Karma: 275
Hello,

Limit of CSV file size depends on available memory. You can see memory which allocated for running script on 'Help->System Info->PHP Information' page on your Joomla backend on 'memory_limit' option, also it can have problem with large datasets because DataTable plugins such as ARI JDataTable, ARI JTableSorter and other handle data on client-side, it can work normally with ~1000-2000 rows in dataset. We are goingo to remove this limitation and AJAX support to DataTable plugin in one of the future releases.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1828
Re:Size limit of CSV file ? 2 Years, 9 Months ago Karma: 0
Thanks !
The administrator has disabled public write access.
 
#1831
Re:Size limit of CSV file ? 2 Years, 9 Months ago Karma: 0
Admin -- that is good news. Do you have an idea as to when that would be available?
The administrator has disabled public write access.
 
#3809
Re:Size limit of CSV file ? 1 Year, 9 Months ago Karma: 0
I have a CSV file with 2397 rows and the page just shows as blank when I try and display the file in a data table. Any tips?
The administrator has disabled public write access.
 
#3810
Re:Size limit of CSV file ? 1 Year, 9 Months ago Karma: 275
You can try to use PHP Settings plugin that increase value of 'memory_limit' PHP setting. Set it to '256M' for example.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12