Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Installation & Updates » Windows » 3.x
Post new topic   Reply to topic Page 1 of 1 [6 Posts] Apache crashes problem
Author Message
qwallis



Joined: 03 Mar 2006
Posts: 7
Location: Germany

PostPosted: 03 Mar 2006 - 11:04 am    Post subject:  Apache crashes problem
Subject description: typo3 crashes Apache2 when I try to connect to the online extension repository.
Reply with quote

I am trying to run Typo3 (3.8.1) locally Using Apache/2.0.55, PHP/4.4.2, MySql 4.1, imagemagick 6.2.6

Everything seems fine, apart from when I try to connect to the online extension repository, when Apache crashes (with IE6) or asks me what I want to open index.php with (when using Firefox).

I set up originally using PHP5, and then found that Typo3 doesn't run with 5.1 currently: but with that setup connecting to the online repository was no problem.

Question

Cheers Robert.
Back to top
View user's profile Send private message
qwallis



Joined: 03 Mar 2006
Posts: 7
Location: Germany

PostPosted: 03 Mar 2006 - 12:50 pm    Post subject: update
Subject description: hope dashed
Reply with quote

I found in the Apache error log the following "Parent: child process exited with status 3221225477 -- Restarting." and found a bug report on PHP which sounded hopefull.

I tested the code below as crash.php on my sever...

<?php
$url="http://www.php.net";

$xhtml = '';
if($filehandle = @fopen($url, 'rb')) {
$xhtml = fread($filehandle, 4096);
fclose($filehandle);

echo "$xhtml";
}
?>

....which did produce the same results. So downloaded the latest "snap" which cured the issue with the code above, but when I tried this time to connect to the online repository it didn't crash Apache but returned the same page with all the other content but without the option to connect. (that's with IE6, Firefox still asks me what I want to open it with?!)

So I am not really much further on.
Back to top
View user's profile Send private message
qwallis



Joined: 03 Mar 2006
Posts: 7
Location: Germany

PostPosted: 04 Mar 2006 - 9:03 am    Post subject:  update #2
Subject description: coolio
Reply with quote

well it appears I spoke (to myself) too soon. I had stopped and restarted Apache etc but not re-started the pc, which seems to have made the diufference as all now seems well (so far).

now running PHP/4.4.3-dev with and can connect to online-rep' with no Apache childeren giving up the gost.

It was very nice talking to you all (myself).

I love the structure and layout of this forum by-the-way, which one is it?
Back to top
View user's profile Send private message
qwallis



Joined: 03 Mar 2006
Posts: 7
Location: Germany

PostPosted: 04 Mar 2006 - 9:08 am    Post subject: Doh
Subject description: me oh my
Reply with quote

It's phpbb you fool! Should have checked the FAQ before opening your mouth!
Embarassed
Back to top
View user's profile Send private message
moob



Joined: 11 Oct 2005
Posts: 132

PostPosted: 04 Mar 2006 - 11:26 am    Post subject: Reply with quote

hey qwallis, welcome to this board Smile yes it's phpbb...

for access the online TER the php.ini must set to:

allow_url_fopen = On

this is a known problem.

moob
Back to top
View user's profile Send private message
qwallis



Joined: 03 Mar 2006
Posts: 7
Location: Germany

PostPosted: 04 Mar 2006 - 11:37 am    Post subject: allow_url_fopen
Subject description: php.ini setting
Reply with quote

Hello Admin Smile
allow_url_fopen was always set to on in my php.ini, but I still had the problem. Anyway it seems to be fixed now and I am currently experiancing no other gliches, so now I can spend some time taking a proper look at typo3 Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Home » Installation & Updates » Windows » 3.x
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