Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2011 at 10:51 UTC
Updated:
4 Aug 2011 at 00:52 UTC
Jump to comment: Most recent
Comments
Comment #1
Cebra commentedComment #2
Anonymous (not verified) commentedRe-opening this under the correct project.
When adding any new content, I get this bug too.
Possible solution looks like this:
I added a check for $node->nid
Comment #3
klonosGetting this one too when trying to create any kind of node. I was not sure if the code in #2 is supposed to replace the
if (!isset($node->path))condition or to go before it. I went the second way, from:...to:
...and now the error message seems to have gone away.
Comment #4
Anonymous (not verified) commentedYeah exactly, that's how I did it, just add in the extra check.
Comment #5
klonos...thought so. It's just that in your code block in #2 you enclosed all of it in php open/close tags and I didn't know what. Thanx!
Comment #6
MGN commentedConfirmed. thanks for testing. This has now been fixed in the latest commit for 7.x-2.x-dev.
Comment #7
straszko commentedthanks for the solution!
Comment #8
klonosThanx for the prompt actions Michael and you Mathijs for the good catch and providing a quick fix.