QUOTE (Asbjørn Ulsberg @ Sep 27 2007, 03:56 PM)

If I try to switch Movable Type 4 on
my site to publish dynamically instead of statically, I get the following error message on all of my pages:
CODE
Fatal error: Cannot redeclare is_valid_email() (previously declared in ~/albatrass.no/mt/php/mt.php:716) in ~/albatrass.no/mt/php/mt.php on line 722
I've tried to actually edit the mt.php file, adding 'if (!function_exists("is_valid_email"))' statements, but it doesn't help. I have no idea what this problem is caused by and would appreciate any and all help.
I am also getting this error on an existing installation of MT. It was happening on MT 4.01, and after upgrading to MTOS 4.1 it is still happening. I have all of the standard plugins installed, but have also tried disabling all plugins to no effect.
Any ideas?