• Resolved Doodlebee

    (@doodlebee)


    Hey all, I’m installing WordPress 2.05 on a Network Solutions server for the Install4Free thing. I’ve been trying to get this thing going for a month now – Network Solutions has convinced me to never use their hosting because of this.

    Anyway, after finally getting them to recompile PHP (after 3 open tickets that were immediately closed without any information to assist and I had to call them to get any help), I got everything uploaded and installed. Everything works great – I can log in, I can get to the dashboard, I can create posts and all that happy horsecrap. But when I click “View Site” I get a blank white page.

    Of course, error reporting is turned off. So I used PHP code to see what errors could be going on (no error log access either) – I put this line at the top of the index.php file:

    <?php error_reporting(E_ALL); ?>

    I also tried

    `<?php ini_set(‘error_reporting’, E_ALL); ?>

    But no errors are showing up – just the blank white page.

    I’ve serached the forums *and* Googled on this, but I can’t find a solution (and yes, I’ve already tried a fresh new copy and a fresh clean install – and no, no plugins – this is a brand-spankin’ new installation).

    Would anyone have any ideas as to what’s going on? I’m like 2 seconds from telling this guy to get a new host – even though he has like 10 other blogs working just fine on this host’s space (they aren’t WordPress though, but I still hate to tell him that!).

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you find out what PHP is configured at for Max Mem? Perhaps it is something entirely too low.

    Thread Starter Doodlebee

    (@doodlebee)

    Well, the memory limit isn’t showing in the phpinfo() page, so I don’t know what it’s set at. I’m *assuming* it’s the usual 8MB (but we all know what happens when you assume something!)

    For the record, I also can’t use .htaccess for anything – anytime I do I get a 500 Internal server error. If you have any ideas (other than calling them again – criminy, what a PITA) on how to find out what it is, that’d be cool…I’m looking more right now. But yeah, I wouldn’t be surprised if that’s it (but wouldn’t a low memory limit also render the admin area unusable, too? I can get in there and do things just fine.)

    Thread Starter Doodlebee

    (@doodlebee)

    Well, I am back on this one. I contacted Network Solutioans (again), and they closed the ticket without talking to me about th eissue (again!), but at least they offered a *little* bit of advice this time.

    I can’t increase the max mem – however, if I’m reading what they sent me correctly, then the max mem is either 8MB or 32 MB (I can’t tell which!) The code they sent me to test the php.ini file reads the results like so:

    upload_max_filesize 5M
    pfpro.defaulttimeout
    session.gc_maxlifetime 1440
    max_execution_time 30
    post_max_size 8M
    max_input_time -1
    smtp 25
    core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 24574 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 stack size (kbytes, -s) 8192 cpu time (seconds, -t) 60 max user processes (-u) 10 virtual memory (kbytes, -v) 29296 file locks (-x) unlimited max_mem file locks (-x) unlimited

    Don’t know what half of that means. But it doesn’t look like anything out of the ordinary.

    So, I’m still stuck on the part where I can log in, make posts – do everything in the admin area – but when you view the site, it’s just a blank white page. No PHP errors or warnings to be had (I’ve put in code to force errors to show, and nothing comes up.)

    Any ideas on this would be great.

    My first action when I see a blank white page is to enable php errors to be visible by changing the .htaccess file

    Just include the line:

    php_flag display_errors on

    If this shows the problem, and you solve it, don’t forget to remove this line or comment it out.

    This might only work if your PHP is running as an Apache module

    Thread Starter Doodlebee

    (@doodlebee)

    Thanks Reggie – but as stated before, I can’t edit the .htaccess file (it always returns a 500 internal server error), and I’ve already turned on the PHP error display (using PHP) and nothing shows.

    I should also note that this isn’t like the other “blank white pages” thing that comes up when I’ve done searches – most of them say that if you view the source code, it says <html><body></body></html> – this doesn’t even say that. The view source is also blank. (and white. heehee. Sorry, couldn’t pass that up!)

    Thread Starter Doodlebee

    (@doodlebee)

    Solved it! I downloaded a copy of the new one: 2.0.7. Wiped the slate clean and installed that version – and now it’s up and running.

    Woah. That’s rather wild. FastCGI related?
    Regardless, grats on finding a solution!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Ye olde blank page…’ is closed to new replies.