Icy Phoenix

     
 

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

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

Article
Reply with quote    Download Post  
Post 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



 
Dimo - View user's profile Send private message  
Dimo [ Sun 19 Jan, 2014 03:05 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


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

Comments
Reply with quote    Download Post  
Post 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?



 
mort - View user's profile Send private message  
mort [ Sun 19 Jan, 2014 04:55 ]
Reply with quote    Download Post  
Post 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.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 21 Jan, 2014 15:52 ]
Reply with quote    Download Post  
Post 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



 
casimedicos - View user's profile Send private message  
casimedicos [ Wed 28 May, 2014 17:17 ]
Reply with quote    Download Post  
Post Re: Fatal Error: In /homepages/39/d503831156/htdocs/FORO/includes/pafiledb/functions.php On Line 329 
 
Can you please post your line 296?



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 29 May, 2014 17:02 ]
Reply with quote    Download Post  
Post 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);




 
casimedicos - View user's profile Send private message  
casimedicos [ Thu 29 May, 2014 19:28 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron