codeigniter on server redhat - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: codeigniter on server redhat (/showthread.php?tid=39687) |
codeigniter on server redhat - El Forum - 03-17-2011 [eluser]redraw[/eluser] dear all i put my site(codeigniter) on redhat server (var/www/html) but when i call it (http:\ip_server\my_web\) from client computer it goes blank.. i already set up database host to 192.168.0.1 i already set up config.php (base_url to http:\\192.168.0.1\my_web) i already test to put simple php to server then it opened when i call it any suggestion? Thanks codeigniter on server redhat - El Forum - 03-17-2011 [eluser]Eric Barnes[/eluser] Turn on all php errors and make sure they display. Blank pages are normally errors that are hiding in my experience. codeigniter on server redhat - El Forum - 03-18-2011 [eluser]redraw[/eluser] thanks for the answer codeigniter on server redhat - El Forum - 03-19-2011 [eluser]Andy Fraley[/eluser] Make sure php-mysql is installed. This gets me every time on new RHEL servers. codeigniter on server redhat - El Forum - 03-20-2011 [eluser]redraw[/eluser] yes php-mysql are istalled. when I call test.php is working.. but mysite still blank. thanks |