CodeIgniter Forums
Bug I can't Load any libraries (by autoload or this->load) Help!!! - 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: Bug I can't Load any libraries (by autoload or this->load) Help!!! (/showthread.php?tid=26061)



Bug I can't Load any libraries (by autoload or this->load) Help!!! - El Forum - 01-05-2010

[eluser]Kaosland[/eluser]
Hello,

If i want load one libeairie, i have white page and nothing more.

Somebody can help me please?


Bug I can't Load any libraries (by autoload or this->load) Help!!! - El Forum - 01-18-2010

[eluser]NordWind[/eluser]
I have the same problem. I install CI on APACHE 2.2 and PHP 5.3.1 and when I tryed to use autoload "database" library, CI return me a blank page with hourglass arrow.


Bug I can't Load any libraries (by autoload or this->load) Help!!! - El Forum - 01-19-2010

[eluser]Kaosland[/eluser]
2 source.

1 Look if you don't hav file broken.
2 What Database use? (check protocol mysql or mysqli), test with mysql (old protocol).


Bug I can't Load any libraries (by autoload or this->load) Help!!! - El Forum - 01-19-2010

[eluser]NordWind[/eluser]
Ok I solved this problem!
CI was installed on Win 2008 server, witch supports IPv6. And when I tryed to connect to "localhost", adress resolved like :::1. I remove from win/sys32/etc/hosts line with :::1 localhost. And now it works fine.