Jump to content

Edit History

R.ACE

R.ACE

8 minutes ago, burrots said:

Quita el core 🤣

Link::getImageLink($idm,$imi);

 

Me sigue dando el mismo error 😭

$img_link = Link::getImageLink($idm, $imi, 'small_default');

me da error aqui:

 Link.php line 816

el codigo en esa linea empieza aqui:

if ($this->allow == 1) {
                $uriPath = __PS_BASE_URI__.$idImage.($type ? '-'.$type : '').$theme.'/'.$name.'.jpg';
            } else {
                $uriPath = _THEME_PROD_DIR_.Image::getImgFolderStatic($idImage).$idImage.($type ? '-'.$type : '').$theme.'.jpg';
            }

R.ACE

R.ACE

7 minutes ago, burrots said:

Quita el core 🤣

Link::getImageLink($idm,$imi);

 

$img_link = Link::getImageLink($idm, $imi, 'small_default');

me da error aqui:

 Link.php line 816

el codigo en esa linea empieza aqui:

if ($this->allow == 1) {
                $uriPath = __PS_BASE_URI__.$idImage.($type ? '-'.$type : '').$theme.'/'.$name.'.jpg';
            } else {
                $uriPath = _THEME_PROD_DIR_.Image::getImgFolderStatic($idImage).$idImage.($type ? '-'.$type : '').$theme.'.jpg';
            }

×
×
  • Create New...