Welcome Guest, Not a member yet? Register   Sign In
Unable to load the requested class: cart
#1

[eluser]raghunath0610[/eluser]
hi every one

i am loading the cart class in autoload.php file
but when i open any page iam seeing this error
An Error Was Encountered
Unable to load the requested class: cart

PS: I would be very glad if you have any suggest for this error.
#2

[eluser]jedd[/eluser]
[quote author="raghunath0610" date="1252946318"]
i am loading the cart class in autoload.php file
but when i open any page iam seeing this error
An Error Was Encountered
Unable to load the requested class: cart
[/quote]

How are you loading it? (Show code)
Are you loading anything else (successfully) in autoload?
Can you load the cart class manually (in your controller)?
What version of CI are you running?
#3

[eluser]raghunath0610[/eluser]
how to find out on which version of codeigniter we are working
#4

[eluser]Coen de Jong[/eluser]
Open the file 'CodeIgniter.php' in the system/codeigniter folder and look for this:

Code:
// CI Version
define('CI_VERSION',    '1.7.1');

That, obviously, will tell you the version you are running.
#5

[eluser]raghunath0610[/eluser]
my CI version is 1.7.1
#6

[eluser]jedd[/eluser]
[quote author="raghunath0610" date="1252947607"]my CI version is 1.7.1[/quote]

The cart class was added in 1.7.2
#7

[eluser]raghunath0610[/eluser]
hi jedd thanks ,

how can i add cart class to 1.7.1
#8

[eluser]Phil Sturgeon[/eluser]
Download 1.7.2. :-)




Theme © iAndrew 2016 - Forum software by © MyBB