if (!defined("XOOPS_MAINFILE_INCLUDED")) {
define("XOOPS_MAINFILE_INCLUDED", 1);
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/usr/local/www/xoops');
define('XOOPS_ROOT_PATH', '/usr/local/www/xoops');
2行追加します(31、32行、上はコメントです)。
if (!defined("XOOPS_MAINFILE_INCLUDED")) {
define("XOOPS_MAINFILE_INCLUDED", 1);
// Alrady fixed length of users table pass column of this DB (Auto inserts by X-update)
define('XCUBE_CORE_USER_PASS_LEN_FIXED', true);
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/usr/local/www/xoops');
define('XOOPS_ROOT_PATH', '/usr/local/www/xoops');