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


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

asaex_org_foro_dload_php_00

asaex_org_foro_dload_php

Profile PM  
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?

Profile PM  
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.

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

Subject: Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329
Can you please post your line 296?

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: [Download] [Hide] [Select]
$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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.115s (PHP: 19% SQL: 81%)
SQL queries: 10 - Debug Off - GZIP Enabled