2.4.3.22. Sape code not showing on homepage
If you add the Sape code to your site, and it does not appear on all pages:
- Make sure in PHP settings there is a checkmark opposite «register_long_arrays».
- Open the Sape code and before the line
$sape = new SAPE_client($o);
add the line:
$o['force_show_code'] = true;
If it does not help, then you need to turn off redirects on the site so that the main page is displayed in the address bar of the browser.