[FX.php List] Upgrading server to FM12 - what steps for FX.php
    David 
    david.buck at seachem.com
       
    Fri Jan 24 09:26:35 MST 2014
    
    
  
Thanks for comments so far.
I have discovered the apache error_log file :) 
The error_log has been significantly helpful to help me identify that variable names in server_data.php are different on v6 to my older installation of v4. 
I have eliminated those errors but I am now stuck with the following errors in error_log:
[Fri Jan 24 11:18:59 2014] [error] [client 192.168.0.158] PHP Notice:  Undefined variable: datasourceDescription in /Library/WebServer/Documents/mysolution/FX.php on line 302
[Fri Jan 24 11:18:59 2014] [error] [client 192.168.0.158] PHP Notice:  Undefined variable: datasourceClassName in /Library/WebServer/Documents/mysolution/FX.php on line 308
[Fri Jan 24 11:18:59 2014] [error] [client 192.168.0.158] PHP Fatal error:  Class name must be a valid object or a string in /Library/WebServer/Documents/mysolution/FX.php on line 308
Towards the top of my FX.php file the following variables are defined:
    var $dataServer = "";
    var $dataServerType = 'fmpro';
    var $dataServerVersion = 7;
Do these need to be changed?
Many thanks,
David.
    
    
More information about the FX.php_List
mailing list