By Melanie Monnington on Saturday, 21 November 2015
Posted in General
Likes 0
Views 1K
Votes 0
My site has started to return a 404 and quotes the error code SocialTablePhoto::bind(*NULL*). Same issue as http://stackideas.com/forums/stopped-working-easysocial
Hi Melanie,

The fix can be found at around line 1083 inside that file. Below is the fix that I've made.
$photo->bind( $obj );
// change with
if (!empty($obj)) {
$photo->bind( $obj );
}


Hope these help.
·
Monday, 23 November 2015 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I've tried to connect with your FTP server, but I hitting this :
Response:	530 Login incorrect.
Error: Critical error
Error: Could not connect to server

please advise.
·
Sunday, 22 November 2015 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

You need to logon using SFTP rather than FTP.
·
Sunday, 22 November 2015 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am really sorry for the delay of this reply.

I've applied the fix inside your /media/com_easysocial/apps/user/photos/photos.php and it should be working correctly now. Please have a look.
·
Monday, 23 November 2015 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. The site works again now.

Can you tell me what you changed in that file as I was planning to upgrade the site soon and want to make sure I don't get this error again.
·
Monday, 23 November 2015 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for supplying the code. Helped me fix the issue on my dev site too.
·
Thursday, 26 November 2015 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Melanie,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Thursday, 26 November 2015 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post