October 25, 201114 yr Hi! I have been trying to use the following function "Get URL as Text" on a SSL encrypted site (https). I get a question mark as a result. Is there anything I can do to get it working? Thanks for helping. R
November 1, 201114 yr A question mark usually means that the function you are calling cannot be found, which could be from the plugin not being installed or your module not being registered. Check and make sure you have registered the module and installed the plugin before calling any of the functions. Remember that modules only exist per user session, so you should call SMRegisterGroovy in your startup script to make sure your modules get re-registered every time you open your database.
Create an account or sign in to comment