Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4

Thread: errors

  1. #1
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default errors

    Parse error: syntax error, unexpected T_STRING, expecting ')' in /mounted-storage/home10/sub002/sc16051-AGLV/board/sources/ipsclass.php(2039) : eval()'d code on line 553

    Fatal error: Cannot instantiate non-existent class: skin_radio_4 in /mounted-storage/home10/sub002/sc16051-AGLV/board/sources/ipsclass.php on line 2051

    first error:
    PHP Code:
            //--------------------------------
            // APC...
            //--------------------------------
            
            
    else if( function_exists('apc_fetch') AND isset($this->vars['use_apc']) AND $this->vars['use_apc'] == )
            {
                require 
    KERNEL_PATH.'class_cache_apc.php';
                
    $this->cachelib = new cache_lib$this->vars['board_url'] );
            } 
    Second:
    PHP Code:
    //-----------------------------------------
                        // Get template class
                        //-----------------------------------------
                    
                        
    if ( ! is_object$this->work_classes['class_template_engine'] ) )
                        {
                            require_once( 
    KERNEL_PATH 'class_template_engine.php' );
            
                            
    $this->work_classes['class_template_engine'] = new class_template();
                        }
            
                        if( 
    $other_skin )
                        {
                            
    $other_skin $this->work_classes['class_template_engine']->convert_cache_to_eval$other_skin$name.'_'.$id );
                        }
                    }                
                } 

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  2. #2
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Have you been installing and mods?

  3. #3
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    First one:

    PHP Code:
    //--------------------------------
            // APC...
            //--------------------------------
            
            
    else if( function_exists('apc_fetch') AND isset($this->vars['use_apc']) AND ($this->vars['use_apc'] == 1))
            {
                require 
    KERNEL_PATH.'class_cache_apc.php';
                
    $this->cachelib = new cache_lib$this->vars['board_url'] );
            } 

  4. #4
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    thanx blob & ye tom i have

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


Posting Permissions

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