Error - Moving Scanned Documents to Charts

mike-h30 wrote on Wednesday, February 06, 2008:

I have set up my scanned docs directory and can view them in the “Scanner In” tab.  However, how are they moved to a patient’s chart from there?  The column next to the document “Filename” has the the word “Dispatch” in each row.  When I click it, I get a pop up window with the following line “mkdir returned 1:”

Here is the error log from Apache2:

[Wed Feb 06 09:48:09 2008] [error] [client XXX.XXX.X.XX] PHP Notice:  Undefined index:  form_save in /srv/www/htdocs/openemr-2.8.3/interface/fax/fax_dispatch.php on line 71, referer: http://XXX.XXX.X.XX/openemr-2.8.3/interface/fax/faxq.php
mkdir: cannot create directory `/srv/www/htdocs/openemr-2.8.3/faxcache’: Permission denied

Is "faxcache" a directory that needs to be created first? I do not have it.

sunsetsystems wrote on Wednesday, February 06, 2008:

Evidently the mkdir function failed because your OpenEMR base directory is not writable by the web server.  It needs to be.

Rod
www.sunsetsystems.com

sunsetsystems wrote on Wednesday, February 06, 2008:

By the way, postings that do not concern OpenEMR development should be in one of the other forums.  :slight_smile:

Rod
www.sunsetsystems.com

mike-h30 wrote on Wednesday, February 06, 2008:

Thanks Rod. 

-Mike