Вы не вошли.
Страницы: 1
Добрый день!
Требуется помощь с настройкой совместимости CMS Donate engine с Xenforo 1.5.11
Настройки CMS (версия последняя)
<?php
/*
/ This file is part of the CMS Donate Engine package.
/ @copyright (c) ltd VPN BY <cmsminecraftshop.com>
/ For full copyright and license information, please see
/ the install\docs\license_ru.txt file.
*/
if(!defined('IN_VPN')) exit;
@date_default_timezone_set('Europe/Moscow');
@error_reporting(E_ALL &~ E_DEPRECATED);
@ini_set('display_errors', 1);
$hostname = 'localhost';
$port = '3306';
$bd_user = 'web';
$bd_password = '***';
$database = 'www';
$table_prefix = 'ms_';
$mconf = array(
'icq' => '',
'skype' => '',
'ucp' => 'index.php?account/personal-details',
'upm' => 'http://forum.ge-craft.ru/index.php?conversations/',
'reg' => 'http://forum.ge-craft.ru/index.php?register/',
'spsw' => 'http://forum.ge-craft.ru/index.php?lost-password/',
'fn' => '/',
'fs' => '/admin/',
'uprl' => '/?redirectuser=',
'prof' => '',
'logs' => 'true',
'session' => 'file',
'db' => 'mysqli',
'charset' => 'utf8',
);
$uau = array(
'path' => '/home/admin/web/forum',
'host' => 'localhost',
'port' => '3306',
'user' => 'web',
'pass' => '***',
'db' => 'forum',
'table' => 'xf_user',
'id' => 'user_id',
'salt' => 'xf_user_authenticate',
'cms' => 'XENFORO',
'cuser' => 'username',
'cpass' => 'data',
'pm' => 'alerts_unread',
'posts' => 'message_count',
'mail' => 'email',
'ip' => 'ip',
'time' => 'time',
'visit' => '',
'steam' => '',
'avatar' => '',
);
@define('INSTALL', true);
Вроде бы как всё верно.
Пытаемся зайти на сайт и нас перекидывает на главную. На форум входит великолепно. Сделал тестовую учетку.
Тестовый сайт:
Тестовый форум:
Учетная запись для тестирования:
Логин: test
Пароль: 123456
Извиняюсь за ссылки.
Отредактировано wolfys33 (06-01-2018 20:44:15)
Вне форума
Из обновления замените файл shop/includes/session_file.php. Протестировал, должно теперь работать.
Вне форума
Страницы: 1