I know this sounds like it's backwards, but please bear with me. I developed a site recently with Couch. It's up and running on the Web. I developed it in situ, directly on my client's server.
I now want to install the whole thing onto my local MAMP setup (on my Mac).
I followed the instructions in the documentation to the letter (I believe), but I am getting a strange message when I try and access Couch to install it : "MySQL extension missing from your host's PHP installation"
Here's what I did :
All my other MAMP sites are working fine, so both mySQL and PHP are working properly.
Not sure what to do next. Can anyone help here? This is with Couch 1.4.7 by the way.
Thanks!
I now want to install the whole thing onto my local MAMP setup (on my Mac).
I followed the instructions in the documentation to the letter (I believe), but I am getting a strange message when I try and access Couch to install it : "MySQL extension missing from your host's PHP installation"
Here's what I did :
- Downloaded entire site, put it into my MAMP "htdocs" folder.
Using phpMyAdmin, I created an empty database with the right name (couch).
Using the "gen_dump.php" file, I created the "install_ex.php file", downloaded it and put it in my local Couch folder.
Changed the "config.php" settings to work with MAMP (root/root and Pretty URLs=0).
Tried to access localhost:8888/my_site/couch/index.php, and got the message quoted above.
All my other MAMP sites are working fine, so both mySQL and PHP are working properly.
Not sure what to do next. Can anyone help here? This is with Couch 1.4.7 by the way.
Thanks!