Announcement
Collapse
No announcement yet.
OK I give up
Collapse
X
-
Nothing has worked yet. Now the front end edits work but header and body doesn't work at least not in new style. I'll keep playing. This may take forever to learn. wow.
-
Originally posted by Super Cat View PostGot it. Is the style manager working in the beta? Can't seem to change the style. It shows I am when in styles var, but it isn't showing on page
Leave a comment:
-
Got it. Is the style manager working in the beta? Can't seem to change the style. It shows I am when in styles var, but it isn't showing on page
Leave a comment:
-
Originally posted by Super Cat View PostThe end of where. system Path?
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = '/home1/bengalsj/public_html/sweetamericandream';
should have /core at the end of that path.
Leave a comment:
-
Exactly what are we talking about? phpinfo output?
- - - Updated - - -
Originally posted by Lynne View PostThat's only one of the config files - what is in the other? And, do you have any .htaccess in your directory or any directory 'above' this one?
Leave a comment:
-
That's only one of the config files - what is in the other? And, do you have any .htaccess in your directory or any directory 'above' this one?
Leave a comment:
-
Originally posted by Wayne Luke View PostNot really sure what you mean here. Even then your 4.1.10 includes/config.php should work when placed in your /core/includes directory. The file hasn't really changed much.
If you're talking about the database version, that is different from anything in a config.php file. You'll need to make sure you're pointing to the proper database and run the upgrade scripts. For a clean installation, make sure you're using an empty database.
But still running into trouble. Worked with Merjawy 3 hours last night and couldn't find problem. I called it off and deleted database and started everything new. As far as I can tell the config.php files are right. Used the server.php to make sure I had right path. Went through install and everything seem to be fine until I click on go to Admincp. Then I just get a HTTP 500 internal server error. MySQL is 5.1.65 My PHP is 5.4.6
Here is Presentation config.
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 5 Presentation Configuration # ||
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is 2000-2012 vBulletin Solutions Inc. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| When making changes to the file, the edit should always |
| be to the right of the = sign between the single quotes |
| Default: $config['admincpdir'] = 'admincp'; |
| Example: $config['admincpdir'] = 'myadmin'; GOOD! |
| Example: $config['myadmin'] = 'admincp'; BAD! |
\*-------------------------------------------------------*/
// ****** Base URLs ******
// The following settings all deal with the url of your forum.
// If set incorrectly your site/software will not function correctly.
// These urls should NOT include a trailing slash
// This is the url and web path of your root vBulletin directory
$config['baseurl'] = 'http://sweetamericandream.com';
// This is the url and web based path to your core directory
$config['baseurl_core'] = 'http://sweetamericandream.com/core';
// This will only be used if you wish to require https logins
// You will not need to change this setting most of the time.
$config['baseurl_login'] = $config['baseurl'];
// If you do wish to use https for login, uncomment this line
// Then fill in your https url.
//$config['baseurl_login'] = 'https://www.yourdomain.com/folder';
// ****** System Paths ******
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = '/home1/bengalsj/public_html/sweetamericandream';
// This setting allows you to change the name of the admin folder
$config['admincpdir'] = 'admincp';
// ****** Cookie Settings ******
// These are cookie related settings.
// This Setting allows you to change the cookie prefix
$config['cookie_prefix'] = 'bb';
// You can ignore this setting for right now.
$config['cookie_enabled'] = true;
// ****** API Settings ******
// These are for the vB5 API. You will not normally ever need to edit them.
// Specifies whether the API is in the same host.
$config['collapsed'] = true;
// If the API is on an external host, you'll need to enter its information here
// Chances are this will not ever be true for most people, do not edit.
if (!$config['collapsed'])
{
$config['api_host'] = '';
$config['api_client'] = '';
$config['api_client_version'] = '';
$config['api_platform'] = '';
$config['api_platform_version'] = '';
$config['api_key'] = '';
}
// ****** Special Settings ******
// These settings are only used in some circumstances
// Please do not edit if you are not sure what they do.
$config['report_all_php_errors'] = false;
$config['no_template_notices'] = true;
// This setting enables debug mode, it should NEVER be used on a live site
$config['debug'] = false;
/*======================================================================*\
|| ####################################################################
|| # Downloaded:
|| # CVS: $RCSfile$ -
|| ####################################################################
\*======================================================================*/
Leave a comment:
-
Originally posted by Super Cat View PostI was upgrading then I seen I had to install and delete old files. I deleted all files and the config.php keeps coming up 4.1.10. I've deleted everything and downloaded everything 3 times from members area trying to make sure I'm not mixing files
If you're talking about the database version, that is different from anything in a config.php file. You'll need to make sure you're pointing to the proper database and run the upgrade scripts. For a clean installation, make sure you're using an empty database.
Leave a comment:
-
Uploaded server.php and pasted that into path and still no solution. Can I PM both configs to one of you. Got a filling it is my core config because I changed that path several times.
Leave a comment:
-
PHP Code:$config['core_path'] = '/path/to/vbulletin/core/folder';
eg: /home/public_html/vb5/core
Leave a comment:
Related Topics
Collapse
-
by abarthspeedHey Guys,
I'm sure this is pretty obvious to most, but I am a vBulletin newby. VB5 connect is my first use of vBulletin or any forum for that matter.
I have had absolutely no...-
Channel: Support Issues & Questions
Tue 16 Apr '13, 10:37am -
-
by MRMRacingI'm trying to upgrade, has tried several times with same result. PhP is 5.4.1. I have deleted all files from the 3.x.x, uploaded the new files (deleted the install.php). Run the upgrade.php scrip, makeconfig.pgp...
-
Channel: vBulletin 5 Installs & Upgrades
Wed 30 Dec '15, 6:41am -
-
The company I work for runs a very large forum using version 4.1.10. I've been given the task of upgrading to the new 5.0.5 version of the software. The guy that used to do all the vbulletin installs...
-
Channel: vBulletin 5 Installs & Upgrades
Wed 27 Nov '13, 12:33pm -
-
by ndoktoruserHello vBulletin team and forum members,
I have followed the steps of how to upgrade vBulletin 5 Connect, but when I try to access the page upgrade.php, I get a redirection error:
...-
Channel: vBulletin 5 Installs & Upgrades
Wed 26 Aug '15, 5:20am -
-
by ProphetMWOkay just to start out, I used vbulletin in the past so I'm not someone entirely new to the system and I have looked around and tried to understand why the problem I have exists before posting about it...
-
Channel: Support Issues & Questions
Sat 14 Mar '15, 1:22am -
Leave a comment: