Jump to content

Featured Replies

Posted
comment_151577

Parse error: syntax error, unexpected '.' in /home/u848646618/public_html/system/Theme/Dev/Template.php on line 171

IPS 4.3.5

  • Author
comment_151578

 

    ob_start();
        $function = 'IPS\\Theme\\'.$functionName;
        $return = $function( ...$params );
        if( $error = ob_get_clean() )
        {
            echo "<strong>{$functionName}</strong><br>{$error}<br><br><pre>{$output}";
            exit;
        }

        /* Return */
        return $return;
    }
}

  • Author
comment_151582

Да, при заходе на сайт даже не устанавливал его, выдает ошибку эту

 

  • Author
comment_151599

Спасибо тебе за помощь.
Разжевал все как маленьком :-)

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.