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/
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- alfonsomarin created topic »Fillters in Clip« 03:41 AM
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 03:19 AM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
blank page for books 721
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Feb 13, 2004
- Posts: 21
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. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 30
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.
- Moderated by:
- Support
