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

Add php-dom and php-xml to prerequisites (and the Docker image Dockerfile) #1010

Open
nielsdrost7 opened this issue Dec 24, 2023 · 0 comments
Assignees
Milestone

Comments

@nielsdrost7
Copy link
Contributor

nielsdrost7 commented Dec 24, 2023

Current Behavior

From the forum:

Installed invoiceplane for a friend ran into a problem that through the customer porthole when viewing the invoice if you want to download the pdf you get an error I needed to install php81-xml and php81-dom to get this to work once again don’t know if all distros are the same but maybe should be noted in the requirement section on the Wiki

Possible Implementation

RUN install-php-extensions \
    bcmath \
    exif \
    gd \
    imagick \
    imap \
dom \ <<<====
xml \ <<<===
    intl \
    mysqli \
    pdo_mysql \
    redis \
    soap \
    xdebug \
    xsl \
    zip

And it's not in the requirements: [wiki/en/1_6/getting_started/requirements.blade.php](https://github.com/InvoicePlane/Wiki/blob/master/wiki/en/1_6/getting_started/requirements.blade.php)

@nielsdrost7 nielsdrost7 added this to the 1.6.2 milestone Dec 24, 2023
@nielsdrost7 nielsdrost7 self-assigned this Jan 1, 2024
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