Skip to content

Include composer's autoloader #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Include composer's autoloader #397

wants to merge 1 commit into from

Conversation

chadrien
Copy link

Without it the configuration set in composer.json

autoload": {
    "psr-0": {
        "": ["app/code", "lib"]
    }
}

will not be used, causing errors like Fatal error: Maximum function nesting level of '100' reached, aborting! in /Users/chadrien/projects/magento2/lib/Magento/Autoload/IncludePath.php on line 56
located at the create simple product page.

@verklov
Copy link
Contributor

verklov commented Nov 27, 2013

Hello chadrien,
Thank you for your contribution! Our team will review your pull request and respond as soon as our analysis is complete.

@verklov
Copy link
Contributor

verklov commented Jan 22, 2014

@chadrien , thank you for your contribution! We are considering using your idea in product development. Please watch the repository for updates.

@mhauri
Copy link

mhauri commented Jan 31, 2014

@chadrien add "xdebug.max_nesting_level = 500" in your xdebug config will solve the issue too.

@verklov
Copy link
Contributor

verklov commented Feb 20, 2014

@chadrien , we will take into account your contribution while working on the composer-related direction, which we have in our plans. Thank you for contributing to the Magento 2 product development! We are closing this issue so far. Please watch this repository for the updates.

@verklov verklov closed this Feb 20, 2014
@chadrien chadrien deleted the composer branch February 20, 2014 19:02
magento-team pushed a commit that referenced this pull request Mar 3, 2016
okorshenko pushed a commit that referenced this pull request Dec 14, 2016
[South] Bug fixes backport to 2.1.3
- MAGETWO-56936 [Backport] [Github] Allowed countries for customer address in admin using storeview configuration #2946 - for 2.1
- MAGETWO-57187 [Backport] Captcha JS Error on CMS pages with layout is set to empty - 2.1
- MAGETWO-56742 [GitHub] Sorting & Filters not functioning on New Review page. #5391
magento-engcom-team added a commit that referenced this pull request Mar 8, 2019
…ion #397

 - Merge Pull Request magento/graphql-ce#397 from pmclain/graphql-ce:issue/388
 - Merged commits:
   1. 8e8ca79
   2. a83afb7
magento-devops-reposync-svc pushed a commit that referenced this pull request May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants