Active
Project:
ajaxit
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2010 at 23:52 UTC
Updated:
29 Mar 2011 at 14:33 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screenshot.png | 4.43 KB | troyl |
Comments
Comment #1
waleedq commentedthe plugin is using jquery 1.3.0+ so please check that you have the latest jquery update module
Comment #2
troyl commentedYes 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
to
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...
Comment #3
Ashraf Amayreh commentedIs 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
Comment #4
troyl commentedSorry 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
Comment #5
waleedq commentedcan you please execute this javascript code in your website alert($().jquery) and post the result here.
thank you
Comment #6
troyl commentedthe 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...
Comment #7
vinoth.3v commentedsame 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.
Comment #8
dennis605 commentedHey,
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.
Comment #9
vinoth.3v commentedThank you dennis605
Comment #10
dennis605 commentedAllright,
i hope this works for you, too.
Comment #11
vinoth.3v commentedIt works, but this module breaks the css :)
Comment #12
dennis605 commentedI'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.