Giter Club home page Giter Club logo

Comments (2)

snailcatcher avatar snailcatcher commented on August 17, 2024

I found the same problem in #5106 but this issue isn't solved as mentioned in this issue.

from pyrocms.

RyanThompson avatar RyanThompson commented on August 17, 2024

I've installed a number of these recently both on PHP 7.4 and 8.0 with no issues.

This was the last fix that cleared up installer issues: anomalylabs/installer-module@4adb3c8#diff-d37edcba5b726cc47c012099e109813c39f9ec3a68fdbfdd1e546d4a4dc4bff8

Did your composer dependencies completely install? Does this occur without the --ready flag too? That error would indicate that the dependency was not fully downloaded or the autoloader failed in some way.

If you are using PHP 7.4, you have to use something like this php -d memory_limit=-1 /usr/local/bin/composer update where Composer is v1. If you are using PHP 8 and composer 2 you can simply composer update and be done.

I just confirmed with the below .env example.

APP_ENV=local
INSTALLED="false"
APP_KEY=WS0bbyMzqTsTqB1zJuwpuOniUsT8Zu7L
APP_DEBUG=true
DEBUG_BAR=false
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pyrocms-latest
DB_USERNAME=root
DB_PASSWORD="root"
APPLICATION_NAME="Default"
APPLICATION_DOMAIN=127.0.0.1:8000
APPLICATION_REFERENCE=default
DEFAULT_LOCALE=en
APP_TIMEZONE=America/Chicago
APP_URL=http://127.0.0.1:8000
ADMIN_USERNAME=admin
[email protected]
ADMIN_PASSWORD=password

from pyrocms.

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.