swinde / contao4-downloadarchive

1 stars 1 forks source link

Fix Pagination #15

Closed wiphi closed 5 years ago

wiphi commented 5 years ago

Behebt eine Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Pagination" from namespace "Swinde\Downloadarchive".

Sobald im Content-Modul eine Anzahl an Elementen pro Seite angegeben wurde, kam es zu einem Frontend-Fehler. Dieser PR behebt das Problem, indem es den richtigen Namespace hinzufügt.

Der Fehler sollte alle Contao 4-Versionen betreffen.

swinde commented 5 years ago

Danke fürs Teilen.

wiphi commented 5 years ago

Könntest du noch ein Fix-Release (2.0.1) erstellen?

swinde commented 5 years ago

Ist erledigt.

wiphi commented 5 years ago

Scheint so als wäre der Mirror auf packagist.org nicht aktuell https://packagist.org/packages/swinde/contao4-downloadarchive zeigt mir nur Version 2.0.0 :\ GitHub unterstützt seit diesem Jahr (glaube ich) nur noch WebHooks zum Aktualisieren.

swinde commented 5 years ago

Ist jetzt erst einmal manuell aktualisiert, das mit dem Webhook ist mir noch nicht klar was ich da tun muss!

wiphi commented 5 years ago

s. Packagist Docs

    Payload URL: https://packagist.org/api/github?username=swinde (denke ich)
    Content Type: application/json
    Secret: your Packagist API Token
    Which events? Just the push event is enough.

Du gehst auf die Settings des Repos und wählst Webhooks, Add Webhook. Trägst die oben genannten Daten (URL und API Token) ein und das war's :smile:

swinde commented 5 years ago

Ich habe es unterdessen hin bekommen! Danke!