Results 1 to 3 of 3

Thread: Checkout Process timeout.[SOLVED]

  1. #1

    Default Checkout Process timeout.[SOLVED]

    I have
    Contao 3.5.4
    Isotope 2.3.1 Build 3

    Somehow I can not get to page on which I have placed isotope checkout module. Php script time outs and can't complete an order or go beyond checkout.

    Sometime it dies with Fatal error: Maximum execution time of 60 seconds exceeded in /var/www/system/modules/core/pages/PageRegular.php on line 441.

    I would be thankful for any ideas.

    ---

    If I put <?php die(); ?> at the end of iso_checkout_address.html it loads the Address form in the frontend.
    Last edited by tsarma; 11/17/2015 at 14:28.
    OM MANI PEME HUNG! how many has to die for freedom and dignity. Save this world

  2. #2

    Default

    Some more details:

    In the backend log it says:
    Code:
    No active page for page ID "110", host "127.1.1.1" and languages "de-DE, de, en-US, en" (http://127.1.1.1/index.php/checkout/address.html)
    Where Id 110 is the page where I have isotope checkout module.

    In the frontend it shows contao default 404 Page Not found.


    When I define a custom 404 page in page tree, then php time outs. In the log file there are over 2000 new entries with same info as below
    Code:
    No active page for page ID "113", host "127.1.1.1" and languages "de-DE, de, en-US, en" (http://127.1.1.1/index.php/checkout/address.html)
    Where Id 113 is custom 404 page.
    Last edited by tsarma; 11/17/2015 at 11:40.
    OM MANI PEME HUNG! how many has to die for freedom and dignity. Save this world

  3. #3

    Default

    SOLVED:

    My bad..... grrr .... I have placed a product reader module in layout. By removing that it solved!
    OM MANI PEME HUNG! how many has to die for freedom and dignity. Save this world

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •