I have a problem with some code which worked fine on [url]http://[/url] but not [url]https://[/url]
It is a templating class which reads the contents of a file and parses through it. Are there any well known problems with secure servers and reading files in php?
The error is hard to track down, but it seems like the files are not read properly.
I would put the source on here but it is too long + id prefer not to make it public, hope people can still give some help/advice.