Quote:
Originally posted by annams
I get can't parse error twice when a new thread is posted and once when a reply is being posted.
|
Since you were using the test server, webdiscuss.test, I know it has nothing to do with the server accepting it. I checked out your site where your forums are and it returned "X-Powered-By: PHP/4.0.3pl1" and the date format I use requires PHP 4.0.4 or greater to work.
So, either you can try to convince your webhost to upgrade, or you can make the following changes:
Whereever you find:
Replace it with:
Code:
date("D, j M Y H:i:s O",
I'll have that change in the next release.