Hi,
Implementing the Quetes module right now. The idea is to show "Todays Quote" on only front page. The first time I access the page everytyhing is ok but the next (and following) time I get this error instead of the quote.
warning: Missing argument 1 for theme_quotes_quote() in /home/xxx/mysite/sites/all/modules/quotes/quotes.module on line 904.
Any idea why this happens?
Comments
Comment #1
nancydruI'm assuming this is a random quote. Your line number is way off from mine. Have you tried the -dev version?
I'm still looking to try to recreate this.
Comment #2
nancydruIn function quotes_view(), starting at line 414, you should see:
Please change in to:
And let me know if that fixes the problem.
Comment #3
nancydruNo further information.
Comment #4
Aple commentedReopening this. I have the same problem and have tried changing how the node is prepared, but the thing is, I'm trying to implement this on my frontpage -not- a node.
Am I implementing this wrong? Thanks.
Comment #5
nancydruDid you try the code in #2?
Comment #6
nancydruNo further information.