Quote:
Originally Posted by nerofix
Hello, I still get this error when trying to download a file:
Fatal error: Cannot redeclare update_settings() (previously declared in /www/htdocs/my/forum/admincp/vcharset/functions_vcharset.php:16) in /www/htdocs/my/forum/includes/local_links_misc.php on line 399
Can you help me to solve please?
|
This is a conflict with vcharset.
You can fix it by changing the definition of update_settings and the calls to it in LDM. This is done in 2.2.9. In 2.2.8, you need to edit the following files:
local_links_actions.php(2508): if (!update_settings($catid, $_REQUEST, $errors)) {
local_links_actions.php(2712): if (!update_settings($catid, $_REQUEST, $errors)) {
local_links_admin.php(1171): update_settings(-1, $_REQUEST, $errors);
includes\local_links_misc.php(399): function update_settings($catid, $settings, &$errors) {
includes\local_links_misc.php(797): ldm_general_failure("update_settings/$name");
Just change update_settings to update_ldm_settings