Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP warning in alpine dockers in Administration->Backup script #23

Open
bradymiller opened this issue Oct 30, 2017 · 1 comment
Open

Comments

@bradymiller
Copy link
Member

In both alpine dockers the Administration->Backup features are working as expected. However do see following php warnings (these are not seen in ubuntu dockers):

[30-Oct-2017 18:22:31 UTC] PHP Warning:  include_once(Archive/Tar.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/openemr/interface/main/backup.php on line 51
[30-Oct-2017 18:22:31 UTC] PHP Warning:  include_once(): Failed opening 'Archive/Tar.php' for inclusion (include_path='.:') in /var/www/localhost/htdocs/openemr/interface/main/backup.php on line 51
@bradymiller bradymiller self-assigned this Oct 30, 2017
@bradymiller
Copy link
Member Author

I think php7-pear will solve this. Will test this soon. Note that avoiding this warning is not necessary, but would be ideal(and if do get rid of warning, then need to retest all the backup scripts since the mechanism is a little different when the Tar.php is available).

@bradymiller bradymiller removed their assignment May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant