Git Product home page Git Product logo

Comments (3)

takeit avatar takeit commented on July 29, 2024

hi @Denvervintage, thanks for reporting that issue.

I checked it and I can not reproduce it. Did you execute all commands step by step?

Looks like doctrine:fixtures:load command was not executed. You have to load fixtures as described here.

from web-publisher.

Denvervintage avatar Denvervintage commented on July 29, 2024

Ok, thinking maybe i skipped a step, I went back and wiped the server and started from scratch 3 times. Exact same result all 3 times.

Fresh server fresh ubuntu install
update and upgrade ubuntu
Clone repository.

(Composer and docker do not work from cloned repository)
Inside web-publisher folder:
install docker
install composer
apt-get update / upgrade

Test. All is working.

Run
docker-compose build

Run
docker-compose up -d

Run
docker-compose run php composer install
Configure paramaters yml (Exactly as shown on the readme.md)

Run
docker-compose run php app/console doctrine:database:create

Run
docker-compose run php app/console doctrine:migrations:migrate

Run
docker-compose run php app/console doctrine:fixtures:load

Run
docker-compose run php app/console swp:theme:install 123abc src/SWP/Bundle/FixturesBundle/Resources/themes/DefaultTheme/ -f -p

Exact same error
"Tenant for host "123abd" could not be found!"
capture
putty.txt

from web-publisher.

takeit avatar takeit commented on July 29, 2024

Hi @Denvervintage

if you have Allowed memory size... issue then you have to run a command with: -d memory_limit=-1 .

Try executing this command: docker-compose run php php -d memory_limit=-1 app/console doctrine:fixtures:load and it should work. See loading fixtures commands.

from web-publisher.

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.