open a table after login

prettem

Member
Hello,
in earlier versions of dadabik this function is working properly:

function dadabik_startup (){
global $site_url;

//Startseite
if (!isset($_GET['tablename']) && (!isset($_GET['function']) || $_GET['function'] !== 'show_static_page') && (!isset($_GET['function']) || $_GET['function'] !== 'edit_account') && basename($_SERVER['SCRIPT_NAME'], '.php') === 'index'){
$my_table = 'anlagen';
header('location:'.$site_url.'index.php?function=search&tablename='.urlencode($my_table));
}
}


but in the actual version 11.8 it does nothing. no error in the logfile and a blank screen after login.
Has someone an idea whats wrong please.

Manuel




Your current DaDaBIK version​

You are using DaDaBIK version 11.8-Elba enterprise, installed on 10.02.2023 (installation code: 1865663e582dad9f52), the latest version of DaDaBIK is 11.8-Elba released on 05.12.2022

You are running the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enterprise to Platinum) please contact us.

System info​

PHP Version: 8.1.16

mysql version: 10.6.12-MariaDB-0ubuntu0.22.04.1

Web server: Apache

Client: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0
 
Top