It's probably because your Webhost upgraded to PHP4.3
here's the fix.
|
Quote:
|
|
Remove the quotes from around "LC_TIME" in those files/lines mentioned in your errors. This means "LC_TIME" should be changed to LC_TIME.
|
You'll find it in
mainfile.php
modules/Downloads/index.php (multiple times)
modules/Web_Links/index.php (multiple times)
blocks/block-Old_Articles.php
mikem