Announcement

Collapse
No announcement yet.

Toolkit VCall stopped Working suddenly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Toolkit VCall stopped Working suddenly

    We use toolkit vCaextensivelyely on our product to call external text files and other fields. As of this morning, we started getting the following error. The URLS work independently, but the call function is failing. I have no idea where to go with this. Any suggestions?

    Kevin


    Runtime error in mm5/5.00/modules/util/toolkit.mvc @ [0000001c:000007ae]: toolkit.mv: Line 4033: MvCALL: Unable to open URL 'https://www.geographicus.com/mm5/cartographers/orellfussli.txt': Error establishing SSL connection:
    __________________________
    GEOGRAPHIUCS ANTIQUE MAPS
    923 Putnam Ave
    Brooklyn,NY 11221
    TEL: 646-320-8650
    www.GEOGRAPHICUS.com

    #2
    Does using the built in MvCall function exhibit the same problem?


    <mvt:call ACTION="'http://www.domain.com/page.html?parameter=abc'" METHOD="'GET'">
    <mvt:eval expr = "s.callvalue " />
    </mvt:call>
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      I'm not sure how to get the built-in system to pull a custom field. Here is the old toolkit code that was working until today

      <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields :CARTO">
      <h4 class="nm oldbeige uppercase playfair dec-title" Style="margin-top: 2rem">&mvt:customfield_names:customfields:CARTO;<m vt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields :CARTO2">S</mvt:if></h4>
      <hr noshade class="hr-desc" />
      <mvt:item name="toolkit" param="vcallurl|cartographer|l.all_settings:produc t:customfield_values:customfields:CARTO|GET|" />
      <div class="indentcarto"><p style="text-indent: -.5rem; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;">&mvt:global:cartographer;</p></div>
      </mvt:if>

      __________________________
      GEOGRAPHIUCS ANTIQUE MAPS
      923 Putnam Ave
      Brooklyn,NY 11221
      TEL: 646-320-8650
      www.GEOGRAPHICUS.com

      Comment


        #4
        Just as a test,.create a new page and dumb this into it:

        Code:
        <!doctype>
        <html>
        <head>
        <title>
        
        </title>
        
        
        </head>
        <body>
        
        
        <mvt:call ACTION="'http://www.goggle.com'" METHOD="'GET'">
            <mvt:eval expr = "s.callvalue " /> 
        </mvt:call>
        
        
        </body>
        </html>
        You should see a crappy formatted copy of a google page.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X