pro1kuro2
Новичок
Ошибка при входе в админку
Здравствуйте!
При входе в админку пишет ошибку:
Parse error: syntax error, unexpected ';', expecting T_PAAMAYIM_NEKUDOTAYIM in /home/users/p/pro1kuror2/domains/cpin.ru/administrator/index.php on line 150
Не подскажите в чём здесь ошибка?
Строка 150 в index.php:
$params =& new mosParameters( $my->params, $file, 'component' );
// check if site designated as a production site
// for a demo site disallow expired page functionality
if ( $_VERSION->SITE == 1 && @$mosConfig_admin_expired === '1' ) {
$file = $mainframe->getPath( 'com_xml', 'com_users' );
$params =& new mosParameters( $my->params, $file, 'component' );
$now = time();
// expired page functionality handling
$expired = $params->def( 'expired', '' );
$expired_time = $params->def( 'expired_time', '' );
Здравствуйте!
При входе в админку пишет ошибку:
Parse error: syntax error, unexpected ';', expecting T_PAAMAYIM_NEKUDOTAYIM in /home/users/p/pro1kuror2/domains/cpin.ru/administrator/index.php on line 150
Не подскажите в чём здесь ошибка?
Строка 150 в index.php:
$params =& new mosParameters( $my->params, $file, 'component' );
// check if site designated as a production site
// for a demo site disallow expired page functionality
if ( $_VERSION->SITE == 1 && @$mosConfig_admin_expired === '1' ) {
$file = $mainframe->getPath( 'com_xml', 'com_users' );
$params =& new mosParameters( $my->params, $file, 'component' );
$now = time();
// expired page functionality handling
$expired = $params->def( 'expired', '' );
$expired_time = $params->def( 'expired_time', '' );