Jump to content

Running Facebook Connect on PHP 5.0


justlukeyou

Recommended Posts

Hi,

 

I am trying to use Facebook Connect which requires PHP 5.0, my host tells me that my MySQL is running on PHP 5.0 but Facebook Connect wont work.

 

Is there anything specific I need to do to operate Facebook Connect on PHP 5.0 or do I need to add a file to the server to run PHP5.0?

Link to comment
Share on other sites

add the following to a simple php file and run it. Not sure what mysql is doing in the story btw.

<?php
  echo phpinfo();   
?>

That should indicate what version you have. if not, you either failed to name the file .php or your host is not running php which i doubt.

 

Also a nice thing to do is to enable error reporting. so if something is not working you got something to work with. Besides that I assume that facebook connect has a pretty nice documentation about this, not to mention its a third party software.

Link to comment
Share on other sites

The end of life of php4 was over 4 years ago.

 

Your web host should have provided a way of upgrading your account to the latest php5 version, either through a control panel choice, a setting in a .htaccess file, through the use of a specific file extension, or by emailing them and asking that your account be upgraded/moved to a php5 server.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.