[FX.php List] Trouble migrating from FMP6UL to FMPSA8
Jonathan Schwartz
jonathan at eschwartz.com
Mon Apr 17 16:53:58 MDT 2006
At 5:05 PM -0400 4/17/06, Andy Gaunt wrote:
>Firstly,
>
>Did you update your FX.PHP and server_data.php data types from
>FMPro5/6 to FMPro7
Yup. First thing I did.
From server_data.php:
<?
$serverIP = '127.0.0.1';
$dataPort = 80;
$dataSourceType = 'FMPro7';
$webUN = 'Admin';
$webPW = 'admin';
$scheme = 'http';
?>
From fx.php:
class FX
{
// These are the basic database variables.
var $dataServer = "127.0.0.1";
var $dataServerType = 'FMPro7';
var $dataPort;
var $dataPortSuffix;
var $urlScheme;
var $database = "";
var $layout = ""; // the layout to be accessed for FM databases.
For SQL, the table to be accessed.
var $responseLayout = "";
var $groupSize;
var $currentSkip = 0;
var $defaultOperator = 'bw';
var $dataParams = array();
var $sortParams = array();
.......
Would be happy to provide a real URL if you contact me back channel.
One question...should php info be reporting Virtual Directory Support
"Disabled"?
Thanks.
Jonathan
--
Jonathan Schwartz
Schwartz & Company
817 Marin Drive
Mill Valley, CA 94941
Phone: 415-381-1852
jonathan at eschwartz.com - http://www.eschwartz.com
More information about the FX.php_List
mailing list