• When I try to download data from a form I get the following error’s.
    Who can help me to fix it?

    Warning: Cannot modify header information – headers already sent in /home/checklist/www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 36

    Warning: Cannot modify header information – headers already sent in /home/checklist/www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 37

    Warning: Cannot modify header information – headers already sent in /home/checklist/www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 38

    Warning: Cannot modify header information – headers already sent in /home/checklist/www/wp-content/plugins/wordpress-form-manager/getcsv.php on line 39

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    You would need to disable PHP warnings. Showing warnings is only normal in a development environment. Public sites should turn warnings off.

    On the other hand I’m not sure what would be causing the problem with the headers, so I can take a look, but it is best to not display warnings unless you know why you need them.

    Thread Starter all2gether

    (@all2gether)

    I disable the PHP warnings in my .htaccess file.

    What I need to provide to you?

    in my wordpress I get a new page (warnings now disabled)

    <html><head></head><body>ÿþTimestamp	User	"IP Address"	"Kies proefabonnement(en)"	Aanhef	Voorletters	Naam	Organisatie	Afdeling	Postadres	Postcode	Plaats	Telefoon	E-mailadres
    "2011-09-06 10:49:04"	user	xxx.xxxx.xx.xxx	"tekst)"	heer	AB	Test	Test	Test	Test	Test	Test	Test	no@mail.nl
    </body></html>
    Plugin Author hoffcamp

    (@hoffcamp)

    The page you are looking at is the CSV data. There should not be any of the HTML tags, though, and that is what is causing your problem. The quick solution would be to copy and paste the text into a text file and then save it as .csv.

    Thread Starter all2gether

    (@all2gether)

    Hi Hoffcamp,

    So I can only having the CSV data by selecting all and copy paste it to a text file?

    I tried to download the option ‘save target as’ but then I get the file ‘getcsv.htm’.

    Plugin Author hoffcamp

    (@hoffcamp)

    I guess. That’s not the normal way it is supposed to work, but for some reason, your WordPress setup is adding the ‘html’ etc. tags to the output, which is causing this problem for you. It does not do this for me. Try disabling other plugins to see if there is a conflict, and I’ll see if I can fix it. Otherwise you are stuck with copy/paste. When you do a ‘save as’, you should be able to specify the filename including the extension, so you could choose ‘mydata.csv’ instead of ‘getcsv.htm’.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WordPress Form Manager] download CSV bug’ is closed to new replies.