Current time: 07-06-2024, 01:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] Install goes fine but web gui doesn't work
Author Message
StevenE Offline
Junior Member
*

Posts: 104
Joined: Feb 2008
Reputation: 0
Post: #4
RE: Install goes fine but web gui doesn't work
had the same problem with my first freebsd installation I'd fixed it just by change the LOGIN_TEMPLATE_PATH in the file to the path where it lays

for me it looks like this:
system-message.php:

// If we are on the login page, path will be like this
// $template = $cfg['LOGIN_TEMPLATE_PATH'].'/system-message.tpl';
$template = '../themes/omega_original/system-message.tpl';

if (!is_file($template)) {
// But if we're inside the panel it will be like this
$template = '../themes/omega_original/system-message.tpl';
}



hope it will help
02-28-2008 09:43 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Install goes fine but web gui doesn't work - StevenE - 02-28-2008 09:43 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)