Harmen Posted January 17, 2018 Posted January 17, 2018 Hello all, Was wondering if any of you tried to include the Exact PHP client by Picqer in Processwire (URL)? I am trying to at the moment but I am stuck at the Authorization process. Building it inside a module file to execute a certain function every 6 hours to update something on the website. For the authorization process the file has to execute the following piece of code: header('Location:'. $urlThatRedirectsMeToTheLoginOfExact); But each time I am trying to do so, I get the following error: Cannot modify header information - headers already sent by (output started at /processwire/index.php:55). I am out of options so that's why I am trying to find someone who used this library and could get it to work or someone who knows how I can fix it. Tips are highly appreciated (if they work ;)) Cheers, Harmen
kongondo Posted January 17, 2018 Posted January 17, 2018 Maybe start here (regarding headers already sent error) https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php 1
Recommended Posts