Title: psiege's Replies | WordPress.org

---

# psiege

  [  ](https://wordpress.org/support/users/psiege/)

 *   [Profile](https://wordpress.org/support/users/psiege/)
 *   [Topics Started](https://wordpress.org/support/users/psiege/topics/)
 *   [Replies Created](https://wordpress.org/support/users/psiege/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/psiege/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/psiege/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/psiege/engagements/)
 *   [Favorites](https://wordpress.org/support/users/psiege/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Serious IE Issues, please help!](https://wordpress.org/support/topic/serious-ie-issues-please-help/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/serious-ie-issues-please-help/#post-590929)
 * Yeah, that crossed my mind after posting. I guess that’s pretty much the norm
   when it comes to IE.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Serious IE Issues, please help!](https://wordpress.org/support/topic/serious-ie-issues-please-help/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/serious-ie-issues-please-help/#post-590922)
 * To anyone else, one of the editors copied their blog post from Gmail, which must
   have converted a ton of the characters. IE wasn’t too happy about those characters.
   🙂 Of course, Firefox dealt with it just fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Serious IE Issues, please help!](https://wordpress.org/support/topic/serious-ie-issues-please-help/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/serious-ie-issues-please-help/#post-590921)
 * Well, I figured out the problem. One of my posts had a TON of backslashes all
   over the place. What would have caused wordpress to add those? None of the other
   posts have any backslashes.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/page/2/#post-559338)
 * I tried the exact same steps on another server, using the same build, and it 
   worked flawlessly. I know this must be a server configuration problem, but it
   would be nice to know exactly where the config problem is. I have other PHP applications
   on the server that work just fine, including SMF forums. Apparently, WordPress
   needs to publish some more detailed server requirements since they must be doing
   something odd or not very common when it comes to PHP.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/page/2/#post-559312)
 * It’s cool. I can’t believe how difficult this is to solve.
 * Looked at the error logs, nothing. Many have referenced the php sendmail not 
   working. I created a test file using this:
 * `mail('email_address_here', 'test', $message);`
 * and the mail was sent successfully. So, I’m assuming everything is fine there.
   I’ve also changed the php memory to 20M since I’ve read that in a few places.
   This person had the EXACT same problem, but no resolution was ever provided:
 * [http://wordpress.org/support/topic/72353?replies=4](http://wordpress.org/support/topic/72353?replies=4)
 * I do appreciate all the help!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [install hangs after creating tables](https://wordpress.org/support/topic/install-hangs-after-creating-tables/)
 *  [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/install-hangs-after-creating-tables/#post-388550)
 * This is the exact problem I’m now having, and it seems many others have too. 
   But, each post ends without resolution. Can someone please help and post a resolution
   to this? I’m sure it’s server settings related, but its obviously a very common
   problem.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559307)
 * It seems that many people have this problem, but there aren’t many solutions.
   I checked my database that’s created, all the tables are empty other than wp_options,
   which has 40 records. I added some echo statements into install.php and it’s 
   simply dying right after the “Now we’re going to…” statement, or right before
   the first flush(); It does not execute ANYTHING past that point.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559227)
 * Alright, interesting note. I downloaded WP v 2.0 and run the install, and I now
   get further. I get to where it says “Now we’re going to create the database tables
   and fill them with some default data.” and it’s just hanging there. Doesn’t say
   anything else. Does this sound familiar to anyone?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559214)
 * Changed the mem setting on the server and still no luck. 🙁
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559202)
 * I tried adding the increase to the config file no luck. However the server may
   not allow it so I’ve contacted the host to see if they can modify. I’ll let you
   know if it works. In the meantime, feel free to post any other suggestions to
   find and fix this nasty little gremlin. 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559178)
 * Darn, just tried that and still no luck. I’m amazed that ALL other PHP applications
   work just fine.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559170)
 * I used “Auto”.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot proceed past step 1 during installation](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/)
 *  Thread Starter [psiege](https://wordpress.org/support/users/psiege/)
 * (@psiege)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/cannot-proceed-past-step-1-during-installation/#post-559162)
 * Yeah, I’ve already confirmed that PHP files work, I just finished installing 
   SMF (Simple Machine Forums) and it’s working great. I have other PHP applications
   too. It’s only WordPress that’s having issues. Any other suggestions?

Viewing 13 replies - 1 through 13 (of 13 total)