Hi,
I noticed this issue http://drupal.org/node/981804 and I'm experiencing the same. Opening a new issue for the afore mentioned one is already closed.
As the title states, if I edit a sheetnode I see the spreadsheet. When I view the node, only the title displays.
What I tried:
- Disabled all forms of caching, performance optimizations
- Flushed, updated DB
- I wasn't using ajax tools and such
- I used pressflow but rolled back to Drupal 6.20
- I switched themes to Garland
- Disabled every module that I would remotely suspect to be able to interfere
- Tried Chrome and FF
If I firebug the page I'm not seeing anything that would indicate an error.
Thanks in advance for any thoughts ...!
Comments
Comment #1
RJL-dupe commentedI'm experiencing a similar problem - but with me I can see the cck sheet field when viewing the node, but not editing the node. The attached shows the Firebug errors.
Comment #2
RJL-dupe commentedThis attachment shows the Firebug errors which are appearing regularly now - so I suggest looking at this rather than my previous screen-shot. Thanks.
Comment #3
nicostabile commentedHi! Thanks for this module it´s great!,i have the same error and dioscover that the problem is that Sheetnode has a problem with jquery_update (i´m using 6.x-2.0-alpha1 ) and if i disable this module i can see OK the sheet in node view. My problem is that i really need jquery_update, anyone knows something about this?,
thanks in advance,
Nicolás.
Comment #4
alfthecat commented@nicostabile,
indeed, if jquery_update is conflicting, that would be a real bummer because one can't go without in many, many cases.
Unfortunately I'm not able to contribute a patch. Should the priority for this issue be upped to critical?
Comment #5
dafederI am having the same problem, with current jquery_update 6.x-2.x-dev. I can't roll back jquery update on my site either. So far no ideas for a patch, this is not my area of expertise :)
Comment #6
alfthecat commentedComment #7
infojunkieI was able to replicate this with jquery_update-6.x-2.x-dev. Working on it.
Comment #8
infojunkieFixed in the latest dev (Commit #496948). Please try it (12 hours from now or via CVS DRUPAL-6--1) and let me know.
Comment #9
nicostabile commentedHi people! sorry about i can´t answer these days, first of all, say that i´m newby with drupal and web programming, i can´t realized which the error was to help with the patch. i founded a dirty solution which was modify jquery_update to not load in this type content ( sheetnode). But now i read the post and i can test this patch and it works perfect for me!, thanks infojunkie!, this module is great!,
Best Regards,
Nicolás.
Comment #10
alfthecat commentedNew release fixed the issue for me. Thanks a lot! Works fantastic.
Comment #11
dafederWorked for me too! Thanks.