Fatal error: Cannot redeclare From Online Manual

Revision as of 20:03, 13 July 2015 by Steve (talk | contribs)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

After attempting to install a mod you get this error on one or more pages:

Fatal error: Cannot redeclare....

This means that the mod has been installed (at least) twice. The code has two or more copies of some function and it throws an error when it reaches the second copy and tries to tell the system to "know" the name of the function.

What can you do?

If you made a backup before you installed the mod, simply restore it.

If you did not make a backup, you will have to manually parse the mod which is causing the error(s) and then go through each and every edit, making certain to remove any code which is duplicated. (Sometimes the code duplication is not a fatal error, it just duplicates a variable assignment, or the display code - but in all cases, duplicate code causes problems.) Depending on the mod, this may be a time-consuming task.

Always remember to make a backup before attempting to install a mod.



Advertisement: