I have followed the tutorial http://ddblock.myalbums.biz/node/1972
Drupal 7.10, ddblock 7.x-1.0, themes vsdupright1060V1-3.rar
Could configure the block, found themes.
When trying to display, get the following error msg:
Notice: Undefined variable: pager_items in include() (line 30 of /Applications/MAMP/htdocs/drupal-Createlli_new/sites/all/modules/ddblock 2/ddblock-cycle-pager-content.tpl.php)
Might not have mapped the fields correctly; I'm not sure what do do with mapping of the target node-id ; there was no view node-id in th elist.
Although the same error msg appeared with or without mapping the node.
Message keeps appearing regardlesss whether I select theme 30, 40, 50.
Also played with pager up/down as that was suggested in similar issues.
Keep on having the same issue.
Notice: Undefined variable: pager_items in include() (line 30 of /Applications/MAMP/htdocs/drupal-Createlli_new/sites/all/modules/ddblock 2/ddblock-cycle-pager-content.tpl.php)
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1392894-undefined-variable-pager-items.patch | 1.17 KB | ey |
Comments
Comment #1
jandekezel commentedI have now fixed the mapping issue; added the node ID to the view and mapped the nid ot the ddblock node ID.
Deleted and recreated the entire ddblock, but still run into the same error message
Comment #2
jandekezel commentedNeed to solve this; anyone else having insights? As I couldn't progress, I'm using rotating banner module for the time being, but really would like to get ddblocks working.
Comment #3
ppblaauw commentedSorry for answering late.
You need to have the ddblock slideshow themes for the ddblock module for drupal 7.
themes vsdupright1060V1-3.rar are views_slideshow_ddblock themes.
Hope this helps you further.
Comment #4
juliekj commentedI'm getting the same error type
Notice: Undefined variable: pager_items i include() (linje 36 av /home/hesteawl/public_html/sites/all/themes/adaptivetheme_hesteboks/custom/modules/ddblock/ddblock-cycle-pager-content.tpl.php).
I'm using DDblock 7.x-1.0 and the commercial theme modest50lS
the free themes upright10p-60p all work fine on the same site.
Comment #5
juliekj commentedfixed it by clearing the cache...
.. and feeling kinda stupid ;)
Comment #6
ppblaauw commentedset status to fixed
Comment #8
ey commentedFollowing patch solves this issue.
There are some errors on ddblock-cycle-pager-content.tpl.php file. I created this patch to correct these errors.