Code Monkey home page Code Monkey logo

Comments (10)

robinwhittleton avatar robinwhittleton commented on June 26, 2024

I’ve just reinstalled it from scratch and it seems to be working fine. Are you getting any error messages?

from web.

thewchan avatar thewchan commented on June 26, 2024

Let me try rebuilding the entire container one more time.

from web.

weijia-cheng avatar weijia-cheng commented on June 26, 2024

I had the same problem lately, after moving to a new laptop and switched to serving the site locally with Apache.

from web.

robinwhittleton avatar robinwhittleton commented on June 26, 2024

Did it report any errors? It’s working fine for me, so it’s difficult to debug without knowing what the problem is.

from web.

weijia-cheng avatar weijia-cheng commented on June 26, 2024

I saw a PR_END_OF_FILE_ERROR in Firefox before reloading it a bit and coming up with nothing. It worked fine on my last laptop.

from web.

carderne avatar carderne commented on June 26, 2024

I've just cloned the latest version, run docker build and when I docker run (instructions from the repo) I get a PR_END_OF_FILE_ERROR in Firefox, and the following in the Docker logs:

Click for trace
Generating a RSA private key
..++++
..............................................................++++
writing new private key to '/standardebooks.org/web/config/ssl/standardebooks.test.key'
-----
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for php-webdriver/webdriver 1.12.1 -> satisfiable by php-webdriver/webdriver[1.12.1].
- php-webdriver/webdriver 1.12.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.

To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/7.4/cli/php.ini
- /etc/php/7.4/cli/conf.d/10-opcache.ini
- /etc/php/7.4/cli/conf.d/10-pdo.ini
- /etc/php/7.4/cli/conf.d/15-xml.ini
- /etc/php/7.4/cli/conf.d/20-apcu.ini
- /etc/php/7.4/cli/conf.d/20-calendar.ini
- /etc/php/7.4/cli/conf.d/20-ctype.ini
- /etc/php/7.4/cli/conf.d/20-dom.ini
- /etc/php/7.4/cli/conf.d/20-exif.ini
- /etc/php/7.4/cli/conf.d/20-ffi.ini
- /etc/php/7.4/cli/conf.d/20-fileinfo.ini
- /etc/php/7.4/cli/conf.d/20-ftp.ini
- /etc/php/7.4/cli/conf.d/20-gd.ini
- /etc/php/7.4/cli/conf.d/20-gettext.ini
- /etc/php/7.4/cli/conf.d/20-iconv.ini
- /etc/php/7.4/cli/conf.d/20-intl.ini
- /etc/php/7.4/cli/conf.d/20-json.ini
- /etc/php/7.4/cli/conf.d/20-mbstring.ini
- /etc/php/7.4/cli/conf.d/20-phar.ini
- /etc/php/7.4/cli/conf.d/20-posix.ini
- /etc/php/7.4/cli/conf.d/20-readline.ini
- /etc/php/7.4/cli/conf.d/20-shmop.ini
- /etc/php/7.4/cli/conf.d/20-simplexml.ini
- /etc/php/7.4/cli/conf.d/20-sockets.ini
- /etc/php/7.4/cli/conf.d/20-sysvmsg.ini
- /etc/php/7.4/cli/conf.d/20-sysvsem.ini
- /etc/php/7.4/cli/conf.d/20-sysvshm.ini
- /etc/php/7.4/cli/conf.d/20-tokenizer.ini
- /etc/php/7.4/cli/conf.d/20-xmlreader.ini
- /etc/php/7.4/cli/conf.d/20-xmlwriter.ini
- /etc/php/7.4/cli/conf.d/20-xsl.ini
- /etc/php/7.4/cli/conf.d/25-apcu_bc.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.
Enabling site standardebooks.test.
To activate the new configuration, you need to run:
service apache2 reload

  • Starting Apache httpd web server apache2 *
  • The apache2 configtest failed.
    Output of config test was:
    AH00526: Syntax error on line 278 of /etc/apache2/sites-enabled/standardebooks.test.conf:
    Invalid command 'XSendFile', perhaps misspelled or defined by a module not included in the server configuration
    Action 'configtest' failed.
    The Apache error log may have more information.
  • Restarting PHP 7.4 FastCGI Process Manager php-fpm7.4 [ OK ]

from web.

acabal avatar acabal commented on June 26, 2024

I just added a line to the dockerfile in 42b92ba that should fix that.

from web.

carderne avatar carderne commented on June 26, 2024

That's a bit better, now I get the certificate warning and then an empty page after I click through. Nothing interesting in the console except warnings about Strict-Transport-Security and Quirks mode.

from web.

robinwhittleton avatar robinwhittleton commented on June 26, 2024

OK, now I’m seeing the same issue, with a new build based on colima. Lets me debug it at least 🙂

from web.

robinwhittleton avatar robinwhittleton commented on June 26, 2024

Could people try the Docker instructions again? Alex has merged a patch that should allow composer to download the required packages to get the site running.

(I’d previously managed to install them into the site through macOS, so I hadn’t clocked that the composer install inside the Docker VM was failing.)

from web.

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.