xpert-idea / xipblog

Prestashop 1.6 & 1.7 Xpert Blog Module
http://xpert-idea.com
GNU General Public License v3.0
35 stars 27 forks source link

Redirections #25

Open aargenis opened 4 years ago

aargenis commented 4 years ago

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/

toar86 commented 4 years ago

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

estralyo commented 4 years ago

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');