Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    374
    Plugin Contributions
    0

    Default Re: Encapsulated plugin installer timeout

    Adjust the PHP execution time at your webhosting to sth. like 240.
    roller-aus-blech.de
    Selling on eBay? Use the fee calculator: https://webconcept.one/en/ebay-fee-calculator/

  2. #2
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    333
    Plugin Contributions
    7

    Default Re: Encapsulated plugin installer timeout

    Quote Originally Posted by Shop Suey View Post
    Adjust the PHP execution time at your webhosting to sth. like 240.
    Thanks for your answer.
    Actually, my php.ini setting
    Code:
    max_execution_time
    is already set to 240. But thanks to your answer I realized this can be set in PHP scripts by function
    Code:
    set_time_limit()
    too and and found out there is a function
    Code:
    zen_set_time_limit()
    in Zen Cart and although Zen Cart has a default setting of 60s that we can set in admin menu
    Code:
    Configuration->MyStore->Admin Set max_execution_time for processes
    .
    Increasing this setting to 120 did the trick.
    I will add this in plugin installer and plugin documentation.

    Thanks!

 

 

Similar Threads

  1. v201 How to override/modify an encapsulated Plugin
    By torvista in forum Contribution-Writing Guidelines
    Replies: 3
    Last Post: 29 May 2024, 07:36 PM
  2. v157 Encapsulated Plugins
    By niccol in forum Bug Reports
    Replies: 6
    Last Post: 22 Jul 2021, 05:53 PM
  3. v157 Plugin Installer - "language" typo
    By niccol in forum Bug Reports
    Replies: 1
    Last Post: 13 Jul 2021, 06:29 PM
  4. v155 Plugin sql, auto-installer, self-deletion
    By torvista in forum Contribution-Writing Guidelines
    Replies: 6
    Last Post: 26 Sep 2017, 01:26 PM
  5. v155 Admin timeout: setting the length of timeout before rolling in again
    By acmaurer in forum General Questions
    Replies: 5
    Last Post: 8 Feb 2017, 02:00 AM

Posting Permissions

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