View previous topic :: View next topic |
Author |
Message |
soren -
Joined: 25 Oct 2007 Posts: 2
|
Posted: Thu Oct 25, 2007 6:53 pm Post subject: PHP issues (mail?) |
|
|
I just installed PHP and ABYSS after not havign it running for a while. Last year I had it workign and now I can't get PHP and Abyss to work together.
I have Windows XP IIS running with PHP 5.0.4.4. and my site which has a shopping cart and uses php works well.
I started Abyss instead with the new PHP package and my cart just hangs at the process.php page and no order email is sent. I tried directing abyss to my older PHP.exe instead which uses a different php.ini (the one that works with IIS) but still no luck.
Is there any thing I can try to configure abyss differently? Really all I have done is to change my SMTP settings in the php.ini, and set ub PHP in Abyss via the instructions page.
Thanks for any ideas you might have. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Oct 25, 2007 7:03 pm Post subject: |
|
|
There was a thread about this recently. It has something to do with the type set. I beleive you have to set it to standard or php style. Try both, one should work. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Oct 26, 2007 1:46 pm Post subject: Re: PHP issues (mail?) |
|
|
soren,
Run the simple script:
Code: | <?php
phpinfo();
?> |
to know the exact location of the php.ini that your PHP.exe is using. Is it the one you have updated? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
soren -
Joined: 25 Oct 2007 Posts: 2
|
Posted: Fri Oct 26, 2007 7:06 pm Post subject: |
|
|
Here are the things I did to make it work, Sorry I did three things and am not sure which or all made it work
1. I switched to an older PHP 4.4.4
2. I changed the style to standard not PHP style
3. and I changed the setting to CGI/ISAPI instead of fast local pipes.
Basically when I downloaded the latest Abyss and the preconfigured PHP 5 and had PHP style and fast local pipes in the settings not even the test PHP page would load. Soem combo of the three above made it all work and I am up and running with my PHP shoppign cart with PHP mailing me the orders.
Thanks |
|
Back to top |
|
 |
|