Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

$useSSL Variable overwritten in Publish script

Featured Replies

  • Newbies

In the Publish script you can set $useSSL at the top of the script but it's set again further down about line 128 or 129 if you are on fmp14.

 

#

 

#==============================================

 

#   Function:              Publishes your calendar through the Zulu plugin

 

#   Parameters:          none

 

#   Notes:

This script tells FileMaker Server to update the CalendarList records for each published calendar.

#   Author:                  360Works

#   Version:                 2

#==============================================

#

#================= Zulu Configuration Options =================#

#

#On a hosting provider installation of Zulu 2, please set this variable to the application name you set during the installation.

Set Variable  [ $ZuluApplicationName ; Value:"zulu" ]

#

#If you're using a Multiple Machine Server Deployment, edit the line below, making $webPublEngineHost the IP address of your WePublishing Engine.

Set Variable  [ $webPubEngineHost ; Value: Get(HostIPAddress) ]

#

#If you've modified your installation port, please modify this variable. If not, leave it as it is.

Set Variable  [ $port; Value:If ( $installationOption = "Plugin" ; ":8040" )    ]

#

#If you'd like your installation to use HTTPS by default, set this value to "Yes".

Set Variable  [ $useSSL; Value:"Yes"  ] If you set it here it gets overwritten at line 128

Edit

#Is Zulu installed as a Plugin or a Servlet?

 

Set Variable  [ $installationOption ; Value:// "Plugin" "Servlet"

// Uncomment one of the two lines above by removing the // from the front of the line.          ]

#

#Is Zulu installed on a server using SSL?

Set Variable  [ $useSSL; Value:"No"

//"Yes"

// Uncomment one of the two lines above by removing the // from the front of the line.          ]

#

Yes, we actually identified this the other day. It should be fixed in the next store update of Zulu.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.