#41
#1054 - Unknown column 'complete' in 'bb_bt_tracker' not working 😒Try import DB again. You have not improted DB dump correctly.
😒
#1054 - Unknown column 'complete' in 'bb_bt_tracker' not working 😒Try import DB again. You have not improted DB dump correctly.
😒

hello all good people. I test new 2.4.5-RC3 (new instalation) and i get this View attachment 6366Hello.
$bb_cfg['tp_updater_settings']After, change 'enabled' value from 'true' to 'false'
Do you have any idea how to config this tor?. I install TorrServer and I added 8090 port bud tor server working htttp not https.
// TorrServer integration
$bb_cfg['torr_server'] = [
// Read more: GitHub - YouROK/TorrServer: Torrent stream server
'enabled' => false,
'url' => "http://$domain_name:8090",
'timeout' => 5,
'disable_for_guest' => true
Torr server
'url' => "http://$domain_name:8090",change to
'url' => "https://$domain_name:8090",