Topic-icon Rochen hosting - Joomla 1.6.3 - PHP 5.3

Active Subscriptions:

None
12 years 10 months ago #10919 by fb_535910371
I moved my server from GoDaddy to Rochen (TOO SLOW ON GODADDY) and I'm having some small problems. When I use "Facebook to login" it opens up the statik.facebook window and just sets there. It does not close on its own. When I close it, then it logs in using facebook.

my site is www.WTreF.com - you can test for yourself. :)
The topic has been locked.
Support Specialist
12 years 10 months ago #10923 by alzander
What browser and OS are you using? We just tried on Chrome in Windows and the box closed without issue.

This issue has been known to happen, and usually clears itself up on it's own. It seems to be related to Facebook's Javascript API (which can periodically have issues), the browser, and the browser state (are you logged into Facebook already, what's cached, etc).

You may simply want to close your browser completely and re-open it to try again, or even from a different computer. Again, that's not optimal, and not something you could tell your users, but likely, this is just a random issue that should go away... great support, eh? :)

Alex
The topic has been locked.
Active Subscriptions:

None
12 years 10 months ago #10927 by fb_535910371
I'm using IE8. The browser works fine on your site. But on mine (just moved it over) it's not. I tried on my site with 3 different PCs. I cleared history on all browsers.

Here is my configs:
PC1 - Windows 7 - IE8 - Already logged into facebook
PC2 - Windowx XP - IE8 - Not logged into facebook, logged in using the statik
PC3 - Windows 7 - IE8 - Not logged into facebook, logged in using the statik

I used all these earlier and they worked. They are not working after the "move" to Rochen. Can it be a php 5.3 problem? My site WAS using PHP 5.2, now it's 5.3.
The topic has been locked.
Support Specialist
12 years 10 months ago #10929 by alzander
Gotcha. I'm seeing the issue to in IE8 on Win7. Let me look a little further.

It really shouldn't be a PHP issue whatsover. That pop-up is 100% Javascript based, so while PHP 5.3 could cause other things, it really shouldn't affect that at all. I'll let you know what I find.
The topic has been locked.
Support Specialist
12 years 10 months ago #10930 by alzander
Using Chrome, I'm seeing the following Javascript error on the page. I certainly won't guaranatee the issue, but like I said above, Javascript is how that pop-up works, so if you can fix this, it may fix the problem you're seeing:
window.onload = function() {
	BoxHeights.equalise(,'c4');
}

That's not from JFBConnect, so I don't have much to tell you where to fix, or disable that. The problem with that code is that inside the (), the function is expecting 2 parameters, but the first is blank (there's just a ,'c4'), which is causes a Javascript error that can throw everything else off.

Hope that helps, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 10 months ago #10931 by fb_535910371
If it helps. I haven't changed ANYTHING on my PCs and they worked this morning on my site (GoDaddy using PHP 5.2). After I moved it (Rochen using PHP 5.3) it started giving me the problems. I'm not a techy guy, so I'm just giving you the variables. Nothing on my PCs changed, just my server. AND...I can use it fine on your site. :)
The topic has been locked.
Support Specialist
12 years 10 months ago #10932 by alzander
It's possible that Javascript is being generated through PHP, and that's causing problems, which is causing the Javascript error, which is causing the login to fail. I just can't tell you. Try disabling that Javascript if you can. Also, you may want to try enable error reporting in the Global Configuration area.. that may help narrow down if there are some PHP problems on your site (which we can help you with if there are).
The topic has been locked.
Active Subscriptions:

None
12 years 10 months ago #10933 by fb_535910371
I am BRAND new to this. I just downloaded chrome, and tried to find the error. No clue where it's at. If you can point me to how to generate the error that would be great. Even better, does it tell you what file the error is in on my server? I can FTP and be happy to remove that "," and see if it fixes it. :)
The topic has been locked.
Active Subscriptions:

None
12 years 10 months ago #10934 by fb_535910371
I have error reporing as "system default" in the global configuration area. It's been like that the whole time. I'm not sure how to use it though or if I need to change it.
The topic has been locked.
Support Specialist
12 years 10 months ago #10935 by alzander
Hey there, no worries whatsoever about asking this type of stuff, just so you know.

To see errors, do the following:
In Firefox, go to Tools->Error Console
In Chrome, click the wrench icon and go to Tools->Javascript Console

In both cases, unfortunately, it's not going to tell you what module on your site is causing the issue, but will tell you if you disable it (the error will be gone). I can tell you that it's likely a feature of your template, because if you open the HTML of your page (Chrome: Wrench->Tools->View Source) and search for "BoxHeights", directly above that, you'll see the inclusion of the Javascript file /templates/hot_sportal/js/equal_heights.js, which is coming from your template directory.. so if there's anything in your template configuration regarding heights of boxes, modules, menu's, etc, try disabling or changing that, and it may help.

Finally, try turning Error Reporting to "Maximum". This may do nothing, or it may spit out a lot of Warnings, and Notices onto your page in ugly text. If you see those (and it's only a few) feel free to copy them here, and it may help diagnose some things. If it's a ton, let me know, and we can figure out another way to see them. Once done, make sure you set it back to System Default (or None) which is how it should be configured for normal operation.

Hope this all helps!
The topic has been locked.