• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

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