Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-26-2015, 01:50 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Install Guide

Is there a guide to be read on the install of this all new vB 5?

Would the root path below be sufficient to run?
Code:
http://www.newattempt.com/core/install/install.php
Thanks.

I have tried install on WAMP, didn't work. I am trying install live, didn't work.

There is something basic I am doing wrong I guess.
config.php files have been renamed and core config.php has been edited.

Cheers.
Reply With Quote
  #2  
Old 07-08-2015, 01:57 PM
d1jsp d1jsp is offline
 
Join Date: Aug 2013
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

5.1.7 is broke in terms of installing from scratch. I'm struggling myself and have done everything right and done all the suggestions from the vb team.
Reply With Quote
  #3  
Old 07-08-2015, 06:19 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Be sure to read the install documentation in the manual and remember sometimes over-editing will result in an failed install attempt. I remember having issues when vB5 first came out but they did clear up some confusion so be sure to check for similar threads on vbulletin.com, your one little oversight/mistake in editing file(s) could have been done by someone else long ago and by reading a few threads where they had a similar issue as yourself, you may end up finding the one little spot where you went wrong .
Reply With Quote
  #4  
Old 07-09-2015, 10:30 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by d1jsp View Post
5.1.7 is broke in terms of installing from scratch. I'm struggling myself and have done everything right and done all the suggestions from the vb team.
Me too. Same here.
Can't get the install to start.

Quote:
Originally Posted by TheLastSuperman View Post
Be sure to read the install documentation in the manual and remember sometimes over-editing will result in an failed install attempt. I remember having issues when vB5 first came out but they did clear up some confusion so be sure to check for similar threads on vbulletin.com, your one little oversight/mistake in editing file(s) could have been done by someone else long ago and by reading a few threads where they had a similar issue as yourself, you may end up finding the one little spot where you went wrong .
Done it a couple of times. I thought I was used to the installation.
I was fairly easy with 4. Just browse to the install and click.
I tried with WAMP also but same result.
I'd given up until this thread came back to life.

Cheers the pair of you.
Reply With Quote
Благодарность от:
TheLastSuperman
  #5  
Old 07-11-2015, 05:16 PM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

However, taking in the lack of response, I would like to pursue the original question.
Is there or isn't there an install guide?

A link might prove conclusive? I will let you know.
Reply With Quote
  #6  
Old 07-15-2015, 10:17 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

5.1.7 is absolutely NOT broken, I'm unsure why people like to put nonsense like this in as if it were fact - it does nothing but confuse and misinform people who are trying to get help.

The official installation guide is here:
https://www.vbulletin.com/docs/html/install

I have written my own basic instructions:

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.
Reply With Quote
  #7  
Old 07-16-2015, 01:35 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Done all of that several times, still nothing. Not sure what I am doing wrong as I have done it before with 4.
Not to worry, I will take it to someone that has a clearer head than I do.
Got me beat!

Thanks anyway.
Reply With Quote
  #8  
Old 07-16-2015, 03:12 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the problem? Have you put in a ticket - we usually help with installations even if you don't have ticket support.
Reply With Quote
  #9  
Old 07-16-2015, 04:36 AM
DemOnstar's Avatar
DemOnstar DemOnstar is offline
 
Join Date: Dec 2012
Posts: 859
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have not put a ticket in yet. I will see my friend thinks of it.
The main problem is I cannot browse to the folder.

Not sure what is going on. Perhaps I have just forgotten the procedure since I haven't played for a while.

Code:
localhost/vb/core/install/install.php
I tried the above using WAMP.
I even pulled down the existing website, uploaded all the files, changed both config files and same result. Looking at the ht access file now. Maybe it is that?

Thanks.
Reply With Quote
  #10  
Old 07-16-2015, 05:59 AM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to use the default htaccess file, without any changes.

What error do you get when you try to browse to the install file?
Reply With Quote
Reply


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 09:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06429 seconds
  • Memory Usage 2,279KB
  • 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
  • (2)bbcode_code
  • (2)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
  • (2)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
  • (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_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