• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

During install: [Warning] set_time_limit(): Tried to raise runtime beyond limit (0/180).

mbek

Chevereto Member
Hi
I am installing Chevereto Free but I get this error:
[Warning] set_time_limit(): Tried to raise runtime beyond limit (0/180).
in /home/3/a/accountname/www/bilder/installer.php:672

Trace:#0 /home/3/a/accountname/www/bilder/installer.php:662
Runtime->applyPHPSettings
--
Arg#0
array (
'error_reporting' => 32759,
'log_errors' => true,
'display_errors' => true,
'error_log' => '/home/3/a/accountname/www/bilder/installer.error.log',
'time_limit' => 0,
'default_charset' => 'utf-8',
'LC_ALL' => 'en_US.UTF8',
)
----------------------------------------
#1 /home/3/a/accountname/www/bilder/installer.php:1501
Runtime->run


Any ideas what this is?
 
The error you are describing happens because the server doesn't allow to arbitrary set the time execution limit for the Installer. As the installation process could take long (depends on the server and network), the installer tries to remove any time limit by configuring the value to zero: https://github.com/Chevereto/installer/blob/master/installer.php#L67

Basically, your hoster doesn't allow to set an unlimited time for the process.

You can either:
Let me know if it works for you.
 
Back
Top