Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
how to solve this one
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
how to solve this one
El Forum
Unregistered
#1
02-09-2009, 02:01 AM
[eluser]ganesh_tavva[/eluser]
A PHP Error was encountered
Severity: Notice
Message: Undefined property: CI_Loader::$load
Filename: config/autoload.php
Line Number: 43
El Forum
Unregistered
#2
02-09-2009, 03:19 AM
[eluser]Colin Williams[/eluser]
Most likely you're trying to do $this->load->{something} outside of the context of a controller or model class. To be sure you have an instance of the CI class, use get_instance()
El Forum
Unregistered
#3
02-09-2009, 04:50 AM
[eluser]TheFuzzy0ne[/eluser]
This problem usually appears when people try to access the CodeIgniter methods from within an error page.
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB