It seems that the error I' posting about is quite common indeed, but as I know very little of php, I need to ask you shed further light on the following problem. On my website, after a Wordpress update, the following error is displayed: Fatal error: Call-time pass-by-reference has been removed in [...website...] on line 4.
Actually, the file the error refers t has the following code:
if (!empty($catid)) {
$Anno=0;
$Mese=0;
Pasw13_MeseAnnoCorrenti(&$Anno,&$Mese);
$ArchiviMesiAnno=Pasw13_ElencoAnniMesi("mesi",$catid,$Anno);
$ArchiviAnni=Pasw13_ElencoAnniMesi("anni",$catid,$Anno);
if (!empty($ArchiviMesiAnno) Or !empty($ArchiviAnni)){
As I've said, the error is on line 4, but I can't solve it out. Thanks in advance for your help Regards kowalski215