kennyb 0 Report post Posted April 11, 2012 On my most recent rounds of updating plugins' FormBuilder which worked extremely well is no longer working and leaving an error across the page. I've since disabled. Help anyone? Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/26/7015826/html/tristanohs/wp-content/plugins/formbuilder/formbuilder.php:177) in /home/content/26/7015826/html/tristanohs/wp-content/plugins/formbuilder/formbuilder.php on line 177 Share this post Link to post Share on other sites
Simon 248 Report post Posted April 11, 2012 Turn off WP_DEBUG in wp-config.php Your using a VERY old version of PlatformPro, latest was 1.5.3, you have 1.3.5. php sessions/cookies have to initiated before ANY output to the browser, a plugin is spitting out some error message before the session is starting, thats causing the error. Share this post Link to post Share on other sites