Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5900 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

My service provider just moved my html and PHP files off the filemaker server. From what I have found so far I just need to add a line of code:

$fm->setProperty('hostspec', 'http://fm**.*****.net');

But it is not working. It serves up a blank page.

I'm also wondering if the FIlemaker require call needs to be adjusted:

require_once ('Filemaker.php');

These files began with the Filemaker Site assistant and I'm wondering if the fmview.php file is an issue also. It is referenced by a "require_once 'fmview.php';" call

My provider gave me 2 hours notice!! So my site is now dead!

Posted

First and foremost, ensure that php is actually correctly configured:

1) Create a new file "test.php" in your root directory and enter the following:

<?php phpinfo(); ?>

If you get a whole bunch of stuff that's a good start. If they've moved all your stuff correctly then you shouldn't have any particular issues.

Posted

Okay two more guesses:

Something key for example Curl isn't enabled on that server. Try running the FMWebschool server test util: http://fmwebschool.com/frm/index.php?topic=840.0

This topic is 5900 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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