| Author |
Message |
qwallis

Joined: 03 Mar 2006 Posts: 7 Location: Germany
|
Posted: 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. |
|
|
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.
Cheers Robert. |
|
|
Back to top
|
|
|
qwallis

Joined: 03 Mar 2006 Posts: 7 Location: Germany
|
Posted: 03 Mar 2006 - 12:50 pm Post subject:
update
Subject description: hope dashed |
|
|
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
|
|
|
qwallis

Joined: 03 Mar 2006 Posts: 7 Location: Germany
|
Posted: 04 Mar 2006 - 9:03 am Post subject:
update #2
Subject description: coolio |
|
|
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
|
|
|
qwallis

Joined: 03 Mar 2006 Posts: 7 Location: Germany
|
Posted: 04 Mar 2006 - 9:08 am Post subject:
Doh
Subject description: me oh my |
|
|
It's phpbb you fool! Should have checked the FAQ before opening your mouth!
 |
|
|
Back to top
|
|
|
moob

Joined: 11 Oct 2005 Posts: 132
|
Posted: 04 Mar 2006 - 11:26 am Post subject:
|
|
|
hey qwallis, welcome to this board 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
|
|
|
qwallis

Joined: 03 Mar 2006 Posts: 7 Location: Germany
|
Posted: 04 Mar 2006 - 11:37 am Post subject:
allow_url_fopen
Subject description: php.ini setting |
|
|
Hello Admin
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  |
|
|
Back to top
|
|
|
|