Het probleem is integratie vBET met vBSEO.
Om dit op te lossen:
- Bestand openen /vbseo/includes/functions_vbseo_url.php
- Find code:
PHP Code:
if (isset($_REQUEST['language'])) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
$fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);
}
- ZET na het deze code:
PHP Code:
header ("Location: $fulluri");
- Sla het bestand op.