[PR #1] [MERGED] The Extension file contains the wrong class. #6

Closed
opened 2026-01-24 11:34:35 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle/pull/1
Author: @dbtlr
Created: 11/12/2011
Status: Merged
Merged: 11/12/2011
Merged by: @stof

Base: masterHead: patch-1


📝 Commits (1)

  • 5f39fc8 The Extension file contains the wrong class. This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 DependencyInjection/FOSAdvancedEncoderExtension.php (+1 -1)

📄 Description

This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle/pull/1 **Author:** [@dbtlr](https://github.com/dbtlr) **Created:** 11/12/2011 **Status:** ✅ Merged **Merged:** 11/12/2011 **Merged by:** [@stof](https://github.com/stof) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`5f39fc8`](https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle/commit/5f39fc89b6336ab4c7a9b0fa22ab50b7d695890c) The Extension file contains the wrong class. This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `DependencyInjection/FOSAdvancedEncoderExtension.php` (+1 -1) </details> ### 📄 Description This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:34:35 +01:00
admin closed this issue 2026-01-24 11:34:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FriendsOfSymfony/FOSAdvancedEncoderBundle#6