Posted by poka_dan on January 19, 2010 at 3:08pm
2 followers
Jump to:
| Project: | Node Blocks |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I've gotten this when using context module in conjunction with nodeblock module (so it could be a nodeblock issue altoghether):
warning: Invalid argument supplied for foreach() in /home/pokadan/public_html/sites/all/modules/contributed/cck/content.module on line 1270.
This happens when using a context for a page. If context is disabled error goes away. If context recreated, error goes away. This could be happening because nodeblock does not manage blocks whose associated node has been deleted.
Will bumb to nedeblock if resolution does not lie with context module.
Comments
#1
I would suspect that it is indeed something to do with nodeblock.
You might want to describe the steps to reproduce this bug in more detail: What are the steps to go from the installed modules to this php error?