upgrading from 1.0 [message #21887] |
Sat, 25 December 2004 11:11 |
etsoft
Messages: 2 Registered: December 2004
Karma: 0
|
Junior Member |
|
|
Can this be done directly with the 2.6 upgrade script ??
thnaks in advance
Erwin
|
|
|
Re: upgrading from 1.0 [message #21888 is a reply to message #21887] |
Sat, 25 December 2004 15:57 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
No, for such an old version you need to first uprade to 1.2.8, from 1.2.8 to 2.0.2 and from there you can already upgrade to the latest version. All relavent upgrade scripts can be found on the downloads page.
FUDforum Core Developer
|
|
|
Re: upgrading from 1.0 [message #21889 is a reply to message #21887] |
Sat, 25 December 2004 18:32 |
etsoft
Messages: 2 Registered: December 2004
Karma: 0
|
Junior Member |
|
|
at the first step i'm getting an error that the GLOBALS.php file not valid is.
I'm posting it here without the server things :
<?php
/************************************************************************** *
* GLOBALS.php
* -------------------
* begin : Tue Jan 8 00:20:19 UTC 2002
* copyright : (C) 2001,2002 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
*
*************************************************************************** *
*************************************************************************** *
*
* FUDforum version 1.0, Copyright (C) 2001,2002 Advanced Internet Designs Inc.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* Copy of the GNU General Public License can be found at
* http://www.prohost.org/GPL.txt
*
*************************************************************************** /
?>
<?php
if ( defined('_GLOBALS_INC_') ) return; else define('_GLOBALS_INC_', 1);
if ( strstr($GLOBALS['HTTP_SERVER_VARS']['REQUEST_URI'], 'GLOBALS.php') ) {
exit();
}
/* For Explanation of the options listed, read GLOBALS_HELP */
$INCLUDE = "/www/htdocs/hvv/forum/include/";
$WWW_ROOT = "http://www.hvv24.nl/forum/";
$ERROR_PATH = "/www/htdocs/hvv/forum/errors/";
$MSG_STORE_DIR = "/www/htdocs/hvv/forum/messages/";
$TMP = "/www/htdocs/hvv/forum/tmp/";
$FILE_STORE = "/www/htdocs/hvv/forum/files/";
$IMG_ROOT_WWW = "images/";
$IMG_ROOT_DISK = "/www/htdocs/hvv/forum/images/";
$FORUM_ICON_DIR = "forum_icons/";
$MESSAGE_ICON_DIR = "message_icons/";
$SMILEY_DIR = "smiley_icons/";
$AVATAR_DIR = "avatars/";
$MOGRIFY_BIN = "";
$USER_SETTINGS_PATH = "/www/htdocs/hvv/forum/user_settings/";
$FORUM_SETTINGS_PATH = "/www/htdocs/hvv/forum/settings/";
$CUSTOM_AVATARS = "BOTH"; /* enum(OFF, URL, UPLOAD, BOTH) */
$CUSTOM_AVATAR_DIR = "custom_avatars/";
$CUSTOM_AVATAR_MAX_SIZE = 10000; /* bytes */
$CUSTOM_AVATAR_MAX_DIM = "64x64"; /* width x height in pixels */
$COOKIE_PATH = "/forum/";
$COOKIE_DOMAIN = ".hvv24.nl";
$COOKIE_NAME = "fud_session_1013427788";
$COOKIE_TIMEOUT = "604800"; /* seconds */
$SESSION_TIMEOUT = "1800"; /* seconds */
$MYSQL_SERVER = "";
$MYSQL_LOGIN = ";
$MYSQL_PASSWORD = "";
$MYSQL_DB = "hvv";
$MYSQL_PERSIST = "Y"; /* boolean */
$ADMIN_EMAIL = "e(dot)traas(at)hccnet(dot)nl";
$PM_ENABLED = "N"; /* boolean */
$PRIVATE_ATTACHMENTS = "5"; /* int */
$PRIVATE_ATTACH_SIZE = "1000000"; /* bytes */
$PRIVATE_TAGS = "ML"; /* toggle N:ML:HTML */
$PRIVATE_MSG_SMILEY = "Y"; /* boolean */
$PRIVATE_IMAGES = "N"; /* boolean */
$ALLOW_SIGS = "Y"; /* boolean */
$FORUM_CODE_SIG = "ML"; /* toggle N:ML:HTML */
$FORUM_SML_SIG = "Y"; /* boolean */
$FORUM_IMG_SIG = "N"; /* boolean */
$FORUM_ENABLED = "Y"; /* boolean */
$ALLOW_REGISTRATION = "Y"; /* boolean */
$EMAIL_CONFIRMATION = "N"; /* boolean */
$SPELL_CHECK_ENABLED = "N"; /* boolean */
$PUBLIC_RESOLVE_HOST = "N"; /* boolean */
$ACTION_LIST_ENABLED = "N"; /* boolean */
$DISABLED_REASON = "Tijdelijk buiten bedrijf ... info of vragen via update(at)hvv24(dot)nl ...";
$COPPA = "Y"; /* boolean */
$POSTS_PER_PAGE = "40";
$THREADS_PER_PAGE = "40";
$DEFAULT_THREAD_VIEW = "msg"; /* toggle msg:tree */
$WORD_WRAP = "50";
$NOTIFY_FROM = "";
$ANON_NICK = "Anonymous Coward";
$FLOOD_CHECK_TIME = "10"; /* seconds */
$ALLOW_EMAIL = "N"; /* boolean */
$SERVER_TZ = "Australia/Sydney";
$DATE_FORMAT = "D, d F Y";
$TIME_FORMAT = "G:i ";
$FORUM_SEARCH = "Y"; /* boolean */
$MEMBER_SEARCH_ENABLED = "Y"; /* boolean */
$MEMBERS_PER_PAGE = "40";
$THREAD_MSG_PAGER = "5";
$GENERAL_PAGER_COUNT = "15";
$SHOW_EDITED_BY = "Y"; /* boolean */
$EDITED_BY_MOD = "Y"; /* boolean */
$EDIT_TIME_LIMIT = "0";
$DISPLAY_IP = "N"; /* boolean */
$LOGEDIN_TIMEOUT = "5"; /* minutes */
$MAX_IMAGE_COUNT = "10";
$DEFAULT_THREAD_AGE = "300"; /* days */
$LOGEDIN_LIST = "Y"; /* boolean */
$ADMIN_STATS = "N"; /* boolean */
$FORUM_TITLE = "HVV'24 Hulst";
$ENABLE_TOOL_TIPS = "N"; /* boolean */
$ENABLE_TOOL_TIPS_AN = "N"; /* boolean */
$SITE_HOME_PAGE = "";
$MAX_LOGIN_SHOW = "25";
$MAX_LOCATION_SHOW = "25";
$FORUM_INFO = "N"; /* boolean */
$ONLINE_OFFLINE_STATUS = "Y"; /* boolean */
/* ----------------------------------------------------------------------
* DO NOT EDIT FILE BEYOND THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING
*/
/*$EOF$*/
$GLOBALS['__GLOBALS.INC__'] = $GLOBALS["INCLUDE"].'GLOBALS.php';
include_once $GLOBALS["INCLUDE"].'core.inc';
?>
|
|
|
|