Hi. Ive been running tapatalk for many years, but a couple of years ago it stopped working and I was unable to delete the old version so I could update.
I would really like to get to the bottom of this now so that my members can use tapatalk again.
I'm running SMF 2.0.19. Tapatalk 4.5.2
These are the errors I get when I try to uninstall.
file /Sources/Notify.phpMy file
Sources/Subs.php
mineThere's 2 more errors in /sources.php that I can supply info for, but hopefully you get the drift.
I am not used to manually editing any SMF mod files which is why its been outstanding for so long, and so a bit of help would be appreciated. tyvm
I am assuming that if I override and proceed with the uninstall then my forum will immediately become broken. The kinda scares me with there being a ton of other files that the uninstaller edits.
I would really like to get to the bottom of this now so that my members can use tapatalk again.
I'm running SMF 2.0.19. Tapatalk 4.5.2
These are the errors I get when I try to uninstall.
file /Sources/Notify.php
Code:
//Code: (Find) [Select]// Attempt to turn notifications on.$smcFunc['db_insert']('ignore','{db_prefix}log_notify',array('id_member' => 'int', 'id_topic' => 'int'),array($user_info['id'], $topic),array('id_member', 'id_topic'));global $boarddir;if (function_exists('tapatalk_push_subscirbe')){tapatalk_push_subscirbe($topic);} else if (file_exists($boarddir . '/mobiquo/push_hook.php')){include($boarddir . '/mobiquo/push_hook.php');tapatalk_push_subscirbe($topic);}//Code: (Replace) [Select]// Attempt to turn notifications on.$smcFunc['db_insert']('ignore','{db_prefix}log_notify',array('id_member' => 'int', 'id_topic' => 'int'),array($user_info['id'], $topic),array('id_member', 'id_topic'));
Code:
// Attempt to turn notifications on.$smcFunc['db_insert']('ignore','{db_prefix}log_notify',array('id_member' => 'int', 'id_topic' => 'int'),array($member_info['id'], $topic),array('id_member', 'id_topic'));
Code:
//Code: (Find) [Select]function obExit($header = null, $do_footer = null, $from_index = false, $from_fatal_error = false){global $context, $settings, $modSettings, $txt, $smcFunc, $boarddir;//Code: (Replace) [Select]function obExit($header = null, $do_footer = null, $from_index = false, $from_fatal_error = false){global $context, $settings, $modSettings, $txt, $smcFunc;
Code:
function obExit($header = null, $do_footer = null, $from_index = false, $from_fatal_error = false){global $context, $settings, $modSettings, $txt, $smcFunc, $remember_old_url, $boarddir;
I am not used to manually editing any SMF mod files which is why its been outstanding for so long, and so a bit of help would be appreciated. tyvm
I am assuming that if I override and proceed with the uninstall then my forum will immediately become broken. The kinda scares me with there being a ton of other files that the uninstaller edits.
statistics: Posted by kitz — 7:49 PM - 1 day ago — Replies 0 — Views 39