Ok, so what you are saying is that mysql requires it to be "+02:00" instead of "Africa/Johannesburg"? Because it's currently set as "Africa/Johannesburg"
That solved the problem, thanks a million! Never knew mysql needed the UTC format...
-
MODX Staff
- 10,725 Posts
If your php.ini has date.timezone already set, and it matches the one set for MySQL (in this and many cases this is the SYSTEM timezone), then this is not your issue.
Thanks. Any ideas then why I can't change templates? Any other info I can provide that would help?
-
☆ A M B ☆
- 1,780 Posts
I see that you said your MODX setting is blank. Set it with the php timezone value. I would bet that's what the remaining problem is.
-
☆ A M B ☆
- 1,780 Posts
Static Resources takes the place of the includeFile snippet that you're using. It's quite slick! Just point the static resource to the file and delete the includeFile call. Same thing, just simpler.
But it does not have anything to do with the template save issue.