Hi there...
I've built a module and now I want to display statistics in a block. The block is hacked version of 'first' from ExampleDB. I simply return the last 5 entries from the modules and display it in a block. Easy enough except that the block gives an error if the module is not in use. Go to the main module and it works fine...
Any ideas how to fix this?
(sorry if i've missed something obvious!)
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. 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
Block Error When Module Not Active
-
- Rank: Registered User
- Registered: Jul 27, 2008
- Last visit: May 04, 2009
- Posts: 12
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
What's the error, and on what version of Zikula/PostNuke? I'd guess you're missing your pntables information, in which case you'll have to do a pnModDBInfoLoad('yourmodname') before doing any database queries.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Registered User
- Registered: Jul 27, 2008
- Last visit: May 04, 2009
- Posts: 12
Thanks for the quick response, the error was "Invalid table-key[table name] passed to _getAllColumns Stacktrace"
Adding pnModDBInfoLoad('yourmodname') as you suggested has fixed it.
Thank you
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
Glad to help :)
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide
- Moderated by:
- Support
