![]() |
Erakanauth error! - 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: Erakanauth error! (/showthread.php?tid=24005) |
Erakanauth error! - El Forum - 10-28-2009 [eluser]felixk[/eluser] Hello! I recently changed to a linux server from windows. And now I have the error: Quote:A PHP Error was encountered This is very weird since I haven't changed anything. Any ideas? //Felix Karlsson Erakanauth error! - El Forum - 10-28-2009 [eluser]dsloan[/eluser] Possibly case differences between the filename and the library name - I've found problems with this in the past. Diarmid Erakanauth error! - El Forum - 10-28-2009 [eluser]felixk[/eluser] Yes i noticed that with other files. But even if i change it right it doesn't work :S Erakanauth error! - El Forum - 10-28-2009 [eluser]dsloan[/eluser] Can you paste line 48 from your version of that file? Erakanauth error! - El Forum - 10-28-2009 [eluser]felixk[/eluser] Code: function try_session_login() { Erakanauth error! - El Forum - 10-29-2009 [eluser]dsloan[/eluser] Have you loaded/initialised the session before this? I'm assuming here it's $this->CI->session which is undefined at this point. However, having said that - if you're referencing this within a libary, then can you do some debugging and check just exactly which part of that is causing the problem, i.e. which is the non-object, $this->CI, $this->CI->session... But you say this was working previously so I assume you know all this already. Erakanauth error! - El Forum - 11-07-2009 [eluser]felixk[/eluser] I reinstalled Erkanaauth and had to change two things. Code: 1. Erkanaauth_helper.php -> erkanaauth_helper.php I hope this will be helpful for someone! Thanks //Felix Karlsson |