bbouch
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem at Step 2bproctor –
did you ever find a solution to this problem? I think I might be in the same boat, though when I put in my echoes, it appeared I was dying 1 line sooner. I’d be interested in hearing if this has been resolved.
See my own post: http://wordpress.org/support/topic.php?id=30925
Forum: Installing WordPress
In reply to: stuck at Step 2Ok. Adding more information in the hopes it will help someone.
I tried downloading and installing both from the .zip and the .tar.gz download files, same issue with each.. Even tried chmod -R 777 the entrie directory structure to see if that might get it further along. Nope.
I am currently running Apache 2.0.48 on Linux with PHP 4.3.8
Again, the install.php is working until it gets to Step 2 and the flush(); command, where it dies. Any help would be appreciated.
Forum: Installing WordPress
In reply to: I’m Stumped.Just an observation:
Did you create a DB called “wordpress”
In your example above the DB name has 3 “s”
Could just be a typo in the posting, ormaybe that’s what you named it, but it looked funny to me at first glance.
Forum: Installing WordPress
In reply to: stuck at Step 2Thanks,
I did a search, but didn’t see those. It doesn’t look like they are quite the same problem I have been seeing, but I did do some more digging into this.
It looks like I am failing at the following command during step 2:
flush();
At the same time the page is failing, I receive the following in the apache error_log:
[notice] child pid 10007 exit signal Segmentation fault (11)I’ll keep looking, but I’m not sure why the flush function would be causing this. ANy thoughts?