Andr3as / Codiad-CodeGit

Git integration for Codiad
MIT License
26 stars 15 forks source link

Error: "Warning: session_start(): Cannot send session cache limiter" #57

Closed seanvree closed 7 years ago

seanvree commented 7 years ago

OS: Windows 10E 1703 X64 Codiad ver: v.2.8.4 PHP: 7.1.7 x64

Getting this error when I go to the settings form in CodeGIT:


Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\inetpub\wwwroot\Codiad\plugins\Codiad-CodeGit-master\dialog.php:1) in C:\inetpub\wwwroot\Codiad\common.php on line 88

I'm also unable to push/pull although, I'm not sure if that's related.

I can use GIT PUSH/PULL from the terminal, however.

I tried to apply this fix below, but didn't help:

https://github.com/Codiad/Codiad/issues/170

Screenshot:

codiadgit

Andr3as commented 7 years ago

I'm not able to reproduce your issue. Nevertheless I hope branch 57 fixes it. Could you please test it and if it works I'll merge it into master.

seanvree commented 7 years ago

@Andr3as

Yup! That worked!

Still not able to push or pull, but I'll open another issue for that as this doesn't seem to be related.

image