SCSubscribe2

Troubleshooting

SCSubscribe2.Troubleshooting History

Hide minor edits - Show changes to output

August 25, 2020, at 06:54 PM by 192.88.134.15 -
Changed lines 5-6 from:
SeedCode has now released %newwin% [[https://www.seedcode.com/filemaker-webdirect-calendar/ | DayBack Online]] which lets you use the award winning DayBack Calendar in a browser. You can publish read-only or read-write calendars and overlay your Google calendars in the same interface. DayBack Online gives your users one place to go for all their events.
to:
SeedCode has now released %newwin% [[https://www.seedcode.com/filemaker-calendar/ | DayBack Calendar]] which lets you see your FileMaker events in a browser, in FileMaker client, or in WebDirect. You can publish read-only or read-write calendars and overlay your Google calendars in the same interface. DayBack gives your users one place to go for all their events.
Changed line 11 from:
DayBack Online will continue to be supported in future versions of FileMaker Server. Upgrade discounts for DayBack online are available for all SeedCode Subscribe customers.
to:
DayBack will continue to be supported in future versions of FileMaker Server. Upgrade discounts for DayBack online are available for all SeedCode Subscribe customers.
February 08, 2018, at 07:11 PM by 192.88.134.15 -
Added lines 1-12:
!! SeedCode Subscribe is no longer available

Subscribe published read-only calendars from FileMaker Server using PHP; it could be difficult to set up and didn't have a read-write option.

SeedCode has now released %newwin% [[https://www.seedcode.com/filemaker-webdirect-calendar/ | DayBack Online]] which lets you use the award winning DayBack Calendar in a browser. You can publish read-only or read-write calendars and overlay your Google calendars in the same interface. DayBack Online gives your users one place to go for all their events.

SeedCode will continue to support existing SeedCode Subscribe deployments for folks on FileMaker Server 13 through 15.

We won’t be updating SeedCode Subscribe to work with new versions of FileMaker Server, however. So the changes made to php and web publishing in FM16 Server mean that Subscribe will likely not work in 16.

DayBack Online will continue to be supported in future versions of FileMaker Server. Upgrade discounts for DayBack online are available for all SeedCode Subscribe customers.

Changed lines 40-43 from:
PHP. A notice like this will show up here because the PHP engine on your server is set to show all messages. It should not be. A production server shouldn't have  this on and it's usually off by default so only fatal errors show
up.

You should as your IT folks to disable NOTICES on your server (since they likely *enabled* them). If that isn't an option you can override the server settings by adding
the following line to yourserver/seedcode_subscribe_engine/index.php just above the line that starts with "require"
to:
PHP and can be ignored. A notice like this will show up here because the PHP engine on your server is set to show all messages: it should not be. A production server shouldn't have  this on and it's usually off by default so only fatal errors show up.

You should ask your IT folks to disable NOTICES on your server (since they likely *enabled* them). If that isn't an option you can override
the server settings by adding the following line to yourserver/seedcode_subscribe_engine/index.php just above the line that starts with "require":
Added lines 36-45:

!! Seeing errors that begin "PHP Notice:"

Such "notices" are the least important type of message you'll get from
PHP. A notice like this will show up here because the PHP engine on your server is set to show all messages. It should not be. A production server shouldn't have  this on and it's usually off by default so only fatal errors show
up.

You should as your IT folks to disable NOTICES on your server (since they likely *enabled* them). If that isn't an option you can override the server settings by adding the following line to yourserver/seedcode_subscribe_engine/index.php just above the line that starts with "require"

-> error_reporting(0);
April 10, 2015, at 03:32 AM by 142.4.217.188 -
Changed lines 65-69 from:
We've found that having spaces in the names of the fields you use for filtering can cause problems (or in the table occurrence names if you're using related fields). Edit the name so it contains no spaces, then reselct the field on the "Enter filter criteria" tab and try again.
to:
We've found that having spaces in the names of the fields you use for filtering can cause problems (or in the table occurrence names if you're using related fields). Edit the name so it contains no spaces, then reselct the field on the "Enter filter criteria" tab and try again.

!! Private URL not working (Google)?

The Private URL uses the Guest login account in the SeedCode_Subscribe_Setup file, so make sure that hasn't been deactivated
.
February 24, 2015, at 05:42 PM by 142.4.217.188 -
Changed lines 61-65 from:
Sometimes you will need to adjust the Permissions settings for one or more of the files in the seedcode_subscribe_engine folder. Make sure the "everyone" entry is set to "Read Only" for all of the files in the folder.
to:
Sometimes you will need to adjust the Permissions settings for one or more of the files in the seedcode_subscribe_engine folder. Make sure the "everyone" entry is set to "Read Only" for all of the files in the folder.

!! Spaces in field or table-occurrence names

We've found that having spaces in the names of the fields you use for filtering can cause problems (or in the table occurrence names if you're using related fields). Edit the name so it contains no spaces, then reselct the field on the "Enter filter criteria" tab and try again
.
January 22, 2015, at 06:28 PM by 142.4.217.187 -
Added lines 18-19:

Another explanation could be special characters in the account name or password you're using. Try simplifying to use only letters and numbers to see if that makes a difference.
Changed line 51 from:
The "multi-byte string" PHP extension is required to correctly break long lines of text into 75-character chunks in languages that have multi-byte characters. Unfortunately, that extension is off by default in the PHP that FileMaker installs on Windows. If you have a Windows server and are working in a language that uses multi-byte characters (umlauts, etc.), turn that extension on to enable this function. [[https://www.youtube.com/watch?v=vf8sWUEiPNQ | Watch a video.]]
to:
The "multi-byte string" PHP extension is required to correctly break long lines of text into 75-character chunks in languages that have multi-byte characters. Unfortunately, that extension is off by default in the PHP that FileMaker installs on Windows. If you have a Windows server and are working in a language that uses multi-byte characters (umlauts, etc.), turn that extension on to enable this function. [[http://www.seedcode.com/videos/?youtube=vf8sWUEiPNQ | Watch a video.]]
July 16, 2014, at 02:09 PM by 98.245.112.68 -
Changed line 11 from:
Of course you have to replace the "yourserver" part with your actual server's IP address. If this fails to return a list of open databases then your server either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.
to:
Of course you have to replace the "yourserver" part with your actual server's IP address. If this fails to return a list of open databases then your server either isn't letting web publishing requests in, or XML web publishing isn't actually running on your server.
December 20, 2013, at 09:11 PM by 76.120.65.113 -
Changed lines 55-59 from:
Sometimes the seedcode_subscribe_engine folder will become encryped, which will prevent the application from working correctly. To correct this, right-click on the seedcode_subscribe_engine folder and select Properties > Advanced, then uncheck the "Encrypt contents..." check box.
to:
Sometimes the seedcode_subscribe_engine folder will become encryped, which will prevent the application from working correctly. To correct this, right-click on the seedcode_subscribe_engine folder and select Properties > Advanced, then uncheck the "Encrypt contents..." check box.

!!Permissions

Sometimes you will need to adjust the Permissions settings for one or more of the files in the seedcode_subscribe_engine folder. Make sure the "everyone" entry is set to "Read Only" for all of the files in the folder
.
September 26, 2013, at 09:28 PM by 98.245.115.118 -
Changed line 11 from:
Of course you have to replace the "yourserver" part with your actual server's IP address. If this fails to return a list of open databases then your sever either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.
to:
Of course you have to replace the "yourserver" part with your actual server's IP address. If this fails to return a list of open databases then your server either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.
August 29, 2013, at 07:49 PM by 67.190.87.90 -
Changed line 55 from:
Sometimes the seedcode_subscribe_engine folder will become encryped, which will prevent the application from working correctly. To correct this, right-click on the seedcode_subscribe_engine folder and select Porperties > Advanced, then uncheck the "Encrypt contents..." check box.
to:
Sometimes the seedcode_subscribe_engine folder will become encryped, which will prevent the application from working correctly. To correct this, right-click on the seedcode_subscribe_engine folder and select Properties > Advanced, then uncheck the "Encrypt contents..." check box.
August 29, 2013, at 01:19 AM by 67.190.87.90 -
Changed lines 7-8 from:
Make sure "Access via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file. Then open a browser and enter
to:
Make sure "Access via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file. Then open a browser and enter this URL:
Changed line 11 from:
If this fails to return a list of open databases then your sever either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.
to:
Of course you have to replace the "yourserver" part with your actual server's IP address. If this fails to return a list of open databases then your sever either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.
August 29, 2013, at 01:18 AM by 67.190.87.90 -
Changed line 7 from:
Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file. Then open a browser and enter
to:
Make sure "Access via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file. Then open a browser and enter
August 19, 2013, at 02:25 PM by 67.190.87.90 -
Changed line 29 from:
[-@@http://yourserver/seedcode_subscribe_engine/index.php/@@-]
to:
[-@@http://yourserver/seedcode_subscribe_engine/index.php@@-]
August 19, 2013, at 02:25 PM by 67.190.87.90 -
Changed line 29 from:
[-@@http://yourserver/seedcode_subscribe/@@-]
to:
[-@@http://yourserver/seedcode_subscribe_engine/index.php/@@-]
August 14, 2013, at 08:40 PM by 75.71.120.47 -
Changed line 3 from:
Click the "Validate server settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include an incorrect SeedCode Subscribe address, or one that is only valid inside a network (internal IP addresses, which typically start with 192 or 10, won't work), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of the required fields being left blank.
to:
Click the "Validate server settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include an incorrect SeedCode Subscribe address, or one that is only valid inside a network (internal IP addresses, which typically start with 192 or 10, won't work outside your firewall), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of the required fields being left blank.
August 13, 2013, at 03:20 PM by 75.71.120.47 -
Changed line 53 from:
!!Encryped files (Windows only)
to:
!!Encrypted files (Windows only)
August 09, 2013, at 10:49 PM by 50.132.84.245 -
Changed lines 7-9 from:
Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file.

Get on the FileMaker Server itself,
open a web browser and go to the following URL:
to:
Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file. Then open a browser and enter

[-@@http://<yourserver.com>/fmi/xml/FMPXMLRESULT.xml?-dbnames@@-]

If this fails to return a list of open databases then your sever either isn't letting web publishing requests in, or XML web publishing isn't actually running on your sever.

If the above step works, get on the FileMaker Server itself (either sit in front of that machine or open a remote control session to it)
, open a web browser and go to the following URL:
August 01, 2013, at 12:30 AM by 67.190.87.90 -
Changed line 27 from:
If you don't see the words "SeedCode Subscribe" in your browser, the SeedCode Subscribe engine is probably in the wrong location.
to:
If you don't see the words "SeedCode Subscribe" in your browser, the SeedCode Subscribe engine is probably in the wrong location. Review the [[installation | installation instructions]] and make sure the "seedcode_subscribe_engine" folder is at the web root directory of your server.
August 01, 2013, at 12:27 AM by 67.190.87.90 -
Changed lines 25-27 from:
[=http://yourserver/seedcode_subscribe/=]

[-@@=http://yourserver/seedcode_subscribe/=
@@-]
to:
[-@@http://yourserver/seedcode_subscribe/@@-]
August 01, 2013, at 12:27 AM by 67.190.87.90 -
Changed line 27 from:
[=-@@http://yourserver/seedcode_subscribe/@@-=]
to:
[-@@=http://yourserver/seedcode_subscribe/=@@-]
August 01, 2013, at 12:26 AM by 67.190.87.90 -
Changed lines 11-12 from:
http://localhost/fmi/xml/FMPXMLRESULT.xml?-dbnames
to:
[-@@http://localhost/fmi/xml/FMPXMLRESULT.xml?-dbnames@@-]
Changed line 27 from:
[-@@http://yourserver/seedcode_subscribe/@@-]
to:
[=-@@http://yourserver/seedcode_subscribe/@@-=]
August 01, 2013, at 12:25 AM by 67.190.87.90 -
Changed lines 25-27 from:
=http://yourserver/seedcode_subscribe/=
to:
[=http://yourserver/seedcode_subscribe/=]

[-@@http://yourserver/seedcode_subscribe/@@-]
August 01, 2013, at 12:24 AM by 67.190.87.90 -
Changed line 25 from:
-@@http://yourserver/seedcode_subscribe/@@-
to:
=http://yourserver/seedcode_subscribe/=
August 01, 2013, at 12:24 AM by 67.190.87.90 -
Changed lines 24-25 from:
@@http://yourserver/seedcode_subscribe/@@
to:

-@@http://yourserver/seedcode_subscribe/@@-
August 01, 2013, at 12:23 AM by 67.190.87.90 -
Changed lines 23-24 from:
Try putting this URL in a browser (of course, replace "youripaddress" with your webserver's actual IP address):
http://youripaddress/seedcode_subscribe/
to:
Try putting this URL in a browser (of course, replace "yourserver" with your webserver's actual IP address or domain name):
@@http://yourserver/seedcode_subscribe/@@

If you don't see the words "SeedCode Subscribe" in your browser, the SeedCode Subscribe engine is probably in the wrong location.
August 01, 2013, at 12:19 AM by 67.190.87.90 -
Added lines 22-24:

Try putting this URL in a browser (of course, replace "youripaddress" with your webserver's actual IP address):
http://youripaddress/seedcode_subscribe/
July 30, 2013, at 01:31 AM by 67.190.87.90 -
Changed line 13 from:
If that fails to return up the list of open databases then your web server is redirecting localhost. Try different IP address you know for that machine until you get a list of database names. When you find the right IP address you'll need to make a change to the seedcode_subscribe/configuration.ini file. Open that file in a text editor and replace the word "localhost" with the IP address that worked to show XML above.
to:
If that fails to return up the list of open databases then your web server is redirecting localhost. Try different IP address you know for that machine until you get a list of database names. When you find the right IP address you'll need to make a change to the seedcode_subscribe_engine/configuration.ini file. Open that file in a text editor and replace the word "localhost" with the IP address that worked to show XML above.
July 29, 2013, at 11:18 PM by 67.190.87.90 -
Changed lines 41-45 from:
The "multi-byte string" PHP extension is required to correctly break long lines of text into 75-character chunks in languages that have multi-byte characters. Unfortunately, that extension is off by default in the PHP that FileMaker installs on Windows. If you have a Windows server and are working in a language that uses multi-byte characters (umlauts, etc.), turn that extension on to enable this function. [[https://www.youtube.com/watch?v=vf8sWUEiPNQ | Watch a video.]]
to:
The "multi-byte string" PHP extension is required to correctly break long lines of text into 75-character chunks in languages that have multi-byte characters. Unfortunately, that extension is off by default in the PHP that FileMaker installs on Windows. If you have a Windows server and are working in a language that uses multi-byte characters (umlauts, etc.), turn that extension on to enable this function. [[https://www.youtube.com/watch?v=vf8sWUEiPNQ | Watch a video.]]

!!Encryped files (Windows only)

Sometimes the seedcode_subscribe_engine folder will become encryped, which will prevent the application from working correctly. To correct this, right-click on the seedcode_subscribe_engine folder and select Porperties > Advanced, then uncheck the "Encrypt contents..." check box.
July 28, 2013, at 08:59 PM by 50.132.84.245 -
Added lines 1-2:
!! Validate Server Settings: Overview
July 28, 2013, at 07:41 PM by 50.132.84.245 -
Changed lines 35-39 from:
This will cause an error when you click the "Test the Setup" button.
to:
This will cause an error when you click the "Test the Setup" button. Remember, if your event is just a single date or time, you want these values in the field you've mapped to "Timestamp Start". Another way to say this is that your "Timestamp End" field doesn't need to have data in it, but "Timestamp Start" does.

!!Special "multi-byte" characters (Windows only)

The "multi-byte string" PHP extension is required to correctly break long lines of text into 75-character chunks in languages that have multi-byte characters. Unfortunately, that extension is off by default in the PHP that FileMaker installs on Windows. If you have a Windows server and are working in a language that uses multi-byte characters (umlauts, etc.), turn that extension on to enable this function. [[https://www.youtube.com/watch?v=vf8sWUEiPNQ | Watch a video.]]
July 24, 2013, at 11:50 PM by 67.190.87.90 -
Deleted lines 26-27:
Make sure none of the fields in your FileMaker file contains a period (.) or quotation mark (") in its name.
Added lines 28-29:

Make sure none of the fields on the selected in your FileMaker file contains a period (.) or quotation mark (") in its name.
July 24, 2013, at 11:49 PM by 67.190.87.90 -
Added lines 17-18:
Make sure none of the layouts in your FileMaker file contains a period (.) or quotation mark (") in its name.
Added lines 26-27:

Make sure none of the fields in your FileMaker file contains a period (.) or quotation mark (") in its name.
July 24, 2013, at 02:13 AM by 67.190.87.90 -
Changed lines 27-31 from:
Read this for more info: [[FieldNames]].
to:
Read this for more info: [[FieldNames]].

!! Event records with no start dates

This will cause an error when you click the "Test the Setup" button
.
July 11, 2013, at 03:13 PM by 67.190.87.90 -
Added lines 7-12:
Get on the FileMaker Server itself, open a web browser and go to the following URL:

http://localhost/fmi/xml/FMPXMLRESULT.xml?-dbnames

If that fails to return up the list of open databases then your web server is redirecting localhost. Try different IP address you know for that machine until you get a list of database names. When you find the right IP address you'll need to make a change to the seedcode_subscribe/configuration.ini file. Open that file in a text editor and replace the word "localhost" with the IP address that worked to show XML above.

July 09, 2013, at 10:45 PM by 67.190.87.90 -
Changed lines 5-6 from:
Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account.
to:
Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account in your FileMaker file.
July 08, 2013, at 06:52 PM by 67.190.87.90 -
Changed lines 13-15 from:
You must have both Web Publishing and PHP enabled in your FileMaker Server for SeedCode Subscribe to work. For help installing and configuring FileMaker Server, visit FileMaker's support pages here:
[[http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-server-12]]
to:
You must have both Web Publishing and PHP enabled in your FileMaker Server for SeedCode Subscribe to work. For help installing and configuring FileMaker Server, visit [[http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-server-12 | FileMaker's support pages]].
June 26, 2013, at 11:06 PM by 67.190.87.90 -
Changed lines 20-21 from:
!! Could it be your fiels names?
to:
!! Could it be your field names?
June 22, 2013, at 05:04 PM by 198.134.91.204 -
Changed lines 18-22 from:
That list of fields comes from the layout you select, so if you haven't selected the layout, do that first. If the field you're looking for still isn't in the value list, you probably need to add it to that layout in your FileMaker file.
to:
That list of fields comes from the layout you select, so if you haven't selected the layout, do that first. If the field you're looking for still isn't in the value list, you probably need to add it to that layout in your FileMaker file.

!! Could it be your fiels names?

Read this for more info: [[FieldNames]]
.
June 13, 2013, at 06:10 PM by 67.190.87.90 -
Added lines 3-6:
!! Don't see your database listed?

Make sure "Acces via XML Web Publishing" is enabled for the privilege set used by the selected login account.

June 13, 2013, at 03:21 AM by 67.190.87.90 -
Changed lines 10-14 from:
[[http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-server-12]]
to:
[[http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-server-12]]

!! Don't see the field you want to choose in the drop-down list?

That list of fields comes from the layout you select, so if you haven't selected the layout, do that first. If the field you're looking for still isn't in the value list, you probably need to add it to that layout in your FileMaker file.
June 13, 2013, at 01:38 AM by 67.190.87.90 -
Changed lines 1-2 from:
Click the "Validate settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include a malformed server address, a server address that is only valid inside a network (internal IP addresses, which typically start with 192 or 10), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of these fields being left blank.
to:
Click the "Validate server settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include an incorrect SeedCode Subscribe address, or one that is only valid inside a network (internal IP addresses, which typically start with 192 or 10, won't work), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of the required fields being left blank.
June 13, 2013, at 01:37 AM by 67.190.87.90 -
Changed lines 5-10 from:
Make sure the layout you're looking for is visible by the privilege set assigned to the account you've set up on tab 1 "Server Settings". It is that account which governs what you can see in the additional configuration tabs.
to:
Make sure the layout you're looking for is visible by the privilege set assigned to the account you've set up on tab 1 "Server Settings". It is that account which governs what you can see in the additional configuration tabs.

!! Trouble connecting to SeedCode Subscribe?

You must have both Web Publishing and PHP enabled in your FileMaker Server for SeedCode Subscribe to work. For help installing and configuring FileMaker Server, visit FileMaker's support pages here:
[[http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-server-12]]
June 11, 2013, at 08:27 AM by 67.190.87.90 -
Changed lines 1-5 from:
Click the "Validate settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include a malformed server address, a server address that is only valid inside a network (internal IP addresses, which typically start with 192 or 10), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of these fields being left blank.
to:
Click the "Validate settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include a malformed server address, a server address that is only valid inside a network (internal IP addresses, which typically start with 192 or 10), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of these fields being left blank.

!! Don't see your layout listed?

Make sure the layout you're looking for is visible by the privilege set assigned to the account you've set up on tab 1 "Server Settings". It is that account which governs what you can see in the additional configuration tabs
.
June 06, 2013, at 03:20 AM by 67.190.87.90 -
Added line 1:
Click the "Validate settings" button on the "Server settings" screen to check for server-connection errors. Possible problems could include a malformed server address, a server address that is only valid inside a network (internal IP addresses, which typically start with 192 or 10), an unrecognized FileMaker account name or incorrect password, an inapplicable layout name, or any of these fields being left blank.
(855) SEEDCODE
[email protected]
Follow us: