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
https://forums.phpfreaks.com/topic/236050-running-facebook-connect-on-php-50/
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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.