![]() |
Unable to load requested class: paypal_lib - 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: Unable to load requested class: paypal_lib (/showthread.php?tid=8510) Pages:
1
2
|
Unable to load requested class: paypal_lib - El Forum - 01-27-2012 [eluser]Andy Armstrong[/eluser] I encountered the same problem, yet i follow the tweak of audiopleb and it works great. some servers are very sensitive when it comes to file names. not long ago i was having trouble showing images on my site because it was mypic.JPG instead of mypic.jpg which is different when the server reads it. Unable to load requested class: paypal_lib - El Forum - 01-29-2012 [eluser]pickupman[/eluser] Windows is lazy about file case, and does not care. Unix/Linux do care about file case. This library should be renamed as mentioned above to Paypal_lib.php to match up with the other conventions in CI. |