Viewing 1 post (of 1 total)
  • Author
    Posts
  • #28781
    Profile photo of Raffaele
    Raffaele
    Participant

    Hi There,
    I’ve developed a pretty (in my personal opinion of course 😛 ) website. Since I’ve installed Symbiostock plugin almost 1 year ago I’m in love for it. I always had the only issue that my host does not support the exec cmd for security reasons, but despite this symbiostock  sizes, licenses, tags and title/description are working great. So, until now I worked around adjusting other things on my site, but now is time to complete the job by adding some custom code to add some extra information from the exif in the product page.
    My host says that the only way to let exec cmd works on my hosting is to use instead:

     

    < ! – – #include virtual=”cgi-bin/scriptname”  – –  >So, I think that this got to be placed (using include() instead of #include virtual) of  in symbiostock_pro.php, on this line:

     

    $this->ss_exiftool = $this->ss_rootdir . ‘exiftool/exiftool’;

    to

     

    $this->ss_exiftool = $this->root .include( ‘cgi-bin/exiftool/exiftool’);

     

    but is not working….

    Any suggestion in how can I fix it?

     

     

     

    But I’m a bit

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.