Title: sci72's Replies | WordPress.org

---

# sci72

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php page is blank, no content](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/)
 *  [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/#post-623553)
 * Actually in my previous version of the php.ini those three extensions where running,
   it’s just that so many other extensions where running that there must of been
   some sort of conflict. When I commented all the other extensions with the exception
   of those three then it worked. Now all I need to do is get email post notification
   working when I post via email 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php page is blank, no content](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/)
 *  [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/#post-623534)
 * Ok **monsterbucket**, I got it working. I went into the php.ini file and modified
   my extension calls. The only extensions I uncommented were ‘php_gd2’ (for Postie),‘
   php_imap’, and ‘php_mysql’. Now it works like a champ.
 * I had originally followed some online directions for the PHP install and had 
   used their recommended extension config. This had me with a ton of referenced
   extensions and that must have been the problem. Once I got rid of that and just
   used the extension listing in the php.ini file as it starts out with uncommenting
   the above extensions it works fine.
 * Hope that helps you out!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php page is blank, no content](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/)
 *  [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/#post-623512)
 * I set up PHP to log errors and then I ran the wp-mail.php file and got the following.
 *     ```
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_adt.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_amf.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_haru.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_htscanner.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_imagick.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mcve.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_ibm.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pspell.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_sam.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_spl_types.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_uploadprogress.dll' - The specified module could not be found.
        in Unknown on line 0
       [23-Sep-2007 14:39:17] PHP Warning:  Cannot open 'C:\PHP\extras\browscap.ini' for reading in Unknown on line 0
       ```
   
 * It’s a lot of PHP extensions that weren’t part of the PECL download. I’m running
   PHP version 5.1.6 so maybe that’s the problem. I’m really not overly familiar
   with PHP (outside just installing it and the initial setup) so it’s hard for 
   me to do detailed troubleshooting. I’ll try to see if I can find those extensions
   and see if that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-mail.php page is blank, no content](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/)
 *  [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/wp-mailphp-page-is-blank-no-content/#post-623484)
 * If it means anything to you I’m having the exact same problem. I’m sure it’s 
   related but I can’t get the Postie plugin to work either. I’m running PHP 5.1
   something. On my old wordpress blog email worked just fine and I was running 
   a 4.x version of PHP. I think I’ve read that it is a PHP issue or something. 
   Since I use my on Windows web server (no comments on that please) I think I am
   going to downgrade PHP and see if that helps. If anyone has any ideas monsterbucket
   and I would really appreciate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site coming up as text only](https://wordpress.org/support/topic/site-coming-up-as-text-only/)
 *  Thread Starter [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/site-coming-up-as-text-only/#post-439656)
 * Ahh, HandySolo that was it. I had modified those entries to properly reflect 
   the URL and after I did that refreshed the dang thing and it was fine.
 * Great community here, can’t believe the quick support.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site coming up as text only](https://wordpress.org/support/topic/site-coming-up-as-text-only/)
 *  Thread Starter [sci72](https://wordpress.org/support/users/sci72/)
 * (@sci72)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/site-coming-up-as-text-only/#post-439655)
 * Holy crap those responses where fast. Not sure what happened, it just started
   working after I made a initial blog test. Thanks for the responses.

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