Rockforduk

Well-Known Member
May 5, 2016
58
6
58
London
cPanel Access Level
Root Administrator
Hi Everyone,
I have been trying to install Yetiforce on my server now for two days and it just keeps timing out during installation. I have increase everything needed to run the script including max execution time etc but still timeouts. I have cloudlinux installed as well.

Check the install error log and all i see is this below i substituted the obvious parts for security reasons.

[05-Apr-2017 13:47:30 UTC] PHP Notice: Use of undefined constant ROOT_DIRECTORY - assumed 'ROOT_DIRECTORY' in /home/myusername/mysubdomain/include/ConfigUtils.php on line 165

Thanks

Rockforduk
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
[05-Apr-2017 13:47:30 UTC] PHP Notice: Use of undefined constant ROOT_DIRECTORY - assumed 'ROOT_DIRECTORY' in /home/myusername/mysubdomain/include/ConfigUtils.php on line 165
Hello,

This suggests an issue with the PHP application you are using. Have you reported the issue to their support team for help in determining which specific server settings you may need to adjust, and to confirm the version of PHP you are using is supported?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

Let us know the outcome once you've received a response from their support team.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
I am currently seeing this error now

[Wed Apr 05 14:33:11.897181 2017] [core:alert] [pid 175250:tid 139942535579392] [client IP Address:18780] /home/username/mysubdomain/.htaccess: FcgidProcessLifeTime not allowed here, referer: http://mysubdomain/install/Install.php
You'd need to remove the custom FCGI entries from your .htaccess file and add them to the VirtualHost for the domain name using the instructions at:

Modify Apache Virtual Hosts with Include Files - EasyApache 4 - cPanel Documentation

Thank you.