View previous topic :: View next topic |
Author |
Message |
djalecc -
Joined: 23 Jun 2004 Posts: 4
|
Posted: Wed Jun 30, 2004 2:44 pm Post subject: PHP, MYSQL + CURL Can't seem to do it :o( |
|
|
Hello peeps, thanks for looking!
I've installed the server OK
I've installed PHP (Installer for Windows) OK
I can install MySQL and get into phpMyAdmin, OK
I get the GREEN light on MySQL but only until I reboot my machine, then when it boots back up, it only gives me the RED light on MySQL and makes my PC VERY VERY SLOW!
This is my first problem...
My second problem is this...
I also need to install cURL, I mean I have unzipped it, but where do I put curl folder? in c:\curl?
in c:\server\htdocs ?
in c:\php ?
I'm lost!
Once I've got curl in the right place, the install script im trying to set up says that "Curl must be complied with PHP" ...??? What does all this mean, and how do I go about doing this?
I've spent 2 weeks trying to sort this out, and have drawn a complete blank.... does anyone here know where I could get some expert help in fixing my problems?
Thank you so much everyone :o) |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Wed Jun 30, 2004 8:53 pm Post subject: |
|
|
Question 1: Kill all MySQL processes, and then re-open them. If that doesn't work, then reinstall.
Question 2: cURL is an independent application that has nothing to do with Abyss. Download the compiled Win32 binary, and run it. _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jul 01, 2004 2:02 pm Post subject: Re: PHP, MYSQL + CURL Can't seem to do it :o( |
|
|
djalecc,
Quote: | Once I've got curl in the right place, the install script im trying to set up says that "Curl must be complied with PHP" ...??? What does all this mean, and how do I go about doing this? |
This means that you must use the curl PHP extension (and not the standalone executable.) This extension is ready for use and available in the Zipped Windows binary package of PHP (and not available in the Windows installer version which contains only some widely used extensions only.)
To install it, download the Zipped binary packge, open it and copy the file php_curl.dll in your extensions sub-directory (inside your already installed PHP directory.) Create this subdirectory if it does not exist yet.
Next, open your php.ini file and locate the line starting with extension_dir =
and set it (if empty) to the full path of your extensions subdirectory. Scroll down and locate the line:
Code: | ;extension=php_curl.dll |
and uncomment it (remove the leading ; symbol). Save php.ini and retry your script. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
djalecc -
Joined: 23 Jun 2004 Posts: 4
|
Posted: Fri Jul 02, 2004 3:30 pm Post subject: Thank you! |
|
|
Thank you soooooo much for your tips, help and advise, I now have it all working due to the two posters above. I really don't know how to thank you enough!!!
My head was spinning for weeks over this, but now its all working...
If you would like to see what I've done, just click here.... http://www.foook.com |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|