December 7, 200916 yr 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 December 7, 200916 yr by Guest
December 7, 200916 yr What about file accounts? PHP enabled for Account? Mac Web server is running? Try "localhost" instead of "127.0.0.1"
Create an account or sign in to comment