View previous topic :: View next topic |
Author |
Message |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Tue Jun 06, 2006 9:09 pm Post subject: Re: PHP 5.1.4.4 / Abyss Problems |
|
|
mg66 wrote: | Are there any known issues with Abyss and PHP 5.1.4.4. Since upgrading PHP I have nothing but problems, to point I am actually thinking of going to linux and apache.
I have checked scripting parameters config of Abyss several times. |
There aren't any as far as i know.
If you could describe some of the problems that you are having then maybe we could help you. _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jun 07, 2006 11:25 am Post subject: Re: PHP 5.1.4.4 / Abyss Problems |
|
|
mg66,
"doesn't work" is too vague.
Could you please let us know what problems are you experiencing? What was working fine before and what is broken now?
Does a simple phpinfo.php file work? If so, the problem is not with Abyss Web Server but rather with your PHP configuration and/or scripts configuration and changing the operating system and the server won't be of any help.
These are the causes of most PHP issues:
* You are using a script written for PHP 4 on PHP 5. In this case, you'll have to configure PHP 5 to explicity support the features and the old behavior of PHP 4 to maintain compatibility. This is related to php.ini parameters and our preconfigured package has already such a php.ini file ( see http://www.aprelium.com/abyssws/php5win.html )
* Some PHP rare scripts are not PHP 5 compatible. So they won't work on it.
* You are using a PHP extension that is causing various stability or compatibily problems with some scripts (aren't you using EAccelerator?)
For your information, we have tested Abyss Web Server 2.3.2 more than any version. The server has survived without a hitch millions of requests (for static pages and PHP scripts) during hours of stress testing. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jun 07, 2006 4:25 pm Post subject: |
|
|
mg66 wrote: | I reloaded a backup from 7 days ago and at present all looks fine. I cannt run php 5.1.4 in fast/cgi as it pegs out my cpu at 100%. I believe something got corrupted and after copying over my backup it appears to be pulling pages again.
Thankyou for the answers to this post. |
You still haven't upgraded to v2.3.2 :/ |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 08, 2006 10:39 pm Post subject: |
|
|
mg66,
PHP version 5.1.3 and later has a bug which makes it unable to use FastCGI with Abyss Web Server 2.3.0.5 and earlier (PHP blocks and consumes 100% of the processor time).
Abyss Web Server 2.3.2 (the latest release) includes a new FastCGI mode which circumvents the bug in PHP 5.1.3 and later. So please update your copy of the software, use PHP 5.1.2, or use CGI/ISAPI. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
desperado -
Joined: 14 Jul 2006 Posts: 2
|
Posted: Fri Jul 14, 2006 3:12 pm Post subject: I too am facing problems with php scripts |
|
|
I have installed Abyss 2.3.2 and a pre-configured PHP5 package as you recommended.
I have also installed SQLite 3.3.6.
When I try to run a simple PHP script like :
<?php
$v='Finally Step 3 accomplished!!';
print_r($v);
?>
<?php echo $v;
?>
in IE, the processing goes on endlessly.
I followed the steps on the link :
http://www.aprelium.com/abyssws/php.html
and added :
–with-sqlite=F:\downloads\php-mysql\SQLite\sqlite-3_3_6
in php.ini, my SQLite path.
I did not put a copy of php.ini in WINDOWS folder.
I really cant get what is wrong.
Can smbody detect it? |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
|
Back to top |
|
 |
desperado -
Joined: 14 Jul 2006 Posts: 2
|
Posted: Fri Jul 14, 2006 3:41 pm Post subject: Hey it worked!! |
|
|
My simple php scripts worked!! Really beautiful.
I had set the custom environment variables REDIRECT_STATUS with value 200.
I was stuck for the whole day, trying different combinations....
Thanx. |
|
Back to top |
|
 |
|