Posts: 82
Sun 19 Jan, 2014 03:05
Subject: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
How can repair that? :shock:
I push in DESCARGAS and after that...
Fatal error: Call-time pass-by-reference has been removed in /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php on line 329

Posts: 998 Location: Up a tree
Sun 19 Jan, 2014 04:55
Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
/includes/pafiledb/functions.php
Find this line at 329 and remove the & x 2
$fp = @fsockopen($host, $port, &$errno, &$errstr, 20);
Like this:
$fp = @fsockopen($host, $port, $errno, $errstr, 20);
There's also the "Other" one I asked you to remove in the other thread - Did you do it?
Posts: 7192 Location: Borgo San Michele
Tue 21 Jan, 2014 15:52
Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
This has been fixed a while ago on my working copy, it should be fixed in GIT version as well... anyway I will update GIT with some other changes hopefully in few days.
Posts: 241 Location: Galicia (Spain)
Wed 28 May, 2014 17:17
Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
/includes/pafiledb/functions.php
Find this line at 329 and remove the & x 2
$fp = @fsockopen($host, $port, &$errno, &$errstr, 20);
Like this:
$fp = @fsockopen($host, $port, $errno, $errstr, 20);
There's also the "Other" one I asked you to remove in the other thread - Did you do it?
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
Posts: 7192 Location: Borgo San Michele
Thu 29 May, 2014 17:02
Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
Can you please post your line 296?
Posts: 241 Location: Galicia (Spain)
Thu 29 May, 2014 19:28
Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
URL
http://www.apuntesmedicina.com/dload.php?action=file&file_id=45
FILE
$this->category_nav($this->cat_rowset[$cat_id]['cat_parent'], &$cat_nav);
Page 1 of 1
You
cannot post new topics
You
cannot reply to topics
You
cannot edit your posts
You
cannot delete your posts
You
cannot vote in polls
You
cannot attach files
You
can download files
You
cannot post calendar events