mike-h30 wrote on Thursday, February 07, 2008:
My folder for scanned documents contains PDF’s and TIFF’s. When I try to dispatch a TIFF I get this error in the Dispatch Window
"tiffsplit returned 127:"
Below are a few errors in my error log that I felt might be related to why I am not seeing document pages displayed in the Dispatch Window. I looked at the code in the php pages referenced and didn’t recognize anything. Please advise.
-Mike
[Wed Feb 06 22:00:48 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: file in /srv/www/htdocs/openemr-2.8.3/interface/fax/fax_dispatch.php on line 15, referer: http://localhost/openemr-2.8.3/interface/fax/faxq.php
[Wed Feb 06 22:00:48 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: form_save in /srv/www/htdocs/openemr-2.8.3/interface/fax/fax_dispatch.php on line 73, referer: http://localhost/openemr-2.8.3/interface/fax/faxq.php
[Wed Feb 06 22:00:42 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: show_all in /srv/www/htdocs/openemr-2.8.3/interface/main/authorizations/authorizations.php on line 43, referer: http://localhost/openemr-2.8.3/interface/main/main.php
[Wed Feb 06 22:00:42 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: show_all in /srv/www/htdocs/openemr-2.8.3/interface/main/authorizations/authorizations.php on line 72, referer: http://localhost/openemr-2.8.3/interface/main/main.php
[Wed Feb 06 21:55:49 2008] [error] [client 127.0.0.1] PHP Notice: Undefined variable: ignoreAuth in /srv/www/htdocs/openemr-2.8.3/interface/globals.php on line 186, referer: http://localhost/openemr-2.8.3/interface/main/main_navigation.php
sh: faxstat: command not found
sh: faxstat: command not found
I checked line 186 of the Globals.php and here is the code:
// Include the authentication module code here, but the rule is
// if the file has the word “login” in the source code file name,
// don’t include the authentication module - we do this to avoid
// include loops.
if (!$ignoreAuth) {
include_once("$srcdir/auth.inc");
}