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! :)

CommentFileSizeAuthor
ops_array.jpg56.37 KBryivhnn

Comments

merlinofchaos’s picture

Is there something weird with theme_links in your theme?

ryivhnn’s picture

I 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.

merlinofchaos’s picture

I dunno. I would try this in another theme. If the problem doesn't exist in a core theme I would look into the theme.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Since I cannot reproduce this no matter what I do, setting to NMI.

ryivhnn’s picture

I'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 :)

ryivhnn’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

As 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 :)

merlinofchaos’s picture

Title: Word "Array" in Operations menu » Do not use theme('links') in javascript
Category: bug » task
Priority: Critical » Normal
Status: Closed (fixed) » Active

Repurposing 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.

merlinofchaos’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.