I have probably gone and done something incredibly stupid but after grabbing the rc (was previously using the beta I think) I not only managed to break my existing pages, I think I also broke the admin stuff. Instead of spitting out a link array there's just the word "Array" in the Operations column :)
If it's something basic that needs changing I can probably do it myself, once I figure out what needs changing where, if someone that knows where the problem is at could point me in the right direction would be appreciated.
Thanks! :)
| Comment | File | Size | Author |
|---|---|---|---|
| ops_array.jpg | 56.37 KB | ryivhnn |
Comments
Comment #1
merlinofchaos commentedIs there something weird with theme_links in your theme?
Comment #2
ryivhnn commentedI don't think so. They were working fine in the last version of Panels I had. I'm also getting ArrayArrayArray when you click on the top right gear in ?q=admin/build/pages etc, or just one from the top left gear.
Comment #3
merlinofchaos commentedI dunno. I would try this in another theme. If the problem doesn't exist in a core theme I would look into the theme.
Comment #4
merlinofchaos commentedSince I cannot reproduce this no matter what I do, setting to NMI.
Comment #5
ryivhnn commentedI'm looking into it, suspect problem is something I'm doing or not doing, just haven't worked out what yet :| Will let you know what it was or wasn't when I work it out, thanks :)
Comment #6
ryivhnn commentedAs suspected, something I was doing. When you mentioned theme_links I checked to make sure a links.tpl.php I was using previously was not being referenced in any way shape or form (by deleting it!) and as it turned out there was some residual code in something else. Raaargh. Tis all fixed now, and that update I just did probably didn't hurt.
Thanks for the work and dealing with my stupidity :)
Comment #7
merlinofchaos commentedRepurposing because this is a frustrating issue. When theme('links') gets modified, bad things happen and this stuff should not be themable. It's my fault for trying to use a convenience function that is not suited.
Comment #8
merlinofchaos commentedThis has since been fixed. See #592692: Ctools Drag and Drop javascript could break when theme_links is overriden