Magento 2.2.3 Internal Server Error: Read timed out after 10 secondsInvalid URI error after moving Magento but no underscore in URLMagento2 with Nginx and PHP7: cannot access the adminInternal Server Error for MagentoMagento 2: Admin Attention Something went wrongMagento installation stuck on 53%After rewrite MagentoCustomerModelAccountManagement giving me fatal errorMagento 2.2.3 Getting an Error While Saving Product?Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)

Do I need life insurance if I can cover my own funeral costs?

Is it good practice to use Linear Least-Squares with SMA?

Why does overlay work only on the first tcolorbox?

A single argument pattern definition applies to multiple-argument patterns?

Why Choose Less Effective Armour Types?

Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?

Why does a Star of David appear at a rally with Francisco Franco?

Are Roman Catholic priests ever addressed as pastor

Happy pi day, everyone!

Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?

What is "focus distance lower/upper" and how is it different from depth of field?

How to pronounce "I ♥ Huckabees"?

How to make healing in an exploration game interesting

Is it normal that my co-workers at a fitness company criticize my food choices?

Why did it take so long to abandon sail after steamships were demonstrated?

Is "upgrade" the right word to use in this context?

What did “the good wine” (τὸν καλὸν οἶνον) mean in John 2:10?

Aluminum electrolytic or ceramic capacitors for linear regulator input and output?

How could a scammer know the apps on my phone / iTunes account?

et qui - how do you really understand that kind of phraseology?

Employee lack of ownership

What are substitutions for coconut in curry?

How are passwords stolen from companies if they only store hashes?

Did Ender ever learn that he killed Stilson and/or Bonzo?



Magento 2.2.3 Internal Server Error: Read timed out after 10 seconds


Invalid URI error after moving Magento but no underscore in URLMagento2 with Nginx and PHP7: cannot access the adminInternal Server Error for MagentoMagento 2: Admin Attention Something went wrongMagento installation stuck on 53%After rewrite MagentoCustomerModelAccountManagement giving me fatal errorMagento 2.2.3 Getting an Error While Saving Product?Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)













0















I have a magento 2.2.3 shop that is throwing me an internal server error every time I try to edit or create a new product. When I click save, it loads for about 10 seconds this shows internal server error. Try again later. I checked the system.log file and it shows the following error:



[2018-04-09 21:36:38] main.CRITICAL: Read timed out after 10 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/923d4f492fbf22029126adee53137102bd09deee49d3bdb1f83885e9ca3c4853/back/edit","invalidateInfo":$))" []


What would cause this issue and how can I fix it?



UPDATE:



I modified the file vendor/magento/module-cache-invalidate/Model/PurgeCache.php I changed the timeout to 90 seconds and I am now getting an error of timed out after 90 seconds. See below:



[2018-04-10 18:45:11] main.CRITICAL: Read timed out after 90 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:18] main.CRITICAL: A valid response status line was not found in the provided string "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:22] main.INFO: Broken reference: the 'product.reviews' element cannot be added as child to 'product_tabs', because the latter doesn't exist [] []









share|improve this question
















bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

    – Khoa TruongDinh
    Apr 10 '18 at 1:57











  • I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

    – Kazpilot25
    Apr 10 '18 at 15:35











  • Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

    – Kazpilot25
    Apr 10 '18 at 16:35
















0















I have a magento 2.2.3 shop that is throwing me an internal server error every time I try to edit or create a new product. When I click save, it loads for about 10 seconds this shows internal server error. Try again later. I checked the system.log file and it shows the following error:



[2018-04-09 21:36:38] main.CRITICAL: Read timed out after 10 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/923d4f492fbf22029126adee53137102bd09deee49d3bdb1f83885e9ca3c4853/back/edit","invalidateInfo":$))" []


What would cause this issue and how can I fix it?



UPDATE:



I modified the file vendor/magento/module-cache-invalidate/Model/PurgeCache.php I changed the timeout to 90 seconds and I am now getting an error of timed out after 90 seconds. See below:



[2018-04-10 18:45:11] main.CRITICAL: Read timed out after 90 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:18] main.CRITICAL: A valid response status line was not found in the provided string "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:22] main.INFO: Broken reference: the 'product.reviews' element cannot be added as child to 'product_tabs', because the latter doesn't exist [] []









share|improve this question
















bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

    – Khoa TruongDinh
    Apr 10 '18 at 1:57











  • I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

    – Kazpilot25
    Apr 10 '18 at 15:35











  • Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

    – Kazpilot25
    Apr 10 '18 at 16:35














0












0








0








I have a magento 2.2.3 shop that is throwing me an internal server error every time I try to edit or create a new product. When I click save, it loads for about 10 seconds this shows internal server error. Try again later. I checked the system.log file and it shows the following error:



[2018-04-09 21:36:38] main.CRITICAL: Read timed out after 10 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/923d4f492fbf22029126adee53137102bd09deee49d3bdb1f83885e9ca3c4853/back/edit","invalidateInfo":$))" []


What would cause this issue and how can I fix it?



UPDATE:



I modified the file vendor/magento/module-cache-invalidate/Model/PurgeCache.php I changed the timeout to 90 seconds and I am now getting an error of timed out after 90 seconds. See below:



[2018-04-10 18:45:11] main.CRITICAL: Read timed out after 90 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:18] main.CRITICAL: A valid response status line was not found in the provided string "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:22] main.INFO: Broken reference: the 'product.reviews' element cannot be added as child to 'product_tabs', because the latter doesn't exist [] []









share|improve this question
















I have a magento 2.2.3 shop that is throwing me an internal server error every time I try to edit or create a new product. When I click save, it loads for about 10 seconds this shows internal server error. Try again later. I checked the system.log file and it shows the following error:



[2018-04-09 21:36:38] main.CRITICAL: Read timed out after 10 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/923d4f492fbf22029126adee53137102bd09deee49d3bdb1f83885e9ca3c4853/back/edit","invalidateInfo":$))" []


What would cause this issue and how can I fix it?



UPDATE:



I modified the file vendor/magento/module-cache-invalidate/Model/PurgeCache.php I changed the timeout to 90 seconds and I am now getting an error of timed out after 90 seconds. See below:



[2018-04-10 18:45:11] main.CRITICAL: Read timed out after 90 seconds "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:18] main.CRITICAL: A valid response status line was not found in the provided string "method":"POST","url":"https://custombuttons97.com/admin_cfytnh/catalog/product/save/id/5/type/simple/store/0/set/12/key/8937840148454054d5ff7ae2ff947a60b2b477567a535f0c1b649b69c06bdc23/back/edit","invalidateInfo":$))" []
[2018-04-10 18:45:22] main.INFO: Broken reference: the 'product.reviews' element cannot be added as child to 'product_tabs', because the latter doesn't exist [] []






magento2 php error zend-framework timeout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 10 '18 at 19:33







Kazpilot25

















asked Apr 9 '18 at 22:12









Kazpilot25Kazpilot25

12




12





bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

    – Khoa TruongDinh
    Apr 10 '18 at 1:57











  • I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

    – Kazpilot25
    Apr 10 '18 at 15:35











  • Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

    – Kazpilot25
    Apr 10 '18 at 16:35


















  • Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

    – Khoa TruongDinh
    Apr 10 '18 at 1:57











  • I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

    – Kazpilot25
    Apr 10 '18 at 15:35











  • Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

    – Kazpilot25
    Apr 10 '18 at 16:35

















Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

– Khoa TruongDinh
Apr 10 '18 at 1:57





Seem that you were using the curl to work with API. Your issue relates to the timeout issue. Try to increase the timeout for your curl. This will solve your timeout issue. The default timeout PHP is 13 seconds.

– Khoa TruongDinh
Apr 10 '18 at 1:57













I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

– Kazpilot25
Apr 10 '18 at 15:35





I'm not using the API. The site is running varnish cache, so I'm thinking somehow that is involved.

– Kazpilot25
Apr 10 '18 at 15:35













Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

– Kazpilot25
Apr 10 '18 at 16:35






Possibly a Zend timeout issue? I changed the value in the Client.php file for timeout from 10 to 90 and saw no difference.

– Kazpilot25
Apr 10 '18 at 16:35











1 Answer
1






active

oldest

votes


















0














Cache problem.
Maybe you are using varnish cache, please check the concurrent connection setting or try to restart Varnish.






share|improve this answer























  • I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

    – Kazpilot25
    Apr 10 '18 at 15:37











  • Scratch that... It shows 2 attempts 10 seconds apart.

    – Kazpilot25
    Apr 10 '18 at 16:01











  • I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

    – Kazpilot25
    Apr 10 '18 at 17:08










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%2f221637%2fmagento-2-2-3-internal-server-error-read-timed-out-after-10-seconds%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














Cache problem.
Maybe you are using varnish cache, please check the concurrent connection setting or try to restart Varnish.






share|improve this answer























  • I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

    – Kazpilot25
    Apr 10 '18 at 15:37











  • Scratch that... It shows 2 attempts 10 seconds apart.

    – Kazpilot25
    Apr 10 '18 at 16:01











  • I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

    – Kazpilot25
    Apr 10 '18 at 17:08















0














Cache problem.
Maybe you are using varnish cache, please check the concurrent connection setting or try to restart Varnish.






share|improve this answer























  • I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

    – Kazpilot25
    Apr 10 '18 at 15:37











  • Scratch that... It shows 2 attempts 10 seconds apart.

    – Kazpilot25
    Apr 10 '18 at 16:01











  • I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

    – Kazpilot25
    Apr 10 '18 at 17:08













0












0








0







Cache problem.
Maybe you are using varnish cache, please check the concurrent connection setting or try to restart Varnish.






share|improve this answer













Cache problem.
Maybe you are using varnish cache, please check the concurrent connection setting or try to restart Varnish.







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 10 '18 at 4:20









leoleo

585521




585521












  • I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

    – Kazpilot25
    Apr 10 '18 at 15:37











  • Scratch that... It shows 2 attempts 10 seconds apart.

    – Kazpilot25
    Apr 10 '18 at 16:01











  • I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

    – Kazpilot25
    Apr 10 '18 at 17:08

















  • I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

    – Kazpilot25
    Apr 10 '18 at 15:37











  • Scratch that... It shows 2 attempts 10 seconds apart.

    – Kazpilot25
    Apr 10 '18 at 16:01











  • I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

    – Kazpilot25
    Apr 10 '18 at 17:08
















I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

– Kazpilot25
Apr 10 '18 at 15:37





I think you're on the right track. The site is running varnish cache, and the log shows 3 attempts 5 seconds apart, which is a varnish setting for attempts. Now if I could just figure out what exactly is going on. I've restarted varnish with no luck. How do I check the concurrent connection setting?

– Kazpilot25
Apr 10 '18 at 15:37













Scratch that... It shows 2 attempts 10 seconds apart.

– Kazpilot25
Apr 10 '18 at 16:01





Scratch that... It shows 2 attempts 10 seconds apart.

– Kazpilot25
Apr 10 '18 at 16:01













I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

– Kazpilot25
Apr 10 '18 at 17:08





I ran varnishlog and there are no errors thrown in varnish when the internal server error occurs. I'm starting to think it's a Zend timeout somehow.

– Kazpilot25
Apr 10 '18 at 17:08

















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%2f221637%2fmagento-2-2-3-internal-server-error-read-timed-out-after-10-seconds%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

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?