Ryan Cramer

Results 408 comments of Ryan Cramer

Thanks good idea! I have updated this to support https.

Soma, something definitely different with those photos as when I open them in my browser, they draw from left to right (rather than top down), and that's something I've never...

I've not heard of this particular error occurring for anyone else before, but looks like we should stop using that date as our default for unknown date. We can't use...

Yeah I think you are right CURRENT_TIMESTAMP is probably the way to go here. I like to have the option of having an "unknown" value for dates/times, but since the...

The problem is you can have only one CURRENT_TIMESTAMP per table. On our pages table, we're already using it for the 'modified' date, so can't apply CURRENT_TIMESTAMP to our default...

It's interesting that MySQL let you proceed with it anyway. Did the installation succeed despite the error? If so maybe it was more of a warning than a fatal error?...

Thanks Christian, I've actually already fixed this locally so don't worry about a PR. I just need to do some more testing with it before I commit to GitHub, but...

What version of PW? Testing here on 2.5.25, I can't duplicate it. Do you have a WireMail module installed? (i.e. WireMailSmtp or WireMailSwiftMailer?). I tested with no WireMail modules installed,...

With the stock WireMail, it's meant to stick as close as possible to PHP's default mail() behavior, so it is intentional that we're injecting as few headers as possible when...

So far I can't duplicate this. I'm testing with page reference fields (not yet with a MapMarker since it isn't in the core, and sounds like you are seeing the...