October 11, 200619 yr OK, so I just re-installed EVERYTHING on my server: Windows Server 2003 Web Edition FileMaker Server 8 Advanced PHP 4.4.4 FX.php But now I can't get FileMaker talking to PHP. Everything looks fine, like the PHP code is being parsed, but there's nothing from my database showing up in there. Take a lookey and you'll see what I mean http://data.honoluluacademy.org/ The thing is that I can't figure out where the problem lies: 1) My database and cart files communicated fine before the re-install, so I don't think it's a problem with my fx.php setup. I used the exact same files and IP address. This leads me to believe it could be a PHP problem. 2) BUT, the PHP code is being parsed and I can't find any error messages, so that leads me to believe it could be a problem with the database / cart setup. I've also tried this on a Windows 2000 server and I got the same problem. Which do you guys think the case is? Thanks, Chris
October 12, 200619 yr Chris, I posted on your post in the FMWebschool forum. Did you get any results from these options?
October 12, 200619 yr Author Hi Andy, Here's the result of the error capture: 802Array ( [data] => Array ( ) [linkNext] => [linkPrevious] => [foundCount] => 0 [fields] => Array ( ) [url] => http://webuser:[email protected]:80/fmi/xml/FMPXMLRESULT.xml?-db=FXCart.fp7&-lay=Web_Setup&-max=50&-findall [query] => [errorCode] => 802 [valueLists] => Array ( ) ) I've already tried this fix, but it doesn't work: http://www.iviking.org/pipermail/fx.php_list/2005-July/000616.html Edited October 12, 200619 yr by Guest
October 12, 200619 yr Author Cool, I got it: I set the wrong identifier in my FMSA WPE web configuration... you know, the page http://myserver.net/fmi/config It works fine now. Thanks Andy!
Create an account or sign in to comment