1
Any clues on how to resolve this situation? It occurs when trying to preview a post in Newbb 2.0. The following is the PHP Debug Error I see.
TIA
Fatal error: Cannot redeclare class mimetype in C:My Rootmoduleswfsectionclassmimetype.php on line 71
Here are lines 70-72 in the above file.
70 class mimetype
71 {
72 function getType($filename)