Really weird bug. Oky, I use content_profile-display-view.tpl.php to overwrite the template, but the content only shows up once:
- Visit user/1
- Profil is visible - content_profile-display-view.tpl.php is being used
- reload page -> content_profile-display-view.tpl.php is not being loaded
- flush cache
- visit content_profile-display-view.tpl.php -> everything is there again
- reload page -> gone again.
Problem:
if (isset($node->nid) && isset($content)):
After reloading $node is just empty -> doesn't exist! After flushing it's there though :S
Comments
Comment #1
niklp commentedI'm not going to be able to make any kind of dent on the coding of this, but is this just happening when page caching is switched on?
I'm wondering if the module thinks part of its content is being cached when it isn't, and then tries to access it in the cache and it's simply not there? In that case, it would be a fault in the writing of the node to the cache.
Comment #2
dpearcefl commentedDoes this issue exist in current D6?
Comment #3
dpearcefl commented