1
Support / An error occurred before uninstalling the mod
« on: April 17, 2022, 06:25:38 am »
Hi.
I want to uninstall the older version of SMF Gallery Pro 9.0b but an error occurred:
https://i.imgur.com/wFiREIN.png
Code: (Find)
Code: (Replace)
I don't know why this error appeared. When I uninstalled previous versions of this mod, I didn't have this error. So I have to replace this code and uninstall the mod?
I want to uninstall the older version of SMF Gallery Pro 9.0b but an error occurred:
https://i.imgur.com/wFiREIN.png
Code: (Find)
Code: [Select]
'gallery' => array(
'title' => $txt['smfgallery_admin'],
'permission' => array('smfgallery_manage'),
'areas' => array(
'gallery' => array(
'label' => $txt['smfgallery_admin'],
'file' => 'Gallery2.php',
'function' => 'GalleryMain',
'custom_url' => $scripturl . '?action=admin;area=gallery;sa=adminset;sesc=' . $sc,
'icon' => 'server.gif',
'subsections' => array(
'adminset' => array($txt['gallery_text_settings']),
'admincat' => array($txt['gallery_form_managecats']),
'approvelist' => array($txt['gallery_txt_moderationcenter']),
'filespace' => array($txt['gallery_filespace']),
'catpermlist' => array($txt['gallery_text_catpermlist2']),
'batchftp' => array($txt['gallery_ftp']),
),
),),
),
'layout' => array(
'title' => $txt['layout_controls'],
Code: (Replace)
Code: [Select]
'layout' => array(
'title' => $txt['layout_controls'],
I don't know why this error appeared. When I uninstalled previous versions of this mod, I didn't have this error. So I have to replace this code and uninstall the mod?