Code Monkey home page Code Monkey logo

Comments (5)

josefglatz avatar josefglatz commented on June 20, 2024

PHP Module missing

  • memchached php module is missing

Problems PHP-FPM

  • opening TYPO3 install tool (the initial 123-install-mode is working) throws php-fpm error)
app_1         | [httpd:access] 9.typo3.docker:80 172.22.0.7 - - [30/Oct/2017:18:23:59 +0000] "GET /typo3/install.php?install[controller]=layout&install[action]=executeSilentConfigurationUpdate&_=1509387839526 HTTP/1.1" 200 bytesIn:715 bytesOut:319 reqTime:0
app_1         | [30-Oct-2017 18:23:59] WARNING: [pool www] child 375 said into stderr: "*** Error in `php-fpm: pool www': free(): invalid pointer: 0x00007ff175abf25e ***"
app_1         | [Mon Oct 30 18:23:59.801925 2017] [proxy_fcgi:error] [pid 114:tid 140535633184512] [client 172.22.0.7:49732] AH01067: Failed to read FastCGI header, referer: http://9.typo3.docker/typo3/install.php
app_1         | [Mon Oct 30 18:23:59.801967 2017] [proxy_fcgi:error] [pid 114:tid 140535633184512] (104)Connection reset by peer: [client 172.22.0.7:49732] AH01075: Error dispatching request to : , referer: http://9.typo3.docker/typo3/install.php
app_1         | docker.vm:80 172.22.0.7 - - [30/Oct/2017:18:23:59 +0000] "GET /typo3/install.php?install[controller]=layout&install[action]=mainLayout&_=1509387839527 HTTP/1.1" 503 569 "http://9.typo3.docker/typo3/install.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"
app_1         | [httpd:access] 9.typo3.docker:80 172.22.0.7 - - [30/Oct/2017:18:23:59 +0000] "GET /typo3/install.php?install[controller]=layout&install[action]=mainLayout&_=1509387839527 HTTP/1.1" 503 bytesIn:693 bytesOut:569 reqTime:0
app_1         | [30-Oct-2017 18:23:59] WARNING: [pool www] child 375 exited on signal 6 (SIGABRT - core dumped) after 90.272471 seconds from start
app_1         | [30-Oct-2017 18:23:59] NOTICE: [pool www] child 430 started

from typo3-docker-boilerplate.

josefglatz avatar josefglatz commented on June 20, 2024

Seams like libpcre is broken.

An actual workaround is to put pcre.jit=0 into the php.ini (which is /etc/php/development.ini in TYPO3-docker-boilerplate.

After adding the line, build your app container new (make rebuild could do the job)

from typo3-docker-boilerplate.

tomhatzer avatar tomhatzer commented on June 20, 2024

We had the same problem. You can fix libpcre using the following manual: https://stackoverflow.com/a/38204958

pcre.jit=0 is a quick fix for this.

So updating to the latest testing version of libpcre should fix the problem with invalid pointers.

from typo3-docker-boilerplate.

josefglatz avatar josefglatz commented on June 20, 2024

from typo3-docker-boilerplate.

josefglatz avatar josefglatz commented on June 20, 2024

TYPO3 works with the latest webdevops/php-apache-dev:7.1 image. According to the issue in the upstream repo was the problem fixed. PCRE extension lib version is now 8.38 (which should be fine)

Just run docker pull webdevops/php-apache-dev:7.1 to get newest image from Docker hub. Then run make rebuild in your TYPO3-docker-boilerplate project dir.

If you have any questions - you've got my phone number ;)

from typo3-docker-boilerplate.

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.