• Using the latest theme from Divi (3.0.95), and when I save the page with the SP shortcode, I get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/childstrive/childstrive.org/wp-content/plugins/sp-client-document-manager/classes/uploader.php:126) in /home/childstrive/childstrive.org/wp-content/themes/Divi/includes/builder/functions.php on line 2346

    The lines around here in this file say:

    	// delete
    	setcookie( 'et-saving-post-' . $post_id . '-bb', 'bb', time() - DAY_IN_SECONDS, SITECOOKIEPATH, false, is_ssl() );
    	// set
    	setcookie( 'et-saved-post-' . $post_id . '-bb', 'bb', time() + MINUTE_IN_SECONDS * 5, SITECOOKIEPATH, false, is_ssl() );

    Happy to report this to Divi if you think this error is with them. The site still works and I can save content, but it’s not a great UX.

Viewing 1 replies (of 1 total)
  • Plugin Author smartypants

    (@smartypants)

    Hey hows it going, doesn’t look like this is our plugin, that function outputs directly to our uploader and is not using any system filters

    “sp_cdm_bottom_uploader_page” is the specified filter

    I would report this to divi to see why there is output in that functions file, basically ours should output because it is during the content building phase where theirs isn’t since its before any content is displayed

Viewing 1 replies (of 1 total)

The topic ‘Conflict with Divi theme? Warning: Cannot modify header information’ is closed to new replies.