PDA

View Full Version : I got errors when enable Facebook Platform


suvari1794
01-15-2015, 08:15 PM
I have that error above my page when enabled facebook platform in facebook settings.

Warning: session_start() [function.session-start]: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) in ..../includes/facebook/facebook.php on line 49

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ..../includes/class_core.php:5705) in ..../includes/facebook/facebook.php on line 49

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at ..../includes/class_core.php:5705) in ..../includes/facebook/facebook.php on line 49

And below the page:
Warning: Unknown: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/***/tmp/) in Unknown on line 0

How can I fix this?:mad:

ForceHSS
01-15-2015, 08:21 PM
You need to replace the missing file to start with also what vb version u using

suvari1794
01-15-2015, 08:23 PM
4.2.2
What missing file?

ForceHSS
01-15-2015, 08:24 PM
Warning: Unknown: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/***/tmp/) in Unknown on line 0
this one that says it is missing check server error logs for more info

suvari1794
01-15-2015, 08:30 PM
So?

HM666
01-16-2015, 12:01 AM
You need to make sure that you upload the facebook.php file via FTP here: includes/facebook so the pathway would look like this: includes/facebook/facebook.php What that error is telling you is that the file itself is missing, it cannot find it where its supposed to be. So more and likely if you upload the file to the place its supposed to be you will not get that warning anymore.

Zachery
01-16-2015, 03:20 AM
The issue here is that his session storage path is not writeable. He needs to fix it, or his webhost does.

ForceHSS
01-16-2015, 03:37 AM
One of his problems not the only one

Zachery
01-16-2015, 05:54 AM
One of his problems not the only one

Per his error messages, that is the one and only issue here.

ForceHSS
01-16-2015, 06:40 AM
Per his error messages, that is the one and only issue here.
The missing file makes two as I said more than one problem

cellarius
01-16-2015, 09:10 AM
Which is a temporary session file in the temp dir. It is just one issue ;)

Or how would you go about uploading the missing file /home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR?

RichieBoy67
01-16-2015, 09:29 AM
The tmp directory/partition is probably full.

Zachery
01-16-2015, 03:31 PM
The tmp directory being full might be something, but the server wouldn't be performing well/at all if that was the case, at least long term.

I'm still nearly positive that he doesn't have permission to write to that folder.

Are you on godaddy by any chance? You should request to move to one of their new cPanel Linux accounts.

suvari1794
01-16-2015, 04:00 PM
Ohh dude, there wasn't tmp folder in my home. I create a new folder and set permission 755. Errors gone, but facebook platform is not working :S

Zachery
01-16-2015, 04:04 PM
That doesn't address the issues with facebook retiring their api that the vBulletin 4 stuff was built on. There is not currently a fix.

suvari1794
01-16-2015, 04:16 PM
Sorry for my bad english.
Is there a problem with facebook-vbulletin connection?

ozzy47
01-16-2015, 05:50 PM
Yes facebook changed the API needed by vBulletin to connect to it, so it no longer works.