#2963

Tu Tran
Moderator

Hi Coolio,

I have accessed to your site. To solve this problem, please go to the file app\code\local\Sns\Quickview\controllers\IndexController.php: add the code bellow:

if (strpos($path, "index.php/") !== false) {
            $path = str_replace("index.php/", "", $path);
        }

into right after the code:

$path[0] == "\/" ? $path = substr($path, 1, strlen($path)) : $path;

Thanks,