Link to home
Start Free TrialLog in
Avatar of RITU Raj
RITU Raj

asked on

504 Gateway timeout error

Hi Team,

Getting 504 gateway timeout error while browsing hosts.
Below is the error getting from server end where site is hosted.

[Wed Jun 27 06:35:48.634539 2018] [:error] [pid 5821:tid 139690111854336] [client 10.0.1.14:27642] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; backup_file has a deprecated constructor in /var/www/html-customers/sites/all/modules/contrib/backup_migrate/includes/files.inc on line 121

Request you to help me to fix this uissue.

Regards,
Rituraj
Avatar of NerdsOfTech
NerdsOfTech
Flag of United States of America image

Please provide line 121 from /var/www/html-customers/sites/all/modules/contrib/backup_migrate/includes/files.inc
Avatar of RITU Raj
RITU Raj

ASKER

121 class backup_file {
122   var $file_info = array();
123   var $type = array();
124   var $ext = array();
125   var $path = "";
126   var $name = "";
127   var $handle = NULL;
128
ASKER CERTIFIED SOLUTION
Avatar of RITU Raj
RITU Raj

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you
Cleanup: Assign author's #a42606490 as best solution (reported for mod to cleanup)
Self Answered