Joost Miltenburg Posted December 7, 2009 Posted December 7, 2009 (edited) 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, 2009 by Guest
Peter (duksis3) Posted December 7, 2009 Posted December 7, 2009 What about file accounts? PHP enabled for Account? Mac Web server is running? Try "localhost" instead of "127.0.0.1"
Recommended Posts
This topic is 5753 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 accountSign in
Already have an account? Sign in here.
Sign In Now