xipblog icon indicating copy to clipboard operation
xipblog copied to clipboard

Redirections

Open aargenis opened this issue 5 years ago • 2 comments

Every time that I try to edit or view posts (Prestashop backend) it redirects to this website http://ww1.xpert-idea.com/ or http://ww1.survey-smiles.com/

aargenis avatar Apr 30 '20 08:04 aargenis

remove content function hookdisplayAdminAfterHeader on modules/xipblog/xipblog.php

toar86 avatar May 03 '20 11:05 toar86

Every time that I try to edit or view posts (Prestashop backend) it redirects to this website http://ww1.xpert-idea.com/ or http://ww1.survey-smiles.com/

Go to the file xipblog.php located in /modules/xipblog/ and search for this code on line 1064 and 1073:

$data = @Tools::file_get_contents('http://xpert-idea.com/promotion/promotion_top.php');

change it to this:

// $data = @Tools::file_get_contents('http://xpert-idea.com/promotion/promotion_top.php');

estralyo avatar Jul 10 '20 10:07 estralyo