Openemr documents are not opening

HI All ,

Am move the hosting another another drive and emr working fine when click the documents its showing white background. Am attaching Screenshot

@Gangesh_Kadari,
Can you please check or share the apache error log to get some additional information regarding the issue.

Thanks,
ViSolve

<?php include_once("../globals.php"); include_once("$srcdir/log.inc"); include_once("$srcdir/formdata.inc.php"); require_once("$srcdir/formatting.inc.php"); ?> <?php html_header_show();?> /library/dynarch_calendar.css' type='text/css'> <?php include_once("{$GLOBALS['srcdir']}/dynarch_calendar_en.inc.php"); ?>

@Gangesh_Kadari,
Could you please check whether you can able to see any errors in the file(\xampp\apache\logs\error.log), while executing the documents.

Thanks,
ViSolve

we are using cpanel and normal hosting working fine but my hosting drive near full so i moved the emr data to SAN Storage that time am getting the error.

admin_openemr.gacl_acl
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_acl_sections
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_acl_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aco
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aco_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aco_sections
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aco_sections_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aco_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_groups
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_groups_id_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_groups_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_sections
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_sections_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_aro_seq
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_axo
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_axo_groups
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_axo_groups_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_axo_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_axo_sections
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_groups_aro_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_groups_axo_map
note : The storage engine for the table doesn’t support repair
admin_openemr.gacl_phpgacl
note : The storage engine for the table doesn’t support repair

If you were using the regular directory storage method for the documents, it’s likely that the paths to retrieve the saved files are no longer valid, however, that usually results in a document lookup error displaying in the browser rather than a blank screen.
In a linux environment, that could be fixed quickly & easily with a symlink, might require more work to repair in a Windows/XAMPP environment.