Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Keeps pointing to localhost despite settings.php being correct
Hi there,
I'm having some trouble with my forum configuration. I'm using the latest build, 1.1.8. Once a user logs in all the tabs on the page to Discussion, Categories, Search etc. all point to localhost. Here are my settings.php variables:
$Configuration['SETUP_TEST'] = '1';
$Configuration['APPLICATION_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/';
$Configuration['DATABASE_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/conf/database.php';
$Configuration['LIBRARY_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/library/';
$Configuration['EXTENSIONS_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/extensions/';
$Configuration['LANGUAGES_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/languages/';
$Configuration['THEME_PATH'] = '/nfs/c04/h04/mnt/68129/domains/chriscraft.com/html/themes/ChrisCraft/';
$Configuration['DEFAULT_STYLE'] = '/themes/ChrisCraft/styles/default/';
$Configuration['WEB_ROOT'] = '/';
$Configuration['BASE_URL'] = 'http://www.chriscraft.com/';
$Configuration['HTTP_METHOD'] = 'html';
$Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://www.chriscraft.com/';
$Configuration['SUPPORT_EMAIL'] = '';
$Configuration['SUPPORT_NAME'] = '';
$Configuration['APPLICATION_TITLE'] = 'Chris Craft';
$Configuration['BANNER_TITLE'] = 'Chris Craft';
$Configuration['COOKIE_DOMAIN'] = 'www.chriscraft.com';
It's very weird. I've already changed the HTTP_METHOD variable as I've seen on other threads in this forum. I can't seem to find recommendations for this fix anywhere on this support forum either.
Thanks.
0
Comments
Sorry
Edit: Unless you entered some of you details in wrong, that may be the problem.
.htaccess
file and see if there's anything there referencinglocalhost
. It's a hidden file so it may be difficult to open (you won't see it in typical file browsers).If this file doesn't exist or is empty, that is okay.
If you still have a problem, switch back to the default theme and see if the problem persists.
if not, then I don't know... :S