Scout24 / restapi-php-sdk

SDK für PHP-Entwickler um die Arbeit mit der API von ImmobilienScout24 zu vereinfachen. Über die API erhält man Ergebnislisten, Objektdaten, uvm. von ImmobilienScout und kann diese Daten inhherhalb seines Webservice integrieren. Die Dokumentation zum SDK findet man unter https://github.com/Immocaster/php-sdk/wiki.
64 stars 45 forks source link

Warning: session_start(): Cannot send session cache limiter - headers already sent #41

Closed jan-koch closed 8 years ago

jan-koch commented 8 years ago

Hey, I'm trying to integrate the api into a WordPress plugin. Seems that the session handling conflicts with WordPress' sessions. I get this error when loading the plugin:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Applications/XAMPP/xamppfiles/htdocs/restapi-php-sdk-master/wp-includes/formatting.php:5011) in /Applications/XAMPP/xamppfiles/htdocs/restapi-php-sdk-master/wp-content/plugins/immoscout_rest_api/Immocaster/Immobilienscout/Rest.php on line 2

Can you help me with that? I don't have much experience in working with sessions to be honest.

Thanks, Jan

jan-koch commented 8 years ago

Just

fmielke commented 8 years ago

Just? @jan-koch

jan-koch commented 8 years ago

Sorry, opening that thread didn't make sense as there's a discussion about session handling going on already in #38. Forgot to complete that "Just" statement after closing this.