I am getting this error log: [01-Dec-2024 22:25:33 Europe/Vienna] PHP Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/customer/www/memoiri.app/public_html/bl-kernel/helpers/session.class.php on line 11 [01-Dec-2024 22:25:33 Europe/V...
in Index.php i use that to switch between different templates <?php if ($WHERE_AM_I == 'page') { switch ($page->template()) { case 'rec': include(THEME_DIR.'rec.php'); break; case 'homepage': include(THEME_DIR.'home.php'); break; default: include(THEME_DIR.'page.php'); break; } } else { include(THEM...
hello is there a way to make a Dynamic URL without the use of classic Query String: My goal is to make this page: https://gohafla.com/rec?id=311 work like this: https://gohafla.com/rec/311 What I do right now is the following, I have set up a page in admin with "rec" Where i define the tem...
Mit dem Abonnieren des Newsletters wird das Einverständnis erteilt, die angegebene E-Mail-Adresse zu speichern und für den Versand des deutschprachigen Bludit-Newsletters zu verwenden. Der Newsletter kann jederzeit abbestellt werden.