Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Aiheen aloitti: ed_huang - huhtikuu 20, 2006, 02:43:57 IP

Otsikko: external users cannot see any theme
Kirjoitti: ed_huang - huhtikuu 20, 2006, 02:43:57 IP
Hi,

my problem is when external users check out my forum it is not showing them ANY theme, jus plain text that is aligned and structured

http://redground.no-ip.org/smf_1.7/index.php

I THINK the problem is it keep trying to contact my server using localhost, if u check out my site u may notice at the bottom of your browser u can its contacting localhost, i tried edting my server settings but that doesn't seem to be the problem... im not sure what i did it wrong, but i know its a simple tiny error that i need to find...

This is the server'd  settings.php file

########## 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 = 'Ok faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!';      # Description of why the forum is in maintenance mode.

########## Forum Info ##########
$mbname = 'FFXI Linkshell Forum';      # The name of your forum.
$language = 'english';      # The default language file set for the forum.
$boardurl = 'http://redground.no-ip.org/smf_1.7';      # URL to your forum's folder. (without the trailing /!)
$webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
$cookiename = 'SMFCookie10';      # Name of the cookie to set for authentication.

########## Database Info ##########
$db_server = 'removed';
$db_name = 'removed';
$db_user = 'removed';
$db_passwd = '*******';
$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 = 'C:\\Program Files\\Apache Group\\Apache2\\htdocs\\smf_1.7';      # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = 'C:\\Program Files\\Apache Group\\Apache2\\htdocs\\smf_1.7/Sources';      # Path to the Sources directory.

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

# Make sure the paths are correct... at least try to fix them.
if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
$boarddir = dirname(__FILE__);
if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
$sourcedir = $boarddir . '/Sources';

?>


[edited out DB details - Fizz]
Otsikko: Re: external users cannot see any theme
Kirjoitti: Fizzy - huhtikuu 20, 2006, 03:03:32 IP
I have edited out your Database connection details - please do not include them in a post ;)
The problem is not related to your Settings.php file

Can you please check your Theme settings in Admin Panel.
Make sure that the theme URL is correct.