O
Asked
I get a blank page on launching the web-app this year for the first time.
Here is the errors i found in php error log
>[04-Jan-2021 03:23:17] PHP Stack trace:
>
>[04-Jan-2021 03:23:17] PHP 1. {main}() ...\smainv\index.php:0
>
>[04-Jan-2021 03:23:17] PHP 2. require_once() ...\smainv\index.php:273
>
>[04-Jan-2021 03:23:17] PHP 3. require_once() ...\smainv\system\core\CodeIgniter.php:178
>
>[04-Jan-2021 03:23:17] PHP 4. ComposerAutoloaderInit24313b9bf7f23ffa31f3c5cfc8aa5d7c::getLoader() ...\smainv\vendor\autoload.php:7
>
>[04-Jan-2021 03:23:17] PHP 5. composerRequire24313b9bf7f23ffa31f3c5cfc8aa5d7c() ...\smainv\vendor\composer\autoload_real.php:59
Here is the errors i found in php error log
>[04-Jan-2021 03:23:17] PHP Stack trace:
>
>[04-Jan-2021 03:23:17] PHP 1. {main}() ...\smainv\index.php:0
>
>[04-Jan-2021 03:23:17] PHP 2. require_once() ...\smainv\index.php:273
>
>[04-Jan-2021 03:23:17] PHP 3. require_once() ...\smainv\system\core\CodeIgniter.php:178
>
>[04-Jan-2021 03:23:17] PHP 4. ComposerAutoloaderInit24313b9bf7f23ffa31f3c5cfc8aa5d7c::getLoader() ...\smainv\vendor\autoload.php:7
>
>[04-Jan-2021 03:23:17] PHP 5. composerRequire24313b9bf7f23ffa31f3c5cfc8aa5d7c() ...\smainv\vendor\composer\autoload_real.php:59
- MSAnsweredHello,
I can't guess from the logs. Is there any software update or config change on the server?
You can try to enable app log by changing the `log_threshold` to 1 in `app/config/config.php` and then visit the page again to produce errors. Lastly check the latest log file in the `app/logs/` folder and let me know the error details.
Thank you - OAnsweredI will upload the logs today
- Login to Reply