Here's my problem. On my production site , markgundersen.org, when no one is logged in the labels for the login fields (username / password) are not within their respective form. It's working on my localhost test site great but not in production. I went through the jquery update module for both test and prod to make sure they are both at same level. I compared the two status reports and there are only minor differences e.g.: database 5.5.16-log while prod site has 5.1.52-dll; and test site has php 5.3.8 while production is 5.3.14. My hosting site said that shouldn't matter.

Also, in firefox I see these console errors below; they do not show in my test site. While the last error points to omega I disabled omega and also tried garland to no avail, still doesn't work. The only clue I have is compact forms isn't working and am at a loss on what to try next. I'm running D7.18 and am current on all modules. Appreciate any suggestions.

CONSOLE ERRORS:
1. SyntaxError: illegal character
markgundersen.org (line 27)

2. SyntaxError: illegal character
js_Ma4...M-Hs.js (line 1)

3. SyntaxError: illegal character
js_43n...A554.js (line 1)

4. ReferenceError: jQuery is not defined
..."sites\/all\/themes\/omega\/omega\/css\/omega-branding.css":1,"sites\/all\/theme...

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

After more research it was the spamicide module that was interfering with compact forms. When I turned off the login form (4 of them) and then re-enabled them the problem disappeared. Still have a problem with the 'hidden' form of spamicide showing up in the login block but at least I'm making progress.