omo66 wrote on Friday, December 04, 2009:
I had to add the code below to globals.php in order for the log to appear on the faxed scripts.
$GLOBALS=’./interface/pic/Rx.png’;
Did this work without this for any other users?
omo66 wrote on Friday, December 04, 2009:
I had to add the code below to globals.php in order for the log to appear on the faxed scripts.
$GLOBALS=’./interface/pic/Rx.png’;
Did this work without this for any other users?
bradymiller wrote on Saturday, December 05, 2009:
hey,
A similar statement should be in your openemr/includes/config.php file at line 68 :
$GLOBALS = “Rx.png”;
Is this line in your config file?
If it is, then it’s likely a simple path variable in the faxing script that needs to be adjusted.
Which fax link are you using?
-brady
bradymiller wrote on Saturday, December 05, 2009:
formatting errror above, statement in config.php file should be:
$GLOBALS = “Rx.png”;
bradymiller wrote on Saturday, December 05, 2009:
Also, in the config.php file ensure you have lines at 138 and 139:
$GLOBALS = dirname(__FILE__) .
“/…/interface/pic/” . $GLOBALS;
-brady