Couchdb and codeigniter

Asked

Viewed 16 times

0

I have a little problem here, I have a job to do and I need to integrate the codeigniter with couchdb, I found a library on github, I followed the installation tutorial and everything, but still it insists on not working, I think it is because it was developed for an older version of codeigniter, and since I am using version 3.0.2 I don’t know how to make it work, even if the libraries are included localhost returns me the following error "Unable to load the requested class: Couchdb". Someone has already solved this problem?

  • How is the file name of this class?

  • the file that should load the library is couchdb.php

  • Rename the file to Couchdb.php with the C capital.

  • 1

    Thank you very much, thank you really, resouvel my problem.

  • In CI3 changed the rule of loading of the classes look here http://answall.com/q/85673/91

  • Thank you so much rray, it worked, thank you really, solved my problem. note 10.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.