SMF Support > Install and Upgrade Help

Parse error - T_CONSTANT_ENCAPSED_STRING

<< < (2/2)

morpheus2008:

--- Quote ---<?php
/******************************************************************************
* Settings.php                                                                *
*******************************************************************************
* SMF: Simple Machines Forum                                                  *
* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com)                *
* =========================================================================== *
* Software Version:           SMF 1.0 Beta 5 Public                           *
* Software by:                Simple Machines (http://www.simplemachines.org) *
* Copyright 2001-2004 by:     Lewis Media (http://www.lewismedia.com)         *
* Support, News, Updates at:  http://www.simplemachines.org                   *
*******************************************************************************
* This program is free software; you may redistribute it and/or modify it     *
* under the terms of the provided license as published by Lewis Media.        *
*                                                                             *
* This program is distributed in the hope that it is and will be useful,      *
* but WITHOUT ANY WARRANTIES; without even any implied warranty of            *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                        *
*                                                                             *
* See the "license.txt" file for details of the Simple Machines license.      *
* The latest version can always be found at http://www.simplemachines.org.    *
******************************************************************************/

########## Maintenance ##########
# Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.
$maintenance = 0;      # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
$mtitle = 'Maintenance Mode';      # Title for the Maintenance Mode message.
$mmessage = 'The Board Is closed for upgrading.  It will be open later on new years dayThanks';

Thanks';      # Description of why the forum is in maintenance mode.

########## Forum Info ##########
$mbname = 'My Forum';      # The name of your forum.
$language = 'english';      # The default language file set for the forum.
$boardurl = 'http://smf.myforum.com';      # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'me@home.com';      # Email address to send emails from. (like noreply@yourdomain.com.)
$cookiename = 'SMFCookie10';      # Name of the cookie to set for authentication.

########## Database Info ##########
$db_server = 'localhost';
$db_name = 'blah_blah';
$db_user = 'blah_blah';
$db_passwd = 'blah_blah';
$db_prefix = 'smf_';
$db_persist = 0;
$db_error_send = 1;

########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/home/smf/domains/smf.myforum.com/public_html';      # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/home/smf/domains/smf.myforum.com/public_html/Sources';      # Path to the Sources directory.

########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 1085898002;


$guestaccess = 1;
?>
--- End quote ---

[Unknown]:
Find:


--- Code: ---$mmessage = 'The Board Is closed for upgrading.  It will be open later on new years dayThanks';

Thanks';      # Description of why the forum is in maintenance mode.
--- End code ---

Change to:


--- Code: ---$mmessage = 'The Board Is closed for upgrading.  It will be open later on new years dayThanks';      # Description of why the forum is in maintenance mode.
--- End code ---

-[Unknown]

morpheus2008:
Thanks Unknown - tha fixed it!

Navigation

[0] Message Index

[*] Previous page

Go to full version