• Resolved Jay Buys

    (@jaybuys)


    I just moved a site to a client server and spent an hour troubleshooting an issue so I thought I’d submit it here in case anyone has the same issue and/or the plugin authors can update a future version.

    When I submitted the form I was just getting a blank white screen. Reviewing the log files showed a “Cannot modify header information – headers already sent” error.

    It turns out that the nameparse.php file uses the “<?” shortcut for PHP code which my client’s server did not support. I simply updated that file to use the standard “<?php” and everything worked fine.

    All of the other plugin files seem to use the standard “<?php” so it’d be great if this could be updated as well for future versions.

    https://wordpress.org/plugins/constant-contact-api/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘White screen problem – Update to nameparse.php’ is closed to new replies.