Sending Headers
-
Howdy all!
I’m trying to install some php script to my WP site that isn’t a plugin or WordPress related in any way. I get the following error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/yummmei5/public_html/dev/wp-content/themes/provide/landing.php:7) in /home/yummmei5/public_html/dev/scripts/cr/cr.php on line 121
Doing some research, I’ve gathered that basically the script that I’m calling and WordPress together are trying to write the page headers twice. Though I can gather that knowledge, that’s about all I can do with it.
Does anyone know how I might be able to go about trouble shooting this?
Any other info that I can provide, I’ll be happy to. Thanks!
- The topic ‘Sending Headers’ is closed to new replies.