I have version 4.2.3-1 installed, but there my first attempt to call up the software and I get

Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/phppgadmin/classes/Misc.php on line /344/

I went into my system and purged the old package and deleted /usr/share/phppgadmin and below before re-installing just to be sure (because I had manually patched this file before).

Line 344 now has in it

 $data =& new $_type($_connection->conn);

I manually edited it to be

 $data = new $_type($_connection->conn);

And it works

<<attachment: alan_chandler.vcf>>

Reply via email to