help-gift
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-GIFT] PHP client stopped working on new php


From: Ivan Eggel
Subject: Re: [help-GIFT] PHP client stopped working on new php
Date: Tue, 4 Feb 2014 21:32:05 +0100

Hi

I'm not a PHP expert but maybe have a look at the apache logfile at /var/log/apache2/error.log or somewhere similar. Maybe it will tell you some more.

Best
-Ivan

On Feb 4, 2014 9:25 PM, "Marisa J" <address@hidden> wrote:
I was using php web Client to connect to gift, which is posted here: http://gnuift.sourcearchive.com/documentation/0.1.13-1/Client_8php-source.html

Since my server was upgraded to a new php 5.4.24 it stopped working. It was throwing one php error:

PHP Fatal error:  Call-time pass-by-reference has been removed in /home/me/public_html/Client.php on line 76

But I fixed that by removing "&" here:

$socket = fsockopen ($server,$port, &$errno, &$errstr, 30);

However, the script still wont work. Now it doesn't throw any php errors, it simply does nothing. When you click on "Accept and Connect", page just refresh but wont connect to gift and no search form displayed.

Can somebody help to get it work with new php?
Thanks
Mary

_______________________________________________
help-GIFT mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-gift

reply via email to

[Prev in Thread] Current Thread [Next in Thread]