<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[VM PixelFed (Update)]]></title><description><![CDATA[<pre><code># cd /www/pixelfed/pixelfed
# systemctl stop pixelfed
# rm composer.lock
...
# composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
...
Generating optimized autoload files
Class App\Rules\WebFinger located in ./app/Rules/Webfinger.php does not comply with psr-4 autoloading standard (rule: App\ =&gt; ./app). Skipping.
83 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

# composer dump-autoload --optimize
...
#  php artisan config:cache

   INFO  Configuration cached successfully.  

# php artisan route:cache

   INFO  Routes cached successfully.  

# php artisan migrate --force

   INFO  Running migrations.  

  2025_08_30_044247_fix_stories_table_set_view_counts_default ......................................................................... 77.42ms DONE
# chown -R pixelfed:pixelfed /www/pixelfed/pixelfed/
# systemctl start pixelfed
</code></pre>
<p dir="auto">Bref j’ai eu une erreur, si je regarde : ./app/Rules/Webfinger.php</p>
<pre><code>&lt;?php

namespace App\Rules;

use Illuminate\Contracts\Validation\Rule;

</code></pre>
<p dir="auto">Si je regarde les namespace dans les PHP</p>
<pre><code># grep "^namespace" ./app/*/*.* | awk '{print $2}' | sort -n | uniq -c
      1 App\Auth;
      1 App\Console;
      1 App\Events;
      1 App\Exceptions;
      1 App\Http;
      2 App\Listeners;
     19 App\Mail;
     53 App\Models;
     11 App\Observers;
      1 App\Policies;
      8 App\Providers;
      6 App\Rules;
     69 App\Services;
</code></pre>
<p dir="auto">Dans composer.json j’ai :</p>
<pre><code>        "psr-4": {
            "App\\": "app/"
        },
</code></pre>
<p dir="auto">je comprends pas le problème mais la mise à jours semble fonctionner.</p>
]]></description><link>https://lemmy.cyber-neurones.org/topic/75/vm-pixelfed-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:35:47 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/75.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Sep 2025 10:45:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VM PixelFed (Update) on Sat, 21 Feb 2026 14:15:03 GMT]]></title><description><![CDATA[<p dir="auto">J’ai bien le dernier :</p>
<pre><code># composer self-update
Upgrading to version 2.9.5 (stable channel).
   
Use composer self-update --rollback to return to version 2.8.9

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/716</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/716</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 21 Feb 2026 14:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to VM PixelFed (Update) on Sat, 21 Feb 2026 13:49:23 GMT]]></title><description><![CDATA[<p dir="auto">J’ai l’impression que je suis pas le seul :</p>
<p dir="auto"><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://github.com/pixelfed/pixelfed/issues/6133" title="[Admin]: Webfinger.php skipping when updating Pixelfed - psr-4 compliance · Issue #6133 · pixelfed/pixelfed">
<img src="https://opengraph.githubassets.com/678355d7f5a8423ba4600f673f42a4bfcf2a54d046da40d7a8a729f8279302e3/pixelfed/pixelfed/issues/6133" class="card-img-top not-responsive" style="max-height: 15rem;" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a class="text-decoration-none" href="https://github.com/pixelfed/pixelfed/issues/6133">
[Admin]: Webfinger.php skipping when updating Pixelfed - psr-4 compliance · Issue #6133 · pixelfed/pixelfed
</a>
</h5>
<p class="card-text line-clamp-3">Description When updating pixelfed this warning comes up: Class app\Rules\WebFinger located in ./app/Rules/Webfinger.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping. Nothing has been changed, this is s...</p>
</div>
<a href="https://github.com/pixelfed/pixelfed/issues/6133" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://github.githubassets.com/favicons/favicon.svg" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" />



<p class="d-inline-block text-truncate mb-0">GitHub <span class="text-secondary">(github.com)</span></p>
</a>
</div></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/715</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/715</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 21 Feb 2026 13:49:23 GMT</pubDate></item><item><title><![CDATA[Reply to VM PixelFed (Update) on Sat, 21 Feb 2026 13:27:26 GMT]]></title><description><![CDATA[<p dir="auto">Mise à jours … toujours l’erreur … misère.</p>
<pre><code>root@insta:/www/pixelfed/pixelfed# composer install --no-dev --optimize-autoloader
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? yes
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
Class App\Rules\WebFinger located in ./app/Rules/Webfinger.php does not comply with psr-4 autoloading standard (rule: App\ =&gt; ./app). Skipping.
&gt; Illuminate\Foundation\ComposerScripts::postAutoloadDump
&gt; @php artisan package:discover --ansi

   INFO  Discovering packages.  

  buzz/laravel-h-captcha ...................................................................................................................... DONE
  jenssegers/agent ............................................................................................................................ DONE
  laravel-notification-channels/expo .......................................................................................................... DONE
  laravel-notification-channels/webpush ....................................................................................................... DONE
  laravel/horizon ............................................................................................................................. DONE
  laravel/pulse ............................................................................................................................... DONE
  laravel/tinker .............................................................................................................................. DONE
  laravel/ui .................................................................................................................................. DONE
  livewire/livewire ........................................................................................................................... DONE
  nesbot/carbon ............................................................................................................................... DONE
  nunomaduro/termwind ......................................................................................................................... DONE
  pbmedia/laravel-ffmpeg ...................................................................................................................... DONE
  pixelfed/laravel-snowflake .................................................................................................................. DONE
  spatie/laravel-backup ....................................................................................................................... DONE
  spatie/laravel-image-optimizer .............................................................................................................. DONE
  spatie/laravel-signal-aware-command ......................................................................................................... DONE
  stevebauman/purify .......................................................................................................................... DONE

86 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
root@insta:/www/pixelfed/pixelfed# php artisan migrate --force

   INFO  Nothing to migrate.  

root@insta:/www/pixelfed/pixelfed# php artisan optimize:clear

   INFO  Clearing cached bootstrap files.  

  config ............................................................................................................................... 3.64ms DONE
  cache ............................................................................................................................... 15.94ms DONE
  compiled ............................................................................................................................. 3.16ms DONE
  events ............................................................................................................................... 1.82ms DONE
  routes ............................................................................................................................... 3.50ms DONE
  views ............................................................................................................................... 44.45ms DONE

root@insta:/www/pixelfed/pixelfed# systemctl start pixelfed
root@insta:/www/pixelfed/pixelfed# 
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/714</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/714</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 21 Feb 2026 13:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to VM PixelFed (Update) on Sun, 02 Nov 2025 14:57:42 GMT]]></title><description><![CDATA[<p dir="auto">Passage en Francais :</p>
<p dir="auto"><img src="/assets/uploads/files/1762095445163-3a6fd894-007a-4d8e-8f12-b95fef82b3d2-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
<pre><code>root@insta:/www/pixelfed/pixelfed# systemctl restart pixelfed
root@insta:/www/pixelfed/pixelfed# php artisan config:cache 

   INFO  Configuration cached successfully.  

root@insta:/www/pixelfed/pixelfed# php artisan cache:clear 

   INFO  Application cache cleared successfully.  

root@insta:/www/pixelfed/pixelfed# systemctl restart pixelfed

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/485</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/485</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sun, 02 Nov 2025 14:57:42 GMT</pubDate></item></channel></rss>