PHPackages                             breadlesscode/neos-error-pages - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. breadlesscode/neos-error-pages

AbandonedArchivedNeos-plugin[Utility &amp; Helpers](/categories/utility)

breadlesscode/neos-error-pages
==============================

v2.1.0(8y ago)93.9k1MITPHP

Since Dec 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/breadlesscode/neos-error-pages)[ Packagist](https://packagist.org/packages/breadlesscode/neos-error-pages)[ RSS](/packages/breadlesscode-neos-error-pages/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Deprecated in Neos 5
 Please use Fusion error page rendering instead
=====================================================================

[](#deprecated-in-neos-5--please-use-fusion-error-page-rendering-instead)

Neos error pages
================

[](#neos-error-pages)

[![Latest Stable Version](https://camo.githubusercontent.com/2a0338877d4f7712f4147bea729234afb5749fc2d53990295f2900364dfeeae0/68747470733a2f2f706f7365722e707567782e6f72672f62726561646c657373636f64652f6e656f732d6572726f722d70616765732f762f737461626c65)](https://packagist.org/packages/breadlesscode/neos-error-pages)[![Downloads](https://camo.githubusercontent.com/ab5a2b5b583f9751127081e331993f753eb28251f5049af34bd710bf0ccd0b4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726561646c657373636f64652f6e656f732d6572726f722d70616765732e737667)](https://packagist.org/packages/breadlesscode/neos-error-pages)[![License](https://camo.githubusercontent.com/5d6a67c07f0abb6bacd077a9bcb674878b835c14b08e85b69ceaa0e3cea12c22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726561646c657373636f64652f6e656f732d6572726f722d70616765732e737667)](LICENSE)[![GitHub stars](https://camo.githubusercontent.com/a1e94e5f9707688777b687caadcf77de7e86bb71b31670c43f8977e9a0da4272/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726561646c657373636f64652f6e656f732d6572726f722d70616765732e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://github.com/breadlesscode/neos-error-pages/stargazers)[![GitHub watchers](https://camo.githubusercontent.com/93b634a08e4bc58cb0ca1e7ac260c97db097810af18778aaca1bb97181299496/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f62726561646c657373636f64652f6e656f732d6572726f722d70616765732e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/breadlesscode/neos-error-pages/subscription)

This package provides multiple error pages for your Neos CMS site. You can add an error page for each subfolder; this package shows the nearest error page from the entry point.

Installation
------------

[](#installation)

Most of the time you have to make small adjustments to a package (e.g., the configuration in `Settings.yaml`). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site package located under `Packages/Sites/`. To install it correctly go to your theme package (e.g.`Packages/Sites/Foo.Bar`) and run following command:

```
composer require breadlesscode/neos-error-pages --no-update
```

The `--no-update` command prevent the automatic update of the dependencies. After the package was added to your theme `composer.json`, go back to the root of the Neos installation and run `composer update`. Your desired package is now installed correctly.

Usage
-----

[](#usage)

1. Configure the node type
2. Configure the fusion prototype
3. Add one error page to your site root

### `Breadlesscode.ErrorPages:Page`

[](#breadlesscodeerrorpagespage)

The node type `Breadlesscode.ErrorPages:Page`does inherit from `Neos.Neos:Document`. There are no child nodes defined, so if you want to add content elements to your error page, you have to add a ContentCollection to the node type.

```
'Breadlesscode.ErrorPages:Page':
  childNodes:
    main:
      type: 'Neos.Neos:ContentCollection'

```

To overwrite the document with your custom document you can do it like this:

```
prototype(Breadlesscode.ErrorPages:Page) >
prototype(Breadlesscode.ErrorPages:Page) < prototype(Vendor.Foo:Page.Document)

```

### Fusion path

[](#fusion-path)

`errorPages` is the fusion path which gets rendered if an error page gets shown. Make sure it has the same look as when you go directly to the page.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

Contributors
------------

[](#contributors)

- [Breadlesscode](https://github.com/breadlesscode)
- [Jonnitto](https://github.com/jonnitto)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~18 days

Total

6

Last Release

3024d ago

Major Versions

v0.1.0 → v1.0.02017-12-26

v1.0.1 → v2.0.02018-01-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdcdca22aa31898d5baf2d516d9a364010b4ec751f887806b67cbca7529098ca?d=identicon)[breadlesscode](/maintainers/breadlesscode)

---

Top Contributors

[![breadlesscode](https://avatars.githubusercontent.com/u/5465112?v=4)](https://github.com/breadlesscode "breadlesscode (20 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (2 commits)")

---

Tags

error-403error-404error-410error-pageneosneoscmsnot-found

### Embed Badge

![Health badge](/badges/breadlesscode-neos-error-pages/health.svg)

```
[![Health](https://phpackages.com/badges/breadlesscode-neos-error-pages/health.svg)](https://phpackages.com/packages/breadlesscode-neos-error-pages)
```

###  Alternatives

[neos/seo

SEO configuration and tools for Neos

141.0M28](/packages/neos-seo)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.2M34](/packages/neos-eel)[sitegeist/kaleidoscope

Responsive-images for Neos

29364.3k11](/packages/sitegeist-kaleidoscope)[neos/fusion-form

Fusion Form

19776.4k41](/packages/neos-fusion-form)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
