mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Cannot export xlsx or odf file #37

Closed lnaima closed 6 years ago

lnaima commented 6 years ago

Hi, I use your plugin with CF7 on some WP installations (different servers), but now I have a problem with the export function. When I try to export data on a xlsx or odf file I have an INVALID_RESPONSE error. Csv export works fine. It happens (I think) since I upgraded CF7 to version 4.9, I didn't upgrade nor CF7 or CFDB on some sites since I noticed the problem and they are still working fine.

Configuration example of a non-working site: WP 4.8.2 -- PHP 5.5.38 -- CF7 4.9 -- CFDB 2.10.34 Configuration example of a non-working site: WP 4.8.2 -- PHP 5.5.38 -- CF7 4.9 -- CFDB 2.10.32 Configuration example of a working site: WP 4.8.2 -- PHP 5.5.38 -- CF7 4.8.1 -- CFDB 2.10.32

++ UPDATE 1 november ++ Still not working with CF7 4.9.1 and CFDB 2.10.34 ++ ++ ++

Do I need to check something particular in the php.ini file? Can I do something to help you find what's wrong?

Thanks a lot!

lnaima commented 6 years ago

Solved by chance, seems that this function needs to have PHP zip extension loaded and my server didn't have it. Hope this can help someone ;)