Viewing 3 replies - 1 through 3 (of 3 total)
  • A blank white page in WordPress usually means that an errant space has crept into a PHP file, either right at the beginning or right at the end. You need to delete these spaces. If you have recently edited a PHP file, that’s where I’d be looking.

    Thread Starter WPGibson

    (@wpgibson)

    it is only when logged. Where should I look?

    If the first statement in a PHP file begins with <?php then any space before it should be deleted.

    Similarly, if the last statement in a PHP file is ?> you need to delete any space that comes after it.

    If this is a problem that you’ve only just started to experience, it’s almost certainly caused by a file that you have recently edited. (This might, or might not, be an s2member-related file.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Membership Options Page Problem’ is closed to new replies.