i get this error when i try to start tribune
\sites\all\modules\tribune\filters\meteo.inc on line 51
Temporary Fix:
Edit out that entire function at line 51. Seems to have worked nicely for me.
Well I removed the filter from the repository, it uses a try/catch construct which I guess PHP4 doesn't like. It wasn't really ready for use, anyway.
Comments
Comment #1
harishu commentedComment #2
sarne commentedTemporary Fix:
Edit out that entire function at line 51. Seems to have worked nicely for me.
Comment #3
SeeSchloss commentedWell I removed the filter from the repository, it uses a try/catch construct which I guess PHP4 doesn't like. It wasn't really ready for use, anyway.