Git Product home page Git Product logo

Comments (5)

tteck avatar tteck commented on June 10, 2024

πŸ›‘ Failure to comply with the following guideline.

  • Prior to submitting, kindly search the closed issues to check if the problem you are reporting has already been addressed and resolved. If you come across a closed issue that pertains to your problem, please leave a comment on that issue instead of creating a new one.

#2874

from proxmox.

lyricnz avatar lyricnz commented on June 10, 2024

What do you mean "If the default Linux distribution is not adhered to, script support will be discontinued."?

I never touched anything - this container is 100% tteck script driven.

It looks like YOU have changed the base image, and broke the upgrade for anyone who installed on your old version?

from proxmox.

tteck avatar tteck commented on June 10, 2024

You didn't follow the link. #2772

from proxmox.

lyricnz avatar lyricnz commented on June 10, 2024

OK, I updated to deb12 manually following your steps. Same result.

The failing command emitted lots of PHP/composer class problems ending thusly:

root@heimdalldashboard:/opt/Heimdall# COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload | tail -20
...
Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonTypeConverter" was found in both "/opt/Heimdall/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php" and "/opt/Heimdall/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php", the first will be used.
Class Monolog\Handler\ElasticsearchHandler located in ./vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

  Class "DOMDocument" not found

  at vendor/nunomaduro/termwind/src/HtmlRenderer.php:32
     28β–•      * Parses the given html.
     29β–•      */
     30β–•     public function parse(string $html): Components\Element
     31β–•     {
  ➜  32β–•         $dom = new DOMDocument();
     33β–• 
     34β–•         if (strip_tags($html) === $html) {
     35β–•             return Termwind::span($html);
     36β–•         }

      +25 vendor frames 
  26  app/Providers/AppServiceProvider.php:148
      Illuminate\Support\Facades\Facade::__callStatic()

  27  app/Providers/AppServiceProvider.php:31
      App\Providers\AppServiceProvider::setupDatabase()
root@heimdalldashboard:/opt/Heimdall# 

from proxmox.

lyricnz avatar lyricnz commented on June 10, 2024

PS: fixed it by doing a brand new install, then copying the files the script backed up into the new system. Also had to copy custom icons from /opt/Heimdall/storage/app/public/icons.

from proxmox.

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.