Welcome Guest, Not a member yet? Register   Sign In
CI in apache userdirs (domain.com/~user/public/ci)
#6

(This post was last modified: 03-19-2021, 08:24 PM by John_Betong.)

Can you add this DEBUG script to index.php immediately before $app->run(); and show what is displayed.

file: index.php
Code:
# DEBUG =======================================================G
   if(1) :
     echo '<br>index.php ==> ' .__file__;
     echo '<br>FCPATH    ==> ' .FCPATH;
     echo '<pre>$paths   ==> '; print_r($paths);
     die;
   endif;
# DEBUG =======================================================G
$app->run();

Also can you confirm that the CI4 Splash screen is loading.
Reply


Messages In This Thread
RE: CI in apache userdirs (domain.com/~user/public/ci) - by John_Betong - 03-19-2021, 08:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB