Welcome Guest, Not a member yet? Register   Sign In
Library load Problem
#1

[eluser]svkonur[/eluser]
hi friends im developing facebook app and using jondavidjohn’s codeigniter library. But when i load facebook library i cant use codeigniter’s any other libraries. For example form_validation, upload etc. How can i solve this problem? It’s emergency.

Codes are here: http://pastebin.ca/2460107
#2

[eluser]CroNiX[/eluser]
This might be useful. See the Utilizing CodeIgniter Resources within Your Library section.
#3

[eluser]svkonur[/eluser]
i already created my library like this way. And i can't use upload library of CI too. So what is the problem here? Message: Undefined property: lansinoh_app::$alerts
Fatal error: Call to a member function red_alert() on a non-object in /home/corpusad.com/httpdocs/faceapp/application/modules/lansinoh_app/controllers/lansinoh_app.php on line 66

this is the error that i recieved.

and here is my alert class: http://pastebin.ca/2460254
#4

[eluser]CroNiX[/eluser]
Not sure, the code you posted doesn't seem to be related to your problem. According to the error message, your error is in the controller, lansinoh_app, not the Alerts library.
#5

[eluser]svkonur[/eluser]
yes seems like. here is my whole class i mean lanisoh_app.

http://pastebin.ca/2460263

i hope you can help me Sad
#6

[eluser]CroNiX[/eluser]
Are you using a 3rd party extension? "Modules" is not part of CI, and could be where the problem is coming in.




Theme © iAndrew 2016 - Forum software by © MyBB