The module breaks "Add This" and "Administration menu" functionality, disabling labJs module fixes the "Add This" functionality but no solution for "Administration menu" here is a screenshot of broken menu :

http://img18.imageshack.us/img18/7143/sshot1imb.png

I am using Parallel module to load CSS and JS.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Title: Breaks Add This and Administration menu » Breaks Add This and Administration menu; integration with labjs

hmmm didn't account for the parallel module... u thought about trying CDN? Did some quick tests on my local box and I can't repo the issues with admin menu & parallel.

labjs looks like another module I'll have to pull in as a sub module.

mikeytown2’s picture

labjs could use a script tag modifier; much like the unlimited css will need. Once I have a modifier in place I'll see if some kind of arrangement can be reached as the majority of this modules code is used in support of the labjs project and not hacking around D6 issues.

deepesh’s picture

If it's not an issue with admin menu and/or parallel what could it be - I have disabled labjs on my site and the admin menu issue is still there ?

I also noticed that admin menu css and js are being loaded from a completely different directory :

http://img696.imageshack.us/i/sshot3qq.png/

mikeytown2’s picture

Thats a pretty odd bug. What does it look like when advagg is disabled?

mikeytown2’s picture

mikeytown2’s picture

looks like labjs doesn't work with jquery update... but that can be fixed ;)

Code to check execution order of page hook:

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

init_theme();
$hooks = theme_get_registry();

drupal_set_header("Content-Type: text/plain; charset=utf-8");

print_r($hooks['page']);
deepesh’s picture

This is how it looks when advagg is disabled :
http://img203.imageshack.us/i/sshot1jre.png/

mikeytown2’s picture

What version of admin menu are you using? 1.x or 3.x

Also can you paste in the output from the above script? Paste output between < code > tags.

deepesh’s picture

I am using Administration menu 6.x-3.x-dev, where should I paste the above code ?

mikeytown2’s picture

Drop the code into a new file call it test.php and run it. Copy the output and then delete the file.

I'm using the 1.x version of the admin menu; I'll test with the 3.x version soon then.

mikeytown2’s picture

Committed this patch for labjs support. Keep labjs installed.
http://drupalcode.org/project/advagg.git/commitdiff/8c42039?hp=1bbc812b1...

Now off to admin_menu 3.x

mikeytown2’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)
FileSize
1.4 KB

can't repo with admin menu 3 installed... but with the gui in place you can enable debug mode and paste the output from that. Shows up in watchdog. Also paste in the hook theme info text box.

Committed this patch for the info box.

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Fixed

this should be fixed with the latest version

Status: Fixed » Closed (fixed)

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