Hi there.
I have got my site nicely running on my localhost running under AMPPS on my Mac. All is well. Loving CI especially after previous help rendered by helpful members of this forum!
However, I have tried to get the site running on the remote server, and nothing comes up at all.
I have put debug message calls into core/codeigniter.php and all the app paths and sys paths and BASEPATH seem to be correct.
index.php seems to be set up correctly, and the call into core/codeigniter.php works.
The code there correctly gets the first controller name and then tries to call $CI = new $class(); at line 504 in core/codeigniter.php
All seems to go very quiet at that point. Nothing is rendered at all.
Could anyone help with this?
Yours,
JB
I have got my site nicely running on my localhost running under AMPPS on my Mac. All is well. Loving CI especially after previous help rendered by helpful members of this forum!
However, I have tried to get the site running on the remote server, and nothing comes up at all.
I have put debug message calls into core/codeigniter.php and all the app paths and sys paths and BASEPATH seem to be correct.
index.php seems to be set up correctly, and the call into core/codeigniter.php works.
The code there correctly gets the first controller name and then tries to call $CI = new $class(); at line 504 in core/codeigniter.php
All seems to go very quiet at that point. Nothing is rendered at all.
Could anyone help with this?
Yours,
JB