Hi sjkelley,
This is not a 'known problem' but is almost certainly a server setting. The server logs might give you a clue.
It might be a problem with server memory if you are building the export file in memory; saving the file to the server and then exporting it can get round this problem.
Does the export work if you LIMIT to export to a smaller number of rows - trying a small part of the table will let you check that the process is working.
If you are exporting to Excel then there is a nice MySQL plug-in for Excel that might do the job if Liquid Web allow remote access.
Bob
re: server memory...
I don't know if it is being built in memory first or not. I am just clicking the "Export" button in CF -- so whatever it does by default is what I'm doing. I did just check and "memory_limit" is currently set to 128M.
re: export with limited number of rows...
Yes, it works when I limit the export.
re: Excel plugin...
Oh I am able to (and have been) going into phpMyAdmin to export the tables directly to CSV and/or Excel. However my client (the owner of the site) doesn't understand MySQL and has never used phpMyAdmin, etc. -- so they simply want to be able to click the "Export" button within CF.
* * *
Thanks for your input. I'm going to have Liquid Web increase "memory_limit" to the maximum. Hopefully that will correct the issue.
Hi sjkelley,
Yes, CFv6 will be trying to build the file in memory - I just checked the code to make sure.
Bob
Thanks for the clarification!
Hmm... Sadly, no luck. I checked the error logs and found:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /mnt/target04/863082/www.mission-bbq.com/web/content/libraries/cegcore2/libs/arr.php(89)
I then went in and changed the values in .htaccess so that:
memory_limit = 512M
maximum_execution_time = 30
... but it's still timing out. Any other likely culprits you can think of settings-wise?
Hi,
If you do not select any records to export then all the table records will be exported, if you have a lot of records then it will take a lot of time and memory and you will get an error, so you will need to export fewer records.
Best regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?