How to fix this WARNING session_write_close() AND ftp_nb_continue()

yekupload5636

Member
YetiShare User
Dec 29, 2015
42
0
6
37
yekupload.ir
Hi,
How to fix this WARNING session_write_close() and ftp_nb_continue()

===========================================================
2017-04-27 01:50:25 - *** WARNING *** Array
(
[Error Msg] => ftp_nb_continue(): Opening BINARY mode data connection for files/
[File] => /Path/file.class.php
[Line Number] => 438
[Error Type] => E_WARNING
)
===========================================================
2017-04-27 01:01:38 - *** WARNING *** Array
(
[Error Msg] => session_write_close(): Failed to write session data using user defined save handler. (session.save_path: )
[File] => Unknown
[Line Number] => 0
[Error Type] => E_WARNING
)
===========================================================

Tthanks.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Sessions in this script are saved in the database. If your script loose the connection to the db, the write will fail.
 

yekupload5636

Member
YetiShare User
Dec 29, 2015
42
0
6
37
yekupload.ir
Re: How to fix this WARNING ftp_nb_continue()

Hi,
How to fix this WARNING ftp_nb_continue()

2017-06-08 14:33:04 - *** WARNING *** Array
(
[Error Msg] => ftp_nb_continue(): Opening BINARY mode data connection for files/aa/filenamehash (19680862 bytes)
[File] => /My-Server-PATH/core/includes/file.class.php
[Line Number] => 438
[Error Type] => E_WARNING
)

Thanks.