SVN 6770:

1. Please check Line 74 and Lines 80-82 in the file:  
global_conf/inc_remoteservers_conf.php
Where are the imed and iMed folders?

2. Please check the lines 591-592 in the file: modules/hxp/server.php

Lines 589-592:
     # Delete the table record
     $img->Transact("DELETE FROM care_encounter_image WHERE nr=$picnr");
     return $d; // ??????
     return new IXR_Error(1100,'_ERROR_FILE_NOCREATE');

should it be:

     # Delete the table record
    if ( $img->Transact("DELETE FROM care_encounter_image WHERE nr=$picnr") ) 
return $d; 
    else  
        return new IXR_Error(1100,'_ERROR_FILE_NOCREATE');


Regards,
Ap.Muthu
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to