Fork me on GitHub

blank page for books 721  Bottom

  • I installed a books module 721 from here
    http://sourceforge.n….php?group_id=46980

    It does show up on my admin menu but when I try to call it from the left menu block I just get a Blank Page.

    Anyone know what I did wrong?
    http://eflplanet.com…me=books&file=index

    The home page for the subsite is
    http://eflplanet.com/teachers/
  • Is compression active in Admin->Settings ?
    If yes, try your page without compression.
    I have this problem on one of my hack.
  • active compression is set to "no"
  • If you are using PN 726 error suppression may be suppressing the problem. Chris said to Edit the
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    in the pninit() function found in pnAPI.php
    Change the statement to error_reporting(E_ALL); and I predict you will find Headers already sent message with the offending filename.
  • Thanks for the tip.
    I'll use it in the future.

    I got it going when I ignored the thousands of errors in my theme file.

    I had extra spaces spaces at the ends of a lot of files and had to clean up a lot of them.

    But most importantly the books 721 was distributed with the permissions on the index.php file 640 for some reason.

This list is based on users active over the last 60 minutes.