https://next-level-arcade.com


Results 1 to 3 of 3

Thread: Error log file

  1. #1
    Game Downloader

    Join Date
    Nov 2012
    Posts
    26
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Error log file

    Please some help

    on my server i got those errors - many lines - but same

    PHP Code:
    [20-Sep-2019 16:33:48 America/New_YorkPHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHPtar has a deprecated constructor in /home/user/public_html/vb4/arcade/functions/tar.php on line 73 

    my 73 line is
    PHP Code:
    class tar {
        
        var 
    $tar_header_length '512';
        
    //var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';
        
    var $tar_unpack_header 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
        var 
    $tar_pack_header   'A100 A8 A8 A8 A12 A12 A8 A1 A100 A6 A2 A32 A32 A8 A8 A155';
        var 
    $current_dir       "";
        var 
    $unpack_dir        "";
        var 
    $pack_dir          "";
        var 
    $error             "";
        var 
    $work_dir          = array();
        var 
    $tar_in_mem        = array();
        var 
    $tar_filename      "";
        var 
    $filehandle        "";
        var 
    $warnings          = array();
        var 
    $attributes        = array();
        var 
    $tarfile_name      "";
        var 
    $tarfile_path      "";
        var 
    $tarfile_path_name "";
        var 
    $workfiles         = array(); 
    regads

    bosss

  2. #2
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    Those are just error messages. Everything still should work..

    If you want, you could try this.

    You`ll need to edit this file.
    arcade/functions/tar.php

    Change line 98
    Code:
    function tar() {
    to:
    Code:
    public function __construct() {

  3. The Following User Says Thank You to stangger5 For This Useful Post:

    bosss (09-22-2019)

  4. #3
    Game Downloader

    Join Date
    Nov 2012
    Posts
    26
    Thanks
    8
    Thanked 4 Times in 4 Posts
    Now is fine and thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Link Exchange - Affiliates/Friends