FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » upgrading from 1.0
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
upgrading from 1.0 [message #21887] Sat, 25 December 2004 11:11 Go to next message
etsoft is currently offline  etsoft   Netherlands
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 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
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 Go to previous messageGo to next message
etsoft is currently offline  etsoft   Netherlands
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';
?>
Re: upgrading from 1.0 [message #21949 is a reply to message #21889] Tue, 04 January 2005 20:14 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Does the file contain \r characters by any chance?

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Changing PHP and MySQL versions
Next Topic: problem with registering
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Jun 02 01:43:23 GMT 2024

Total time taken to generate the page: 0.03765 seconds