Giter VIP home page Giter VIP logo

Comments (8)

webchl avatar webchl commented on June 5, 2024 1

du coup je suis reparti d'un snapshot fonctionnel
et fait les commandes suivantes:

cd /var/www/mercator
sudo git clone https://github.com/dbarzin/mercator
sudo -u www-data php artisan migrate
sudo -u www-data composer update
sudo -u www-data php artisan config:clear && php artisan view:clear

et tout fonctionne de nouveau
merci

from mercator.

dbarzin avatar dbarzin commented on June 5, 2024

L'erreur provient de Undefined variable $patching_group_list
C'est sans doute un problème de cache. Pour vider la cache :

php artisan optimize:clear

from mercator.

webchl avatar webchl commented on June 5, 2024

non désolé toujours même erreur et après reboot également

from mercator.

dbarzin avatar dbarzin commented on June 5, 2024

Tu peux poster une capture d'écran de l'erreur ?

from mercator.

webchl avatar webchl commented on June 5, 2024

Capture d’écran 2024-03-20 144804

from mercator.

dbarzin avatar dbarzin commented on June 5, 2024

C'est une ancienne version du code qui est exécutée. La nouvelle route est route('admin.data-processings.create')
Le code se trouve ici : https://github.com/dbarzin/mercator/blob/master/resources/views/admin/dataProcessing/index.blade.php
C'est très certainement un problème de cache. Essaye :

rm storage/framework/views/*

Pour vide la cache manuellement.

from mercator.

webchl avatar webchl commented on June 5, 2024

meme probleme

from mercator.

dbarzin avatar dbarzin commented on June 5, 2024

La solution radicale est de refaire l'installation :

sudo su www-data
cd /var/www
mv mercator mercator.bak
git clone https://www.github.com/dbarzin/mercator
cd mercator
composer update
cp .env.example .env
php artisan migrate

Si cela ne marche pas, revenir en arrière et supprimer le répertoire /var/www/mercator

from mercator.

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.