https://www.icyphoenix.com/viewtopic.php?f=35&t=9185&p=59662#p59662 ----------------------------------- casimedicos Wed 28 May, 2014 17:17 Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329 ----------------------------------- [quote user="mort" post="59436"]/includes/pafiledb/functions.php Find this line at 329 and remove the [b]&[/b] x 2 $fp = @fsockopen($host, $port, &$errno, &$errstr, 20); Like this: [b]$fp = @fsockopen($host, $port, $errno, $errstr, 20);[/b] There's also the "Other" one I asked you to remove in the other thread - Did you do it?[/quote] in php 5.4 after remove it the error change to Fatal error: Call-time pass-by-reference has been removed in /includes/pafiledb/functions_pafiledb.php on line 296