PHPackages                             bugbuster/errorlog\_enhanced - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. bugbuster/errorlog\_enhanced

ActiveContao-module[Logging &amp; Monitoring](/categories/logging)

bugbuster/errorlog\_enhanced
============================

Contao error.log with complete relative file paths.

1.0.0(10y ago)128LGPL-3.0+PHPPHP &gt;=5.3

Since May 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/BugBuster1701/errorlog_enhanced)[ Packagist](https://packagist.org/packages/bugbuster/errorlog_enhanced)[ Docs](http://contao.ninja)[ RSS](/packages/bugbuster-errorlog-enhanced/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Contao 3 - Enhanced error.log
=============================

[](#contao-3---enhanced-errorlog)

[![Latest Stable Version](https://camo.githubusercontent.com/b3ea2913cbb1e1ee1b3a8973c62990a7ec5b07c2e491ef6c9c460e0828cef58a/68747470733a2f2f706f7365722e707567782e6f72672f6275676275737465722f6572726f726c6f675f656e68616e6365642f762f737461626c652e737667)](https://packagist.org/packages/bugbuster/errorlog_enhanced) [![Total Downloads](https://camo.githubusercontent.com/9e0e733387e5dad2eac91b32866170c2dc234af7b29ee43019f2a79693500855/68747470733a2f2f706f7365722e707567782e6f72672f6275676275737465722f6572726f726c6f675f656e68616e6365642f646f776e6c6f6164732e737667)](https://packagist.org/packages/bugbuster/errorlog_enhanced) [![Latest Unstable Version](https://camo.githubusercontent.com/43debc3958f236e32e0ab81d20a4badb42449e48cd52b2026cb27c0faf36d2ca/68747470733a2f2f706f7365722e707567782e6f72672f6275676275737465722f6572726f726c6f675f656e68616e6365642f762f756e737461626c652e737667)](https://packagist.org/packages/bugbuster/errorlog_enhanced) [![License](https://camo.githubusercontent.com/25b44dd92f74dbda7dc19832e2ff9fcd9f51f48ce9a2c0d85da8c2ad222d63ce/68747470733a2f2f706f7365722e707567782e6f72672f6275676275737465722f6572726f726c6f675f656e68616e6365642f6c6963656e73652e737667)](https://packagist.org/packages/bugbuster/errorlog_enhanced)

About
-----

[](#about)

"Enhanced error.log" generate the Contao 3 error.log with complete relative file paths.

User guide
----------

[](#user-guide)

The current manual for the extension "Enhanced error.log" can be found here: [docs.contao.ninja](https://docs.contao.ninja)

Example
-------

[](#example)

### Original error stack on not a valid JPEG file

[](#original-error-stack-on-not-a-valid-jpeg-file)

```
#0 [internal function]: __error(2, 'imagecreatefrom...', '/contao35_deve...', 82, Array)
#1 /contao35_develop/system/modules/core/library/Contao/GdImage.php(82): imagecreatefromjpeg('/daten/contao2g...')
#2 /contao35_develop/system/modules/core/library/Contao/Image.php(541): Contao\GdImage::fromFile(Object(Contao\File))
#3 /contao35_develop/system/modules/core/library/Contao/Image.php(510): Contao\Image->executeResizeGd()
#4 /contao35_develop/system/modules/core/library/Contao/Image.php(950): Contao\Image->executeResize()
#5 /contao35_develop/system/modules/core/classes/DataContainer.php(516): Contao\Image::get('files/contaodem...', 699, 524, 'box')
#6 /contao35_develop/system/modules/core/drivers/DC_Folder.php(1221): Contao\DataContainer->row()
#7 /contao35_develop/system/modules/core/classes/Backend.php(650): Contao\DC_Folder->edit()
#8 /contao35_develop/system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('files')
#9 /contao35_develop/contao/main.php(20): Contao\BackendMain->run()
#10 {main}

```

**Problem:** how is the name of the not valid JPEG file?

### The new error stack on not a valid JPEG file

[](#the-new-error-stack-on-not-a-valid-jpeg-file)

```
#0 [internal function]: __error_enhanced(2, 'imagecreatefromjpeg(): 'files/contaodemo/media/demo-wrong-image.jpg' is not a valid JPEG file', 'system/modules/core/library/Contao/GdImage.php', 82, Array)
#1 system/modules/core/library/Contao/GdImage.php(82): imagecreatefromjpeg('files/contaodemo/media/demo-wrong-image.jpg')
#2 system/modules/core/library/Contao/Image.php(541): Contao\GdImage::fromFile(Contao\File)
#3 system/modules/core/library/Contao/Image.php(510): Contao\Image->executeResizeGd()
#4 system/modules/core/library/Contao/Image.php(950): Contao\Image->executeResize()
#5 system/modules/core/classes/DataContainer.php(516): Contao\Image::get('files/contaodemo/media/demo-wrong-image.jpg', 699, 524, 'box')
#6 system/modules/core/drivers/DC_Folder.php(1221): Contao\DataContainer->row()
#7 system/modules/core/classes/Backend.php(650): Contao\DC_Folder->edit()
#8 system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('files')
#9 contao/main.php(20): Contao\BackendMain->run()

```

**Answer:** `files/contaodemo/media/demo-wrong-image.jpg`, yeah!

For Translators
---------------

[](#for-translators)

Translations are managed using Transifex. To create a new translation or to help to maintain an existing one, please register at transifex.com.

Project Link: [https://www.transifex.com/bugbuster/contao-enhanced\_errorlog/](https://www.transifex.com/bugbuster/contao-enhanced_errorlog/)

Howto:

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3700d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/497111?v=4)[Anton Safonov](/maintainers/BugBuster)[@BugBuster](https://github.com/BugBuster)

---

Top Contributors

[![BugBuster1701](https://avatars.githubusercontent.com/u/1218809?v=4)](https://github.com/BugBuster1701 "BugBuster1701 (17 commits)")

---

Tags

contaoextensionphptransifexlogerrorcontao

### Embed Badge

![Health badge](/badges/bugbuster-errorlog-enhanced/health.svg)

```
[![Health](https://phpackages.com/badges/bugbuster-errorlog-enhanced/health.svg)](https://phpackages.com/packages/bugbuster-errorlog-enhanced)
```

###  Alternatives

[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299571.0k1](/packages/larabug-larabug)[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

26927.9k](/packages/saasscaleup-laravel-log-alarm)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14844.4k1](/packages/guanguans-laravel-exception-notify)[baibaratsky/yii2-rollbar

Rollbar for Yii2

35131.9k](/packages/baibaratsky-yii2-rollbar)[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19393.4k](/packages/facile-it-sentry-module)

PHPackages © 2026

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