× Joomla Facebook Connect support forum

Topic-icon Problems with Installation

Active Subscriptions:

None
14 years 4 months ago #18395 by frapfe
I have installed everything and as soon as i activate the system plugin the start page is empty. I have this on my life system as well as on my development system. I tried different settings and start orders already.

I need a stable system and this one is far away from being stable. Any ideas before I give it back?

Thank you
Frank
The topic has been locked.
Support Specialist
14 years 4 months ago #18405 by alzander
Replied by alzander on topic Problems with Installation
Frank,
JFBConnect is very stable, and is used on thousands of websites. Sometimes, server and Joomla configurations cause issues, and we'll be happy to help get you to the bottom of them.

To diagnose white page/blank page errors, please go into Global Configuration area of Joomla and set "Error Reporting" to Maximum. Then, re-enable the offending plugin. You should be presented with a PHP error that will help us narrow down what the issue is.

If the error is simply a timeout or memory error, please try the following:
* Disable any JFBCProfile plugins you have enabled
* Go to the JFBConnect -> Configuration area
* Hit Apply. You don't need to change any settings.
* Re-enable just the JFBCProfile plugins you need (if you enable JomSocial plugin, make sure you have JomSocial installed, etc).

Hope one of the above helps start narrowing things down, but if not, let us know the error and we'll go from there.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18476 by frapfe
Replied by frapfe on topic Problems with Installation
Hi Alex,

thanks for your answer. I've tried to debug the error but even this isn't work. Without system plugin I get a lot of output and after the activation of it the screen is blank. Even the debug output doen't show up.

I realised another thing that could be the reason for it. I have a modul on my start page including ammap. This is a tool to show maps in different ways and it is a flash application. In case the page is not white after activating the system plugin, this tool shows an error with the flash player. This error show in Firefox, IE and Safari. The message says that there is an error loading the flash map.

This works only once. After refreshing the page it will be empty again. It must be a problem with flash on the same page.

Here is my URL: www.busparkplatz.eu
It is all in German but I hope it will work for you.

Regards
Frank
The topic has been locked.
Support Specialist
14 years 4 months ago #18480 by alzander
Replied by alzander on topic Problems with Installation
Frank,
With Error Reporting set to maximum, the white page isn't showing any errors? That makes things a bit more difficult to diagnose as it means your server is likely 'fixed' to not allow error reporting to show on the page, just written to logs. If you know where the error log is for your server, that'd be helpful.

I don't think the map is the issue. It's possible that will be another issue to solve, but likely not the cause of your current problem.

So, without that error reporting, can you let me know if simply enabling the JFBCSystem plugin immediately causes the white page, or does it only occur after you do something (Click the Login with Facebook button, visit the home page, etc). Also, can you explain what you mean by "Without system plugin I get a lot of output". What output are you getting? Are they errors, weird looking tags, or something else?

Any information you can provide on what's happening will help us come up with a better solution.

If possible, feel free to send us a super admin account so that we can access the admin area of your site to try to understand what's going on ourselves.
You can Private Message me the credentials by clicking the arrow under my picture (<----) and hitting the mail icon.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18485 by frapfe
Replied by frapfe on topic Problems with Installation
Hi Alex,

it becomes a bit strange now. I tried to figure out what really happened in the system or browser. I thin I have got the point where the system stops and that should be definitely one of your plugins.

From your stuff I have activated the following plugins: Authentication - JFBConnect Facebook, JFBConnect - Profiles - Community Builder and User - JFBConnect Facebook

It is working so far and the website is showing the right things. I was wondering about this phenomenon and tried the next step. I started a new tab and logged in to my facebook account via the facebook home page. After this action I had the error again. I could not start my website and not the debugger.

I don't have any idea what it is, but I can produce it now. When I restart the browser the website ist shwon. After login to facebook the page stays white.

Regards
Frank
The topic has been locked.
Support Specialist
14 years 4 months ago #18490 by alzander
Replied by alzander on topic Problems with Installation
Frank,
Not sure what's doing that. Right now, JFBConnect seems to be disabled, so it's hard for us to test or diagnose anything.

Can you go into the Help -> System Information area of Joomla, and then into the PHP Information area. Look for the following things:
First check that you're running at least PHP 5.2 first. PHP 5.0 or 5.1 is generally ok, but very old. If you're running PHP 4, that will not work at all.

Then, search for "curl". You should see a line like below somewhere:
curl
cURL support	    enabled
Make sure that it does say cURL is enabled.

Then, search for "mhash". If you see something like:
mhash 
MHASH support    Enabled 
MHASH API Version    20060101
That's a problem. MHash is an old add-on for PHP. It's conflicts with the built-in functions in PHP 5.1.2+, and should not be installed for any version after that. If it is installed, you'll need to contact your hosting provider to have it removed to successfully work with JFBConnect (it's a Facebook requirement, not ours).

Hope that helps you start getting to the bottom of things.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18494 by frapfe
Replied by frapfe on topic Problems with Installation
Hello,

here is the output with all PHP information. I don't have an idea what the reason is to be honest. Could it be something with my template?

Pls find attached the screen shot. May you will find something else. I have root access to my VServer if there is something to do.

Regards
Frank ##text##
The topic has been locked.
Support Specialist
14 years 4 months ago #18497 by alzander
Replied by alzander on topic Problems with Installation
Frank,
Thanks for the file. It definitely helped.

The "Hash" library, which is enabled with PHP by default, was not built into your PHP installation. That needs to be enabled by your hosting company or whoever manages your server. It's not something we can do.

When enabled, you should have a section in your PHP Information area that looks like:
hash
hash support	enabled
Hashing Engines	md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128, 3 tiger160, 3 tiger192, 3 tiger128, 4 tiger160, 4 tiger192, 4 snefru gost adler32 crc32 crc32b haval128, 3 haval160, 3 haval192, 3 haval224, 3 haval256, 3 haval128, 4 haval160, 4 haval192, 4 haval224, 4 haval256, 4 haval128, 5 haval160, 5 haval192, 5 haval224, 5 haval256, 5

The reason you're getting the white page is likely that you're getting a Fatal PHP Error trying to decode some of the returned values from Facebook (which identify the user). There's no way we can get around this in JFBConnect as it's a standard PHP library that we expect to be installed, and rely on.

Let us know if you need more information. Of course, if you can't get it installed, we do have a 30-day money back guarantee. Obviously, we'd prefer you to get it working, but also don't want to leave you stranded in case you can't.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #18520 by frapfe
Replied by frapfe on topic Problems with Installation
Hello Alex,

I think this has been the problem. I've installed the hash stuff via "yast" and it is working so far.

I hope that's it and thanks for your quick help

Frank
The topic has been locked.
Support Specialist
14 years 4 months ago #18527 by alzander
Replied by alzander on topic Problems with Installation
Frank,
No problem for the help. It's what we're here for. We have a lot of checks for common issues, as white page errors are extremely frustrating. Unfortunately, this just wasn't one of those common problems.. sorry you got bit.

Definitely let us know if you run into anything else, and good luck!
Alex
The topic has been locked.