PHP 5.1.4.4 / Abyss Problems

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
mg66
-


Joined: 15 Aug 2004
Posts: 85
Location: USA, Illinois

PostPosted: Tue Jun 06, 2006 5:59 pm    Post subject: PHP 5.1.4.4 / Abyss Problems Reply with quote

Are there any known issues with Abyss and PHP 5.1.4.4. Since upgrading PHP I have nothing but problems.

I have checked scripting parameters config of Abyss several times.
_________________
mg66

http://sv650.metromain.net
http://photography.metromain.net
http://weather.metromain.net
http://www.metromain.net
http://www.bghi.us


Abyss Web Server X2


Last edited by mg66 on Fri Jun 09, 2006 11:02 am; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Tue Jun 06, 2006 9:09 pm    Post subject: Re: PHP 5.1.4.4 / Abyss Problems Reply with quote

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 View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Jun 06, 2006 10:31 pm    Post subject: Reply with quote

You need the new updated version of Abyss Web Server to run PHP 5.1.4.

Download it here:
http://www.aprelium.com/news/abws232.html
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jun 07, 2006 11:25 am    Post subject: Re: PHP 5.1.4.4 / Abyss Problems Reply with quote

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 View user's profile Send private message Send e-mail
mg66
-


Joined: 15 Aug 2004
Posts: 85
Location: USA, Illinois

PostPosted: Wed Jun 07, 2006 1:03 pm    Post subject: Reply with quote

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.
_________________
mg66

http://sv650.metromain.net
http://photography.metromain.net
http://weather.metromain.net
http://www.metromain.net
http://www.bghi.us


Abyss Web Server X2
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed Jun 07, 2006 4:25 pm    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 08, 2006 10:39 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail
mg66
-


Joined: 15 Aug 2004
Posts: 85
Location: USA, Illinois

PostPosted: Thu Jun 08, 2006 11:01 pm    Post subject: Reply with quote

Updated Abyss to latest version. Thanks for the info. I will try fast/cgi again after I backup my web server.
_________________
mg66

http://sv650.metromain.net
http://photography.metromain.net
http://weather.metromain.net
http://www.metromain.net
http://www.bghi.us


Abyss Web Server X2
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 08, 2006 11:12 pm    Post subject: Reply with quote

mg66 wrote:
Updated Abyss to latest version. Thanks for the info. I will try fast/cgi again after I backup my web server.


You're welcome. The setup instructions are in http://www.aprelium.com/abyssws/php5win.html (or http://www.aprelium.com/abyssws/php.html ).

The only difference with the old setup is that you'll need to set "Interface" to "FastCGI (Local - Pipes)" to make PHP work.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
mg66
-


Joined: 15 Aug 2004
Posts: 85
Location: USA, Illinois

PostPosted: Fri Jun 09, 2006 2:12 am    Post subject: Reply with quote

Works like a dream. Thanx
_________________
mg66

http://sv650.metromain.net
http://photography.metromain.net
http://weather.metromain.net
http://www.metromain.net
http://www.bghi.us


Abyss Web Server X2
Back to top View user's profile Send private message Visit poster's website
desperado
-


Joined: 14 Jul 2006
Posts: 2

PostPosted: Fri Jul 14, 2006 3:12 pm    Post subject: I too am facing problems with php scripts Reply with quote

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 View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1332

PostPosted: Fri Jul 14, 2006 3:19 pm    Post subject: Re: I too am facing problems with php scripts Reply with quote

desperado wrote:
I have installed Abyss 2.3.2 and a pre-configured PHP5 package as you recommended.
I have also installed SQLite 3.3.6.

I followed the steps on the link :
http://www.aprelium.com/abyssws/php.html


The PHP5 preconfigured package does not need any addition (no SQLite special setup, it is already there and no php.ini manual copying). The instructions are in http://www.aprelium.com/abyssws/php5win.html . Do not mix them with those of http://www.aprelium.com/abyssws/php.html .

Quote:
–with-sqlite=F:\downloads\php-mysql\SQLite\sqlite-3_3_6


This is not a php.ini parameter and not even meant to go there. This is for those who build PHP from scratch (from the source code).

We suggest that you install PHP 5 support exactly as explained in http://www.aprelium.com/abyssws/php5win.html .
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
desperado
-


Joined: 14 Jul 2006
Posts: 2

PostPosted: Fri Jul 14, 2006 3:41 pm    Post subject: Hey it worked!! Reply with quote

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 View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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


Powered by phpBB phpBB Group