Announcement

Collapse
No announcement yet.

OK I give up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Super Cat
    replied
    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.

    Leave a comment:


  • Wayne Luke
    replied
    Originally posted by Super Cat View Post
    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
    It is working. There are several issues open on stylevars though.

    Leave a comment:


  • Super Cat
    replied
    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:


  • Wayne Luke
    replied
    Originally posted by Super Cat View Post
    The end of where. system Path?
    // ****** 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';

    should have /core at the end of that path.

    Leave a comment:


  • Super Cat
    replied
    That was it Zachery. Thank You
    Last edited by Super Cat; Mon 24 Sep '12, 4:51pm.

    Leave a comment:


  • Zachery
    replied
    Your presentation config doesn't have the core folder on the end.

    Leave a comment:


  • Super Cat
    replied
    Exactly what are we talking about? phpinfo output?

    - - - Updated - - -

    Originally posted by Lynne View Post
    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?
    Yes that the presentation. Didn't if it is wise to post core config. If it is I will post it. Yes I have htaccess in the directory

    Leave a comment:


  • Lynne
    replied
    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:


  • Wayne Luke
    replied
    What is the output of your phpinfo()?

    Leave a comment:


  • Super Cat
    replied
    Originally posted by Wayne Luke View Post
    Not 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.
    The 4.1.10 was a FTP cache problem.

    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:


  • Wayne Luke
    replied
    Originally posted by Super Cat View Post
    I 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
    Not 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.

    Leave a comment:


  • Super Cat
    replied
    hopefully you got them. PM's not shown in sent folder

    Leave a comment:


  • Merjawy
    replied
    Sure you can.

    Leave a comment:


  • Super Cat
    replied
    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:


  • Ace
    replied
    PHP Code:
    $config['core_path'] = '/path/to/vbulletin/core/folder'
    That's not correct. It needs to be the actual path to the folder.

    eg: /home/public_html/vb5/core

    Leave a comment:

Related Topics

Collapse

Working...
X