Het probleem is integratie vBET met vBSEO.
Om dit op te lossen:
  1. Bestand openen /vbseo/includes/functions_vbseo_url.php
  2. Find code:
    PHP Code:
    if (isset($_REQUEST['language'])) {
    require_once(
    DIR'/includes/vbenterprisetranslator_functions_url_tracking.php');
    $fulluri vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);        

  3. ZET na het deze code:
    PHP Code:
    header ("Location: $fulluri"); 
  4. Sla het bestand op.