Announcement
Collapse
No announcement yet.
Nothing happens at /core/install/install.php
Collapse
X
-
Originally posted by rossgeorge View PostWhen I open the URL, I see this:
<?php /*========================================================================*\ || ###################################################################### || || # vBulletin 5.1.8 - Licence Number x || # ------------------------------------------------------------------ # || || # Copyright 2000-2015 vBulletin Solutions Inc. All Rights Reserved. # || || # 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 # || || ###################################################################### || \*========================================================================*/ // ######################## SET PHP ENVIRONMENT ########################### error_reporting(E_ALL); define('VB_AREA', 'Install'); define('VBINSTALL', true); define('VB_ENTRY', 'install.php'); if ( (!isset($_REQUEST['version']) OR in_array($_REQUEST['version'], array('', 'install'))) AND (!isset($_REQUEST['step']) OR $_REQUEST['step'] <= 2) ) { define('SKIPDB', true); } require_once('./upgrade.php'); /*=========================================================================*\ || ####################################################################### || # Downloaded: 22:51, Tue Aug 11th 2015 || # CVS: $RCSfile$ - $Revision: 83435 $ || ####################################################################### \*=========================================================================*/
This would mean that PHP isn't being parsed by the server.
However I see you have it installed currently though the URLs in the AdminCP seem to be incorrect.. Settings -> Options -> Site Name / URL / Contact Details.
Leave a comment:
-
I visited the URL and got the Customer Number input box. It appears as though the issue is resolved.
Leave a comment:
-
When I open the URL, I see this:
<?php /*========================================================================*\ || ###################################################################### || || # vBulletin 5.1.8 - Licence Number x || # ------------------------------------------------------------------ # || || # Copyright 2000-2015 vBulletin Solutions Inc. All Rights Reserved. # || || # 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 # || || ###################################################################### || \*========================================================================*/ // ######################## SET PHP ENVIRONMENT ########################### error_reporting(E_ALL); define('VB_AREA', 'Install'); define('VBINSTALL', true); define('VB_ENTRY', 'install.php'); if ( (!isset($_REQUEST['version']) OR in_array($_REQUEST['version'], array('', 'install'))) AND (!isset($_REQUEST['step']) OR $_REQUEST['step'] <= 2) ) { define('SKIPDB', true); } require_once('./upgrade.php'); /*=========================================================================*\ || ####################################################################### || # Downloaded: 22:51, Tue Aug 11th 2015 || # CVS: $RCSfile$ - $Revision: 83435 $ || ####################################################################### \*=========================================================================*/
Leave a comment:
-
Nothing happens at /core/install/install.php
Hi all,
Purchased vBulletin 5 Connect and
I have transferred all of the files from the zip to my database via FileZilla.
I have edited config.php within the includes folder.
The permissions look ok. I created the database and took care of everything in cpanel of bluehost.
When I go to the install file http://getrealsocial.com/core/install/install.php (also tried without the 'core', I simply get a blank screen (with the VBulletin favicon so I know something has happened!).
Any help much appreciated.
Thanks,
RossTags: None
Related Topics
Collapse
-
by garabedyI am working on a clean install of vbulliten 5. When attempting to run install.php, I get the following page. What am I doing wrong?
<?php /*======================================================================*\...-
Channel: Support Issues & Questions
Tue 11 Jun '13, 7:31am -
-
by SnakkeI'm installing vBulletin 5 on my server these days. Or atleast I'm really trying to.
So I download the .zip. I upload it to the server. I unzip it, take away the folder not to be uploaded and enter...-
Channel: vBulletin 5 Installs & Upgrades
Tue 6 Nov '12, 12:28pm -
-
by abramsorI'm a bit stymied about what to do. I've downloaded the files, changed the config.php to reflect my database server and database and once I begin an install, it goes to step one and hangs indefinitely....1 Photo
-
Channel: vBulletin 5 Installs & Upgrades
Sat 31 Aug '13, 9:33am -
-
by JohnPBeeI've never had this happen before with vB installation but I can't seem to get past the initial configuration stage of the installation process.
Upload all files, default folders, run install.php...-
Channel: Support Issues & Questions
Thu 6 Jul '17, 4:04am -
-
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, 6:20am -
Leave a comment: