Git Product home page Git Product logo

Comments (8)

Horgix avatar Horgix commented on September 26, 2024 1

Hello,

The Docker image tagged as 2.5 from 8 months ago doesn't work either :

preg_match() expects parameter 2 to be string, array given

Also with an unchanged docker-compose from what is in this repository except the ":2.5" tag to the image.

from dockerfiles.

cinemast avatar cinemast commented on September 26, 2024 1

I am experiencing the same problem.

from dockerfiles.

cinemast avatar cinemast commented on September 26, 2024

While scanning through the changelogs of php 7.1 which has been released 2 days ago, I found that mcrypt is now deprecated/removed from php 7.1

http://php.net/manual/de/migration71.deprecated.php

This might be the problem. So either update invoiceninja itself to remove the mcrypt dependency or tag the php:fpm to a version before 7.1 (latest).

from dockerfiles.

turbo124 avatar turbo124 commented on September 26, 2024

As Mcrypt is only deprecated, adjusting Error reporting to ~E_DEPRECATED will remove this error message and 7.1 will work fine.

from dockerfiles.

cinemast avatar cinemast commented on September 26, 2024

Well than the same problem will appear in 7.2, where it will be removed.
I think the issue should be fixed upstream. See invoiceninja/invoiceninja#1188

from dockerfiles.

lalop avatar lalop commented on September 26, 2024

Why a warning throw an error ?

from dockerfiles.

turbo124 avatar turbo124 commented on September 26, 2024

@lalop this is a php configuration issue. If error reporting is set to E_ALL (or in this case E_WARNING) then output will terminate with error - even thou it is only a warning / deprecated message.

from dockerfiles.

lalop avatar lalop commented on September 26, 2024

ok thank you

from dockerfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.