I found the problem with the Y.
It was this "[PHP] echo date(Y);[/PHP]" code in my CMS content, where the Y
not was quoted 'Y'.
I changed it to "[PHP] echo date('Y');[/PHP]" and all went fine now.
The [PHP] is just a replacement tag of the CMS, where you can render PHP
code in the system.

All works fine now.
Thanks

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,256693,257455#msg-257455

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to