Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Missing “Load Layout”?

Status Resolved
Add-on / Version
Severity Critical
EE Version 24

Kenton Glass

Feb 11, 2013

We were using an 1.x version of BP but ran into some PHP errors when we upgraded to EE 2.5.5 so we decided to go ahead and upgrade BP 2.0. There’s a been a few issues…

1. The Load Layout button doesn’t appear.
2. If the mode is “Simple” then the publishing layout name grid is disabled, unless they were setup while “Advanced” was toggled. However, if I leave it in advanced mode, attempting to edit an entry results in a 500 error. As soon as switch back to simple, the editing page loads fine.

I *think* my main issue is that load layout button not appearing. I’m running this locally so I don’t have any creds I can share, but I’m attaching a few screenshots

#1

BoldMinded (Brian)

Did you inspect the source to see if it is there? Is there anything in your console throwing JS or CSS errors? Did you clear your cache after upgrading Blueprints (to make sure old JS and CSS files are not loading still).

#2

Kenton Glass

It’s not there in the generated source, nor do I see it in the BP js on the edit page. There is one JS error that I believe is from a NSM extension…the BP js fires correctly because the “edit available templates” link is added, but there is no button. Yep, I’ve cleared my cache.

#3

fruitstudios

We are having the same issue, but only on IE9. Have you had any luck finding a solution for this one??

#4

BoldMinded (Brian)

Kenton, have you disabled the NSM extension?

Fruitstudios, are you also using the NSM extension? What other extensions do you have installed?

#5

fruitstudios

We are using NSM Live Look, NSM Addon Updater, NSM Morphine theme and a fair few other extensions.

Which one do you think is causing the issue, we really need Live Look running.

#6

BoldMinded (Brian)

Try disabling all of those. For Live Look you can just set the enabled column in the exp_extensions table to “n” for its hooks so you don’t lose its settings.

#7

fruitstudios

No difference with all those disabled, here is the console error generated on click:

SCRIPT438: Object doesn’t support property or method ‘siblings’ blueprints.js, line 133 character 17

Also see all page errors on IE9:

…………………………………………………….

SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited. index.php?S=0&D=cp&C=content_publish&M=entry_form&channel_id=1&entry_id=101&parent_id=193 LOG: CHANNEL_IMAGES: HTML5 File Upload is not available, using flash now. SCRIPT5009: ‘Object’ is undefined jquery.js?v=1349451895, line 27 character 241 SCRIPT5009: ‘jQuery’ is undefined index.php?S=0&D=cp&C=javascript&M=load&file=css&theme=default&v=1349451894, line 1 character 2 SCRIPT5009: ‘jQuery’ is undefined compressed.js, line 1 character 2 SCRIPT5009: ‘$’ is undefined index.php?S=0&D=cp&C=content_files_modal, line 75 character 2 SCRIPT5009: ‘$’ is undefined global_end&v=1349451895, line 13 character 1 SCRIPT5009: ‘$’ is undefined index.php?S=0&D=cp&C=javascript&M=load&file=ext_scripts, line 1 character 1 SCRIPT5009: ‘$’ is undefined index.php?S=0&D=cp&C=javascript&M=load&package=nsm_addon_updater&file=accessory_tab, line 1 character 1 SCRIPT5009: ‘$’ is undefined index.php?S=0&D=cp&C=content_files_modal, line 85 character 1 SCRIPT438: Object doesn’t support property or method ‘tablesorter’ compressed.js, line 39 character 175 SCRIPT438: Object doesn’t support property or method ‘siblings’ blueprints.js, line 133 character 17 SCRIPT438: Object doesn’t support property or method ‘siblings’ blueprints.js, line 133 character 17 SCRIPT438: Object doesn’t support property or method ‘siblings’ blueprints.js, line 133 character 17

#8

BoldMinded (Brian)

That debug script gives me something to go on, thank you!

#9

Sam Hibberd

Did the debug script help at all?? Anything else you need? Thanks.

#10

BoldMinded (Brian)

I think my last response was via email, but basically I think Channel Images is messing something up b/c its the first error in the stack, so nothing else works properly.

#11

fruitstudios

HI, i’m not 100% it is channel images causing the issue, they are just logging the type of file upload the browser supports.

It looks like there is something wrong with the EE jQuery stuff in IE 9 which leaves certain functions unavailable, you use the siblings method, but it is not available, much the same as the tablesorter function.

It looks like its logged as a bug, but from all the research i’ve done, EE really dont seem to care as they say they cant find examples of it breaking addons as users can still publish.

https://support.ellislab.com/bugs/detail/19196

Obviously this is breaking your addon.

Have you got any thoughts on this?

Sam

#12

BoldMinded (Brian)

Commented on the ticket at EllisLab.com, going to close this ticket though.

Login to reply