alixandru / q2a-open-login

Question2Answer Open Login plugin
62 stars 44 forks source link

cannot modify headers info.... #61

Closed gautamshelley closed 8 years ago

gautamshelley commented 8 years ago

as i am enabling the enable facebook and show headers button I get an error on my admin

::Warning: Cannot modify header information - headers already sent by (output started at G:\PleskVhosts\pantnagarworld.com\httpdocs\qa-plugin\q2a-open-login-master\qa-open-page-logins.php:780) in G:\PleskVhosts\pantnagarworld.com\httpdocs\qa-include\qa-page.php on line 220::

alixandru commented 8 years ago

Make sure there is a files called providers.php in your plugin directory. You can rename providers-sample.php to providers.php. Also, very important, make sure that file is writable by the webserver process! As stated in the docs, the plugin must be able to write to this file, otherwise things won't work at all.

gautamshelley commented 8 years ago

ohhkkk worked on it ..... now after the fb page opens and asks for login ....the page is being redirected to a fresh page ...on my website without any login

alixandru commented 8 years ago

What are the parameters from the URL of the return page? Any error code?

On Thursday, November 26, 2015, gautamshelley notifications@github.com wrote:

if i'm running the plugin on my localhost it is working fine and showing the fb login box.....but as i updated it to my server it shows the error......

— Reply to this email directly or view it on GitHub https://github.com/alixandru/q2a-open-login/issues/61#issuecomment-159956518 .