Advertisement:

external users cannot see any theme

Aloittaja ed_huang, huhtikuu 20, 2006, 02:43:57 IP

« edellinen - seuraava »

ed_huang

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

hxxp:redground.no-ip.org/smf_1.7/index.php [nonactive]

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 = 'hxxp:redground.no-ip.org/smf_1.7' [nonactive];;      # 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]

Fizzy

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.
"Reality is merely an illusion, albeit a very persistent one." - A.E.


Advertisement: