Jump to content

Не работает функция vam_redirect, белая страница например смене статуса заказа!


support

Recommended Posts

support

В /admin/includes/functions/general.php в функции vam_redirect удалите строку с:

exit;

В /inc/vam_redirect.inc.php удалите строку с:

vam_exit();

 

Link to post
Share on other sites
  • 3 months later...

Либо можно код функции поменять попробовать на что-то вроде:

////
// Redirect to another page or site
function vam_redirect($url) {
	global $logger;

echo ' 

<script>
window.location.href = "'.$url.'";
</script>

';

exit;

}

 

Link to post
Share on other sites
×
×
  • Create New...