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.
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.
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.
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