Jump to content

Edit History

R.ACE

R.ACE

  On 3/13/2019 at 11:56 PM, burrots said:

Quita el core 🤣

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

 

Expand  

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

  On 3/13/2019 at 11:56 PM, burrots said:

Quita el core 🤣

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

 

Expand  

$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...