I installed the module as instrcuted in the README.txt. However, as soon as I enable the module the all I get WSOD. I had to rename the ajaxit.js for the site to see again.

I also checked that it with firebug,

It does not load any JavaScript file, and add


margin-top:-999999px; 

to HTML

Any help

CommentFileSizeAuthor
#6 Screenshot.png4.43 KBtroyl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

waleedq’s picture

Status: Active » Needs work

the plugin is using jquery 1.3.0+ so please check that you have the latest jquery update module

troyl’s picture

Yes I have the latest Jquery because I am using the Jquery Update module 2.x version... I thought it maybe because of my custom theme, however, I tried it with default Garland theme, and it still doesn't seem to work...

It loads and the page and pages goes out of the display... If I edit

margin-top:-999999px; 

to

margin-top:0px; 

from firebug, it shows the page but it always is the front page... and no script files are loaded.'

PS. I am using nginx as reverse proxy to apache on my development machine...

Ashraf Amayreh’s picture

Is the site online? Can you give us a link to examine the problem? Please make sure you're using the jquery_update 6.x-2.x-dev

troyl’s picture

Sorry to reply late I have been a bit busy, no the site is not as I am doing development of it yet, and I did a clean install with just jquery_update same result, the page flashes for a second and then blank page

waleedq’s picture

can you please execute this javascript code in your website alert($().jquery) and post the result here.
thank you

troyl’s picture

FileSize
4.43 KB

the result from the firebug console is : 1.3.2

attached is the screenshot of the Status report showing the Jquery Version.

I would include my server configuration:

I have Nginx 0.8.52 as proxy http server to Apache/2.2.14.

PHP 5.3.2

OS Ubuntu 10.04 64bit

I hope this helps...

vinoth.3v’s picture

Version: 6.x-1.0-beta2 » 6.x-1.0-beta4
Status: Needs work » Active

same issue here. nothing seems work.
chrome says html has "margin-top: -999999px;" don't know why.
and all the site css messed up, if I disable margin top.

dennis605’s picture

Hey,

i just change
document.getElementsByTagName("html")[0].style.marginTop = "-999999px";
to
//document.getElementsByTagName("html")[0].style.marginTop = "-999999px";
in the ajaxit.js, to ignore this function.
This works for me.

vinoth.3v’s picture

Thank you dennis605

dennis605’s picture

Allright,

i hope this works for you, too.

vinoth.3v’s picture

It works, but this module breaks the css :)

dennis605’s picture

I've got the same problem.
I'm working on this.
Maybe i find a solution to solve the prob.
If i find out some, i'll let you know.