Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have created a facebook chat application which uses text files to store data with javascript and php now the problem is that when user browsing without secure browing on it works fine, but with secure browsing on its giving error

Warning: file_put_contents(chattxt/Main.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/----/public_html/apps/chat/chatfiles/class.ChatSimple.php on line 122 Main18+Boys OnlyGirls Only Unable to save data in: chattxt/Main.

This is the app's link.

share|improve this question

closed as not a real question by CBroe, bensiu, t0mm13b, Hogan, John Palmer Dec 31 '12 at 0:53

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Well figure out what the differences are between your script being called/running via HTTP and HTTPS – different system users, different domains and access levels granted on them, …

The problem is clearly an access problem concerning (file) permissions within your server’s configuration/setup, so it’s not possible for us to debug it for you from the outside. We can at most give hints for places to look. You could also try to check the available server logs for a more detailed error explanation/report.

share|improve this answer
i have installed SSL certificate on domain via User nobody.. – Mian Shahzad Raza Dec 30 '12 at 17:18

Not the answer you're looking for? Browse other questions tagged or ask your own question.