Jump to content

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

Recommended Posts

Running MacOS X 10.6.2. FMS 10.0.2.

-----

Hi,

FMS reports everything is running normal, php, iwp, xml/xlst are all on. Running on my MacBook Pro.

Via loopback ( 127.0.0.1 ) I connect with the PHP site assistant. However, the assistant report the publishing engine is not running. Although FMS says it is...

Which one is right ? How can I check it ? Should I not be doing this with loopback ?

Thanks in advance !

Oh... one more thing... when I try to open the test page I just get a bunch of text...

it starts with ....

/p>

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<?php

require_once ('FileMaker.php');

// localized string helper class

class Localizations {

var $parser = null;

var $cache = array();

var $current = '';

function localizations($language) {

$this->parser = xml_parser_create();

xml_set_object($this->parser,$this);

xml_set_character_data_handler($this->parser, '_characterData');

xml_set_element_handler($this->parser, "_startElement", "_endElement");

Edited by Guest
Link to comment
Share on other sites

This topic is 5278 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.