vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   config.php problems (https://vborg.vbsupport.ru/showthread.php?t=104059)

BradOlsonBemidj 12-30-2005 07:38 PM

config.php problems
 
I have some config.php problems as shown here and I can't get the forum displayed:
What folders do I need to create?

Bradley

Zachery 12-30-2005 07:41 PM

I've removed your link so that you won't be giving away any senstive information.

I highly suggest you redownload vBulletin and reupload it. Also make sure you are editing the .php files with notepad or wordpad.

BradOlsonBemidj 12-30-2005 07:41 PM

I get this error: Configuration: includes/config.php exists, but is not in the 3.5 format. Please convert your config file via the new config.php.new. and I have 3.5.2

Zachery 12-30-2005 07:44 PM

I highly suggest you redownload vBulletin and reupload it. Also make sure you are editing the .php files with notepad or wordpad.

Guest190829 12-30-2005 07:44 PM

Are you editing config.php.new accordingly to work with your database and have the correct settings and then saving it as config.php?

stinger2 12-30-2005 08:00 PM

i am having the same problem.......i edited the file with ultra edit but anything i upload is shown as 0KB file and its empty......not only the config.php

any suggestions??

BradOlsonBemidj 12-30-2005 08:16 PM

Now here's the error: The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

Zachery 12-30-2005 08:21 PM

Please confirm that the values entered in the 'includes/config.php' file are correct.

Scrolls 06-19-2006 12:36 AM

how do i know if they are correct or not?

Guest190829 06-19-2006 01:19 AM

Well if the installation works - then you know it they are correct.

If you are getting an error - that means that what you configured config.php does not match what you specifically have set up on your server.

SCORPION1 06-19-2006 01:56 AM

for starters you need to open the config.php.new if its a fresh install you will find this in you upload/includes folder

Code:

//        ****** DATABASE NAME ******
        //        This is the name of the database where your vBulletin will be located.
        //        This must be created by your webhost.
$config['Database']['dbname'] = 'XXX_XXX';

the xxx_xxx is what ever your data base you have set up on your sever is if you dont know that this is in your sql database here is an example if your data base is set up as forums_forums and the username is pinky_pinky the XXX_XXX will be
fourms_pinky well thats how mine is
are you using cpanel x if so thats how your sever will be set up

secend normal changes is

Code:

//        ****** TECHNICAL EMAIL ADDRESS ******
        //        If any database errors occur, they will be emailed to the address specified here.
        //        Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'blablabla@myeamail.com';

easy just put your email address in place

thrid change

Code:

//        ****** MASTER DATABASE USERNAME & PASSWORD ******
        //        This is the username and password you use to access MySQL.
        //        These must be obtained through your webhost.
$config['MasterServer']['username'] = 'XXX';
$config['MasterServer']['password'] = 'XXX';

where the xxx is you must put your username and password that you use to log into your main sever where you host your site

now that should be all the changes needed all you do now is save the file as config.php you are now changing it from config.php.new and make sure you are save it to the upload/includes folder then just upload everything you need to your sever done!!!!

p.s if you need any help pm me other than that good look m8

G0F0RBR0KE 06-19-2006 04:21 AM

I could help you out with ur issues. I have help out so many members setting up their forums.

You can simply PM me.


All times are GMT. The time now is 05:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02486 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete