TrevorH
User
| Posts: 25 |   |

|
Re: fatal error in capabilities - 2008/03/18 23:45
If you look at the line numbers reported in your error messages, it is complaining about a redeclaration of the function on the line number that has the closing brace for the function it is complaining about! That is. there is no redeclaration, it's a bogus error message. If you search for +"php 5.2.0" +redeclare through google you will find lots of hits pointing the finger of blame at php 5.2.0 for similar errors in lots of other products. I tracked through some of those bugs and they led me to those two PHP bug reports.
Do you have any way to install a newer PHP version on your box?
|