CodeIgniter Forums
When uploading to ftp host, libraries crashed - 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: When uploading to ftp host, libraries crashed (/showthread.php?tid=5120)



When uploading to ftp host, libraries crashed - El Forum - 01-07-2008

[eluser]Rubiz'[/eluser]
My app was running perfect in my local apache, but when I uploaded this to web server it crashed the load paths...

No load->library works... the error message is
Code:
An Error Was Encountered

Unable to load the requested class: xxxx

And it was working properly in my local apache.

What could I do?


When uploading to ftp host, libraries crashed - El Forum - 01-08-2008

[eluser]Rubiz'[/eluser]
Guys, any one has any idea of my problem? It could be some permission of host? any thing like it doesnt support code igniter?

http://www.villabranca.com.br/neotix/admin/php_info.php


When uploading to ftp host, libraries crashed - El Forum - 01-08-2008

[eluser]Rubiz'[/eluser]
Well, I discovered now that the problem is not the libraries crash, but the class db_session crash...
I'll have to construct other routines to validate users...


When uploading to ftp host, libraries crashed - El Forum - 01-08-2008

[eluser]Rubiz'[/eluser]
Well, I resolved the problem... I had to substitute db_session for session class...