ITPDiesel
December 7th, 2004, 11:37 AM
I've got a couple of installation issues that I just can't seem to get resolved.
1. During the installation we are instructed to go to /squirrelcart/diag_session.php. The instructions show what the output should look like, but mine looks different (maybe this isn't a problem)? Mine is missing what I assumed was some kind of session identifier after the line "Waking up session"...see my output below and let me know if I'm OK here.
Session test file for Squirrelcart. Last updated 12/4/03.
--------------------------------------------------------------------------------
Waking up session
The counter is now 7
2. If I try to go to my home.php, I get the following output:
Fatal error: Call to undefined function: show_best_sellers() in D:\Web-FTP Sites\ITP\home.php on line 7
3. I was getting a similar "undefined function" early on with #1 above as well, I don't know for sure what changed that.
4. CURL / MCRYPT / OPENSSL - This is giving me the biggest problems. I'm NOT a programmer and a lot of the text on the PHP site is just "mumbo jumbo" to me. On top of that, I'm running this product on a windows box, which puts me at a disadvantage because of my lack of scripting/compiling/programming knowledge. I did manage to find binary file downloads for the products, but I can't seem to get them working and the text files that are included with them don't tell me where to put the files or if I need to "register" them or edit the PHP.INI file, etc. Below are the files I have, please just help me put them in the right places and get them working.
CURL:
curl.exe - I was expecting a DLL?
curl-ca-bundle.crt - do I need to install this certificate?
libcurl.dll - I found this elsewhere on the site, not in my binary distribution?
ssleay32.dll - This was not in the CURL or OpenSSL distributions, but there was a comment on the PHP website that it was needed. I had to do a google search to find a copy and I don't know if it's needed or not.
OPENSSL:
libeay32.dll - This one is mentioned in the same place as ssleay32.dll above.
libssl32.dll - This one was in the distribution file, but no mention of it on the CURL site?
openssl.exe - ?
MCRYPT:
libmcrypt.dll - ?
I did notice that there are "extension=php_xxx" lines for CURL, MCRYPT and OPENSSL...do I need to remove the comment (;) from those to make this work correctly? I tried that last night and it just made the site hang until I put the comment marks back in.
THANK YOU IN ADVANCE FOR YOUR HELP! Sorry I'm such a newbie :(
Dennis Schroeder
Owner - ITPDiesel
1. During the installation we are instructed to go to /squirrelcart/diag_session.php. The instructions show what the output should look like, but mine looks different (maybe this isn't a problem)? Mine is missing what I assumed was some kind of session identifier after the line "Waking up session"...see my output below and let me know if I'm OK here.
Session test file for Squirrelcart. Last updated 12/4/03.
--------------------------------------------------------------------------------
Waking up session
The counter is now 7
2. If I try to go to my home.php, I get the following output:
Fatal error: Call to undefined function: show_best_sellers() in D:\Web-FTP Sites\ITP\home.php on line 7
3. I was getting a similar "undefined function" early on with #1 above as well, I don't know for sure what changed that.
4. CURL / MCRYPT / OPENSSL - This is giving me the biggest problems. I'm NOT a programmer and a lot of the text on the PHP site is just "mumbo jumbo" to me. On top of that, I'm running this product on a windows box, which puts me at a disadvantage because of my lack of scripting/compiling/programming knowledge. I did manage to find binary file downloads for the products, but I can't seem to get them working and the text files that are included with them don't tell me where to put the files or if I need to "register" them or edit the PHP.INI file, etc. Below are the files I have, please just help me put them in the right places and get them working.
CURL:
curl.exe - I was expecting a DLL?
curl-ca-bundle.crt - do I need to install this certificate?
libcurl.dll - I found this elsewhere on the site, not in my binary distribution?
ssleay32.dll - This was not in the CURL or OpenSSL distributions, but there was a comment on the PHP website that it was needed. I had to do a google search to find a copy and I don't know if it's needed or not.
OPENSSL:
libeay32.dll - This one is mentioned in the same place as ssleay32.dll above.
libssl32.dll - This one was in the distribution file, but no mention of it on the CURL site?
openssl.exe - ?
MCRYPT:
libmcrypt.dll - ?
I did notice that there are "extension=php_xxx" lines for CURL, MCRYPT and OPENSSL...do I need to remove the comment (;) from those to make this work correctly? I tried that last night and it just made the site hang until I put the comment marks back in.
THANK YOU IN ADVANCE FOR YOUR HELP! Sorry I'm such a newbie :(
Dennis Schroeder
Owner - ITPDiesel