Icy Phoenix


Old Support Topics - Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329



Dimo [ Sun 19 Jan, 2014 03:05 ]
Post subject: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
How can repair that?

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

asaex_org_foro_dload_php_00

asaex_org_foro_dload_php


mort [ Sun 19 Jan, 2014 04:55 ]
Post 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?


Mighty Gorgon [ Tue 21 Jan, 2014 15:52 ]
Post 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.


casimedicos [ Wed 28 May, 2014 17:17 ]
Post subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
mort wrote: [View Post]
/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


Mighty Gorgon [ Thu 29 May, 2014 17:02 ]
Post subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
Can you please post your line 296?


casimedicos [ Thu 29 May, 2014 19:28 ]
Post 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
Code: [Hide] [Select]
$this->category_nav($this->cat_rowset[$cat_id]['cat_parent'], &$cat_nav);




Powered by Icy Phoenix