Welcome Guest, Not a member yet? Register   Sign In
PEAR Integration Error
#1

[eluser]Unknown[/eluser]
Hi,

I am trying to integrate PEAR in CodeIgniter. I had followed all the instructions from the pear integration link : http://codeigniter.com/wiki/PEAR_integration/.

I got below error. What could be the problem?

An Error Was Encountered
Unable to load the requested class: pearloader


Please help me out from this problem.

Thanks in advance...
Rohak.
#2

[eluser]Rick Jolly[/eluser]
There were a couple of errors that I noticed with those PEAR integration instructions:
1) system/application/PearLoader.php should be: system/application/libraries/Pearloader.php
2) PearLoader should be Pearloader. It will work on windows because of case insensitivity, but CI requires that only the first letter of the class file is capitalized for libraries under *nix.

I corrected the wiki article.

PS: you could lose the hook and put the ini_set() stuff in the config.php or main index.php file




Theme © iAndrew 2016 - Forum software by © MyBB