Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-23-2016, 08:29 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vBulletin 5 Configuration Builder

Hello. Went to upload today and got this little novelty.



In the case of 'Warning backend already exists.' what are we supposed to do? Do we delete it?
Since I am familiar with the config.php edits, I just went ahead and did them myself as normal.

Another question:

Quote:
Database Server Name:
The server name of your database server
Not sure what this means. . . .

I will press ahead by uploading an un-edited config.php. i.e. the default one and see what happens from there.

Any assistance would be appreciated. If not only for myself but anyone else with a similar issue.

Thanks. .
Attached Images
File Type: png backend.PNG (26.7 KB, 0 views)
Reply With Quote
  #2  
Old 01-23-2016, 11:53 AM
Hectorsky's Avatar
Hectorsky Hectorsky is offline
 
Join Date: Mar 2015
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got same issue when I did new install , and I just created new forum directory , and than I upload files there, and it was work ,,, I think because of config.php or something like this.
Reply With Quote
  #3  
Old 01-23-2016, 12:28 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by faustvasea97 View Post
I got same issue when I did new install , and I just created new forum directory , and than I upload files there, and it was work ,,, I think because of config.php or something like this.
Tried that and it didn't work. . .
I am just wondering why they don't include a 'SKIP' option for those that have already created their config.php.

I still have it up on a live site and can't get past the first stage.

It was obviously created to make the installation easier. .

Is there anyway to bypass this?
Reply With Quote
  #4  
Old 01-23-2016, 02:37 PM
Hectorsky's Avatar
Hectorsky Hectorsky is offline
 
Join Date: Mar 2015
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DemOnstar View Post
Tried that and it didn't work. . .
I am just wondering why they don't include a 'SKIP' option for those that have already created their config.php.

I still have it up on a live site and can't get past the first stage.

It was obviously created to make the installation easier. .

Is there anyway to bypass this?
IDK , as I was lost my database and install it from fresh database and new directory of forum it was work fine for me . Ask on vb.com
Reply With Quote
  #5  
Old 01-23-2016, 02:49 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by faustvasea97 View Post
it was work fine for me . Ask on vb.com
Good to hear it. . . .

Well done!
Reply With Quote
  #6  
Old 01-24-2016, 08:16 AM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to populate the fields with the requested data, OR populate /core/includes/config.php manually.

Database server means the server where the MySQL database you're using is stored. This is most often 'localhost', however some hosts use a separate server and you'll need the URL. Only your host can advise what to use here.

Below are the install instructions I always give out for installing vB5:

Quote:
1. Download the newest vB5 release from the members' area. https://members.vbulletin.com

2. Unzip the files and go to the "upload" folder.

3. You need to rename this file:

/config.php.bkp

To:

/config.php

Then, you need to rename this file:

/core/includes/config.php.new

To:

/core/includes/config.php

Then, in that file, you need to complete the following fields:

$config['Database']['dbname'] = 'forum';
Change forum to whatever your database name is.

$config['Database']['technicalemail'] = 'dbmaster@example.com';
Change the email address to your own.

$config['MasterServer']['username'] = 'root';
Change root to the database username

$config['MasterServer']['password'] = '';
Enter the database password inside the '' marks.

All other fields should be left as default, unless your database is on a separate server, in which case this will need changing:

$config['MasterServer']['servername'] = 'localhost';

4. Upload all files to your server/webspace/whatever and browse to yourforumpath.com/core/install/install.php.

5. Enter your customer number and the installation will proceed.

6. Delete the /core/install directory after the installation has finished.
Reply With Quote
  #7  
Old 01-24-2016, 02:18 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DemOnstar View Post
Since I am familiar with the config.php edits, I just went ahead and did them myself as normal.
I did that already. That is what I meant when I talked of the 'SKIP' option being included on the form.

Quote:
Originally Posted by Mark.B View Post

3. You need to rename this file:

/config.php.bkp

To:

/config.php
This is the only thing I didn't do as of yet. . .

Cheers. . .Might have cracked it with that one.

--------------- Added [DATE]1453653120[/DATE] at [TIME]1453653120[/TIME] ---------------

Quote:
Originally Posted by DemOnstar View Post
I did that already. That is what I meant when I talked of the 'SKIP' option being included on the form.



This is the only thing I didn't do as of yet. . .

Cheers. . .Might have cracked it with that one.
Correction: We have a new direction today. .

Warning: file_get_contents(): Filename cannot be empty in ...\install\makeconfig.php on line 245 Error - Could not open frontend config file.
Reply With Quote
  #8  
Old 01-24-2016, 06:16 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That means the front end config file is either not present, not named correctly, or in the wrong location. It needs to be in the root of your forum folder.
Reply With Quote
Благодарность от:
MarkFL
  #9  
Old 01-24-2016, 08:01 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
That means the front end config file is either not present, not named correctly, or in the wrong location. It needs to be in the root of your forum folder.
Well thanks for your patience but I have lost mine. ho ho Enough for tonight.

I have done everything that has been suggested here. I have installed 5.1.7 no problem, 5.1.8 and all the way up to 5.1.10 with no problem and all with manual config edits. How great I am.

Now, the first time I meet this auto configure thing and it all goes tits up. . .

What a beautiful thing. . . . How many years now?

I will endeavour to try it again tomorrow when the pain of today and yesterday and the day before has gone. . .

Thanks for the assist but somethings up. . .

Back later. .
Reply With Quote
  #10  
Old 01-24-2016, 11:19 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works, I have installed hundreds and hundreds of vB5 forums using exactly those instructions.

If you are still struggling it may be worth raising a support ticket and asking for it to be assigned to me. I'll obviously need all your server ftp credentials. Pretty sure we can get it working.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:44 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.04652 seconds
  • Memory Usage 2,284KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete