Page 1 of 2

Subscribe: Error The resource you are looking for has been..

PostPosted: Wed Nov 19, 2014 2:53 pm
by laemmle
I am receiving this error when visiting this external link: http://myserver/seedcode_subcribe_engine/index.php

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

When I visit the link from the internal localhost Filemaker server (http://localhost/seedcode_subcribe_engine/index.php) - I get a 404 Error Not Found.

The "seedcode_subscribe_engine" folder is installed in the correct Filemaker Server 13 directory (HTTPServer/conf) - I've tripled checked it. I can even see the folder from inside IIS. It's definitely there.

My main problem is none of the calendars I created in Subscribe are updating in Google Calendar. All the testing was done successful and the initial setup of the calendars in Google went fine and the data was all there initially. However, since the initial setup no new or updated data is flowing.

I've tried to restart filemaker server & IIS manager. This link works fine: http://<yourserver.com>/fmi/xml/FMPXMLRESULT.xml?-dbnames - All databases, layouts, fields are showing up fine in Subscribe (all greencheckmarks and test setup successful).

But still the calendars are not refreshing. Any ideas?

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Wed Nov 19, 2014 2:58 pm
by jeffalmquist
It sounds like your web server is down. You should be able to go to http://myserver/seedcode_subcribe_engine/index.php and see "SeedCode Subscribe". If not, then either there is not file at that URL, or your server is down. -Jeff

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Wed Nov 19, 2014 3:24 pm
by laemmle
Hello and thank you for the reply,

Web Server is active and running just fine. PHP and XML is enabled and online. I am to access the public page of the Filemaker Servers website just fine. I am able to access my database through webdirect just fine.

Any other ideas?

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Wed Nov 19, 2014 4:47 pm
by jeffalmquist
What's your server address so I can test the http://myserver/seedcode_subcribe_engine/index.php URL? You can email that to me at [email protected]

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Thu Nov 20, 2014 10:19 am
by laemmle
Okay. I fixed this issue by Enabling "Directory Listing" in IIS. But now when I hit the index file in the seedcode folder I am receiving this error:

PHP Notice: Undefined index: PATH_INFO in phar://C:/Program Files/FileMaker/FileMaker Server/HTTPServer/conf/seedcode_subscribe_engine/iCalFM.phar/src/GeistInteractive/StatsMix/StatsMixServiceProvider.php on line 19

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Thu Nov 20, 2014 12:08 pm
by jeffalmquist
That's just a "notice" (not an error), and shouldn't cause any problems. You can set your server to not show notices in IIS, or you can override them by adding the following line to index.php:

error_reporting(0);

HTH... Jeff

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Thu Nov 20, 2014 4:28 pm
by laemmle
Thank you for the reply. The calendars are still not refreshing. We've waited up to two hours and we haven't seen any updated pushed to Google's Calendars yet. Anyway to run a check on the server to see the XML data feed is properly working?

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Thu Nov 20, 2014 5:01 pm
by jeffalmquist
Unfortunately Google doesn't tell us when or how often they refresh calendar subscriptions. In our experience it can take several hours. And there's no way to force a refresh. :(

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Fri Nov 21, 2014 1:39 pm
by laemmle
It has 24 hours, yet the calendar has not refreshed. Any ideas?

Thanks

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Tue Nov 25, 2014 9:46 am
by jeffalmquist
I wish there were more information available about how often Google refreshes calendar subscriptions. How has it been going over the past couple of days?

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Tue Nov 25, 2014 11:07 am
by laemmle
Thank you for the reply. It seems to refresh about once per day if not less. But it is working now at least. Thanks for you help in this matter.

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Wed Apr 22, 2015 7:28 am
by cbseven
Has anyone had success with this technique:

https://www.binarysludge.com/2012/02/01 ... -calendar/

In short, you add "?noCache" to the end of your URL to force a refresh of the feed.

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Wed Apr 22, 2015 11:27 am
by jeffalmquist
Very interesting. I'll do some testing and get back to you about this.

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Fri Apr 24, 2015 7:19 am
by jeffalmquist
I tried this but my Google calendar isn't reflecting changes I make in the FileMaker file. Judging from the comments on that blog post you mentioned, others are seeing mixed results. Have you found success with this technique?

Re: Subscribe: Error The resource you are looking for has be

PostPosted: Fri Apr 24, 2015 9:05 am
by cbseven
Jeff,

I should have been more specific in my post - I have not had success with this technique.