This fix was posted on the old e107 before the host move, I keep forgetting to post it here.
This fix was posted on the old e107 before the host move, I keep forgetting to post it here. Thanks for reminding me catfish0229.[Submitted by catfish0229]catfish0229
Please do not do this before installing Coppermine completely or it will ruin the install. After installing Coppermine completly then you can do the Fix McFly has found below.
Due to some of the recent security changes with e107, some parts of coppermine have stopped working. Luckily, this is easy to fix.
Find the file:
e107_plugins/coppermine_menu/include/init.inc.php
Add the following line, at line 18:
require_once("../../class2.php");
This should do it.