Update Magento 2 PHP Settings - two php configuration? find right php.ini Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Request for index.php times out in Magento 1.9.1Configurable Product create/update “No data to save” with too many optionsMagento 2 have Any Port Forwarding restrictionUnable to make Magento2 configuration settings effectivePHP Version Check Error in Magento 2.1.2How does home page routing workUploading php.ini file breaks Magento (front end and back end)Additional options are getting removed from the quote itemLoading Javascript for minicart in Magento 2Change symlink path in magento 2

What does this Jacques Hadamard quote mean?

What font is "z" in "z-score"?

How would a mousetrap for use in space work?

If u is orthogonal to both v and w, and u not equal to 0, argue that u is not in the span of v and w. (

If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

Can an alien society believe that their star system is the universe?

Significance of Cersei's obsession with elephants?

What would be the ideal power source for a cybernetic eye?

Crossing US/Canada Border for less than 24 hours

What is implied by the word 'Desika'

Maximum summed powersets with non-adjacent items

How does the math work when buying airline miles?

How to tell that you are a giant?

Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?

What does "lightly crushed" mean for cardamon pods?

Why wasn't DOSKEY integrated with COMMAND.COM?

How come Sam didn't become Lord of Horn Hill?

How to deal with a team lead who never gives me credit?

Why aren't air breathing engines used as small first stages?

Circuit to "zoom in" on mV fluctuations of a DC signal?

Fundamental Solution of the Pell Equation

Generate an RGB colour grid

Is the Standard Deduction better than Itemized when both are the same amount?



Update Magento 2 PHP Settings - two php configuration? find right php.ini



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Request for index.php times out in Magento 1.9.1Configurable Product create/update “No data to save” with too many optionsMagento 2 have Any Port Forwarding restrictionUnable to make Magento2 configuration settings effectivePHP Version Check Error in Magento 2.1.2How does home page routing workUploading php.ini file breaks Magento (front end and back end)Additional options are getting removed from the quote itemLoading Javascript for minicart in Magento 2Change symlink path in magento 2



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I would like to update Magento 2 from 2.1.3 to 2.1.4.
While readiness check I get this error and hint:




PHP Settings Check *



Your current PHP memory limit is 256M. Magento 2 requires it to be set
to 756M or more. As a user with root privileges, edit your php.ini
file to increase memory_limit. (The command php --ini tells you where
it is located.) After that, restart your web server and try again.



*In some cases, you might have two PHP configuration files: one for the PHP command line and for the web server. If so, make the change in
both php.ini files. For details, see the php.ini reference.




When I look at the phpinfo info page it’s correct:




memory_limit 768M




with php —ini I get this path’s:



[~/www/magento]# php --ini
Configuration File (php.ini) Path: /opt/alt/php56/etc
Loaded Configuration File: /opt/alt/php56/etc/php-cli.ini
Scan for additional .ini files in: /opt/alt/php56/link/conf
Additional .ini files parsed: /opt/alt/php56/link/conf/alt_php.ini


PHP.ini file for php-cli



[~/www/magento]# php -i |grep php.ini
Configuration File (php.ini) Path => /opt/alt/php56/etc
Additional .ini files parsed => /opt/alt/php56/link/conf/alt_php.ini


in php.info i get this path’s



Configuration File (php.ini) Path /opt/alt/php56/etc
Loaded Configuration File /opt/alt/php56/etc/php.ini
Scan this dir for additional .ini files :/home/xxx/etc/php_settings/conf.d
Additional .ini files parsed /opt/alt/php56/link/conf/alt_php.ini, /home/xxx/etc/php_settings/conf.d/00-mycyon.ini


It is not my own webserver, so I can only edit this file:



/home/xxx/etc/php_settings/conf.d/00-mycyon.ini


The hosting provider says the 00-mycyon.ini file overwrite the others.



But I get still the same error.



How can I find the right php.ini file which magento use?
Or is it possible to say magento that it take this php.ini file:
/home/xxx/etc/php_settings/conf.d/00-mycyon.ini



Thanks for every hint or idea!










share|improve this question
























  • I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

    – Max
    Feb 16 '17 at 13:57











  • Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

    – Ayline
    Feb 16 '17 at 15:49

















0















I would like to update Magento 2 from 2.1.3 to 2.1.4.
While readiness check I get this error and hint:




PHP Settings Check *



Your current PHP memory limit is 256M. Magento 2 requires it to be set
to 756M or more. As a user with root privileges, edit your php.ini
file to increase memory_limit. (The command php --ini tells you where
it is located.) After that, restart your web server and try again.



*In some cases, you might have two PHP configuration files: one for the PHP command line and for the web server. If so, make the change in
both php.ini files. For details, see the php.ini reference.




When I look at the phpinfo info page it’s correct:




memory_limit 768M




with php —ini I get this path’s:



[~/www/magento]# php --ini
Configuration File (php.ini) Path: /opt/alt/php56/etc
Loaded Configuration File: /opt/alt/php56/etc/php-cli.ini
Scan for additional .ini files in: /opt/alt/php56/link/conf
Additional .ini files parsed: /opt/alt/php56/link/conf/alt_php.ini


PHP.ini file for php-cli



[~/www/magento]# php -i |grep php.ini
Configuration File (php.ini) Path => /opt/alt/php56/etc
Additional .ini files parsed => /opt/alt/php56/link/conf/alt_php.ini


in php.info i get this path’s



Configuration File (php.ini) Path /opt/alt/php56/etc
Loaded Configuration File /opt/alt/php56/etc/php.ini
Scan this dir for additional .ini files :/home/xxx/etc/php_settings/conf.d
Additional .ini files parsed /opt/alt/php56/link/conf/alt_php.ini, /home/xxx/etc/php_settings/conf.d/00-mycyon.ini


It is not my own webserver, so I can only edit this file:



/home/xxx/etc/php_settings/conf.d/00-mycyon.ini


The hosting provider says the 00-mycyon.ini file overwrite the others.



But I get still the same error.



How can I find the right php.ini file which magento use?
Or is it possible to say magento that it take this php.ini file:
/home/xxx/etc/php_settings/conf.d/00-mycyon.ini



Thanks for every hint or idea!










share|improve this question
























  • I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

    – Max
    Feb 16 '17 at 13:57











  • Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

    – Ayline
    Feb 16 '17 at 15:49













0












0








0








I would like to update Magento 2 from 2.1.3 to 2.1.4.
While readiness check I get this error and hint:




PHP Settings Check *



Your current PHP memory limit is 256M. Magento 2 requires it to be set
to 756M or more. As a user with root privileges, edit your php.ini
file to increase memory_limit. (The command php --ini tells you where
it is located.) After that, restart your web server and try again.



*In some cases, you might have two PHP configuration files: one for the PHP command line and for the web server. If so, make the change in
both php.ini files. For details, see the php.ini reference.




When I look at the phpinfo info page it’s correct:




memory_limit 768M




with php —ini I get this path’s:



[~/www/magento]# php --ini
Configuration File (php.ini) Path: /opt/alt/php56/etc
Loaded Configuration File: /opt/alt/php56/etc/php-cli.ini
Scan for additional .ini files in: /opt/alt/php56/link/conf
Additional .ini files parsed: /opt/alt/php56/link/conf/alt_php.ini


PHP.ini file for php-cli



[~/www/magento]# php -i |grep php.ini
Configuration File (php.ini) Path => /opt/alt/php56/etc
Additional .ini files parsed => /opt/alt/php56/link/conf/alt_php.ini


in php.info i get this path’s



Configuration File (php.ini) Path /opt/alt/php56/etc
Loaded Configuration File /opt/alt/php56/etc/php.ini
Scan this dir for additional .ini files :/home/xxx/etc/php_settings/conf.d
Additional .ini files parsed /opt/alt/php56/link/conf/alt_php.ini, /home/xxx/etc/php_settings/conf.d/00-mycyon.ini


It is not my own webserver, so I can only edit this file:



/home/xxx/etc/php_settings/conf.d/00-mycyon.ini


The hosting provider says the 00-mycyon.ini file overwrite the others.



But I get still the same error.



How can I find the right php.ini file which magento use?
Or is it possible to say magento that it take this php.ini file:
/home/xxx/etc/php_settings/conf.d/00-mycyon.ini



Thanks for every hint or idea!










share|improve this question
















I would like to update Magento 2 from 2.1.3 to 2.1.4.
While readiness check I get this error and hint:




PHP Settings Check *



Your current PHP memory limit is 256M. Magento 2 requires it to be set
to 756M or more. As a user with root privileges, edit your php.ini
file to increase memory_limit. (The command php --ini tells you where
it is located.) After that, restart your web server and try again.



*In some cases, you might have two PHP configuration files: one for the PHP command line and for the web server. If so, make the change in
both php.ini files. For details, see the php.ini reference.




When I look at the phpinfo info page it’s correct:




memory_limit 768M




with php —ini I get this path’s:



[~/www/magento]# php --ini
Configuration File (php.ini) Path: /opt/alt/php56/etc
Loaded Configuration File: /opt/alt/php56/etc/php-cli.ini
Scan for additional .ini files in: /opt/alt/php56/link/conf
Additional .ini files parsed: /opt/alt/php56/link/conf/alt_php.ini


PHP.ini file for php-cli



[~/www/magento]# php -i |grep php.ini
Configuration File (php.ini) Path => /opt/alt/php56/etc
Additional .ini files parsed => /opt/alt/php56/link/conf/alt_php.ini


in php.info i get this path’s



Configuration File (php.ini) Path /opt/alt/php56/etc
Loaded Configuration File /opt/alt/php56/etc/php.ini
Scan this dir for additional .ini files :/home/xxx/etc/php_settings/conf.d
Additional .ini files parsed /opt/alt/php56/link/conf/alt_php.ini, /home/xxx/etc/php_settings/conf.d/00-mycyon.ini


It is not my own webserver, so I can only edit this file:



/home/xxx/etc/php_settings/conf.d/00-mycyon.ini


The hosting provider says the 00-mycyon.ini file overwrite the others.



But I get still the same error.



How can I find the right php.ini file which magento use?
Or is it possible to say magento that it take this php.ini file:
/home/xxx/etc/php_settings/conf.d/00-mycyon.ini



Thanks for every hint or idea!







magento-2.1 php-5.4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 mins ago









Muhammad Anas

6521320




6521320










asked Feb 16 '17 at 13:52









AylineAyline

11




11












  • I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

    – Max
    Feb 16 '17 at 13:57











  • Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

    – Ayline
    Feb 16 '17 at 15:49

















  • I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

    – Max
    Feb 16 '17 at 13:57











  • Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

    – Ayline
    Feb 16 '17 at 15:49
















I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

– Max
Feb 16 '17 at 13:57





I know, thats not the answer, but consider upgrading to PHP7. This MIGHT solve your problem.

– Max
Feb 16 '17 at 13:57













Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

– Ayline
Feb 16 '17 at 15:49





Thanks for you answer. I already tried to update but than i have the same problem. Phpinfo shows php Version 7 but Magento still show Version 5.6. I think the problem is that they use different php.ini files.

– Ayline
Feb 16 '17 at 15:49










1 Answer
1






active

oldest

votes


















0














I found a solution.
Maybe it is also helpful for someone else.



I found this info: http://magento-quickies.alanstorm.com/post/152908661755/your-current-php-memory-limit-is-128m-and-other



The problem is that the Readiness Check is dependent on the Cronjob.



The cronjob was displayed to me as correct, but it pointed to another php version than I thought.



So I changed it from:



/usr/local/bin/php /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>


to



php -c /home/xxx/etc/php_settings/conf.d/00-mycyon.ini /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f160311%2fupdate-magento-2-php-settings-two-php-configuration-find-right-php-ini%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I found a solution.
    Maybe it is also helpful for someone else.



    I found this info: http://magento-quickies.alanstorm.com/post/152908661755/your-current-php-memory-limit-is-128m-and-other



    The problem is that the Readiness Check is dependent on the Cronjob.



    The cronjob was displayed to me as correct, but it pointed to another php version than I thought.



    So I changed it from:



    /usr/local/bin/php /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>


    to



    php -c /home/xxx/etc/php_settings/conf.d/00-mycyon.ini /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>





    share|improve this answer



























      0














      I found a solution.
      Maybe it is also helpful for someone else.



      I found this info: http://magento-quickies.alanstorm.com/post/152908661755/your-current-php-memory-limit-is-128m-and-other



      The problem is that the Readiness Check is dependent on the Cronjob.



      The cronjob was displayed to me as correct, but it pointed to another php version than I thought.



      So I changed it from:



      /usr/local/bin/php /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>


      to



      php -c /home/xxx/etc/php_settings/conf.d/00-mycyon.ini /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>





      share|improve this answer

























        0












        0








        0







        I found a solution.
        Maybe it is also helpful for someone else.



        I found this info: http://magento-quickies.alanstorm.com/post/152908661755/your-current-php-memory-limit-is-128m-and-other



        The problem is that the Readiness Check is dependent on the Cronjob.



        The cronjob was displayed to me as correct, but it pointed to another php version than I thought.



        So I changed it from:



        /usr/local/bin/php /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>


        to



        php -c /home/xxx/etc/php_settings/conf.d/00-mycyon.ini /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>





        share|improve this answer













        I found a solution.
        Maybe it is also helpful for someone else.



        I found this info: http://magento-quickies.alanstorm.com/post/152908661755/your-current-php-memory-limit-is-128m-and-other



        The problem is that the Readiness Check is dependent on the Cronjob.



        The cronjob was displayed to me as correct, but it pointed to another php version than I thought.



        So I changed it from:



        /usr/local/bin/php /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>


        to



        php -c /home/xxx/etc/php_settings/conf.d/00-mycyon.ini /home/pitecch/public_html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >>






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 16 '17 at 16:02









        AylineAyline

        11




        11



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f160311%2fupdate-magento-2-php-settings-two-php-configuration-find-right-php-ini%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

            Aasi (pallopeli) Navigointivalikko