Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 |
According to https://bcit-ci.github.io/CodeIgniter4/g...ments.html that says
Quote: This server variable can be set in your .htaccess file, or Apache config using SetEnv. I have now commented out Code: SetEnv CI_ENV development PHP Code: define('ENVIRONMENT', 'development'); But I see the following error: Code: Fatal error: Default value for parameters with a class type hint can only be NULL in /home/XXX/system/Common.php on line 139 I think it shouldn't happen, should it? |
Messages In This Thread |
Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by smhnaji - 04-02-2017, 06:10 AM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by Narf - 04-02-2017, 10:30 AM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by noobie - 04-02-2017, 11:06 AM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by smhnaji - 04-02-2017, 02:10 PM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by smhnaji - 04-02-2017, 02:27 PM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by kilishan - 04-02-2017, 06:51 PM
RE: Cannot install CI4 on 2 different cpanel shared hosting servers and configs with PHP7 - by smhnaji - 04-02-2017, 10:46 PM
|