Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-13-2012, 02:51 PM
pportuese pportuese is offline
 
Join Date: Jul 2010
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can't access install/install.php

Can't get this open, I have filezilla open and connected, I changed the name of my upload folder to forums
Entered in the web address mysite.com/forums/install/install.php and it acts like it's not there at all. And yes I used my actual domain and not 'mysite' lol
I also changed the config.php file. It won't even open mysite.com/forums
It's hosted by GoDaddy and I don't have a public html folder, only folders I have are
_db_backups
cgi
Stats

So I dragged my forum folder to the root directory.


Edit: More info.
Reuploaded it all and still nothing.
If I copy/paste the URL from filezilla
with ftp://IPaddress/forums/install then the folder opens, but if I take off the ftp it doesn't open. So I click on install and I get a bunch of text


<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.1.9 Patch Level 1 - Licence Number EDITED
|| # ---------------------------------------------------------------- # ||
|| # Copyright ?2000-2012 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 & ~E_NOTICE);

define('VB_AREA', 'Install');
define('VBINSTALL', true);
define('VB_ENTRY', 'install.php');

if (in_array($_REQUEST['version'], array('', 'install')) AND (!$_REQUEST['step'] OR $_REQUEST['step'] <= 2))
{
define('SKIPDB', true);
}

require_once('./upgrade.php');

/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 09:42, Fri Jan 13th 2012
|| # CVS: $RCSfile$ - $Revision: 39243 $
|| ################################################## ##################
\*================================================ ======================*/
Reply With Quote
  #2  
Old 01-13-2012, 03:02 PM
Fready Fready is offline
 
Join Date: Nov 2010
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, lots of info there, but a little too much.
Hope someone can help understand all of that and help you get it working
Reply With Quote
  #3  
Old 01-13-2012, 03:58 PM
pportuese pportuese is offline
 
Join Date: Jul 2010
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep hopefully. I have been playing with the config file and I think I have it all correct. I've even tried adding a public_html folder and no luck.
Reply With Quote
  #4  
Old 01-13-2012, 04:17 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, when you click on install.php from ftp you're just downloading the file, that's why you see that text. In any case you should have uploaded everything in the upload directory to a forums folder on the server, so you should see it there with cgi and Stats (when you look with your ftp program). Then if you go to mysite.com/forums/install/install.php in your browser and you don't see anything, something's wrong so you probably need to contact GoDaddy and have them help you out.
Reply With Quote
  #5  
Old 01-13-2012, 04:24 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sum Ting Wong.
Reply With Quote
  #6  
Old 01-13-2012, 04:31 PM
pportuese pportuese is offline
 
Join Date: Jul 2010
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tried to upload it to the root directory and no luck. Going to add it back to the forum directory again and I'll email godaddy. You sure it's a problem on the server end?
Reply With Quote
  #7  
Old 01-13-2012, 04:40 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pportuese View Post
You sure it's a problem on the server end?
Not 100%, but if you see a forums folder with the vb files in it on the server when using the ftp program but you can't get to anything with a web browser, it sounds like maybe the url you're following isn't pointing there. They'll be able to figure out if it's working OK.
Reply With Quote
  #8  
Old 01-13-2012, 04:48 PM
pportuese pportuese is offline
 
Join Date: Jul 2010
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just made a test page in notepad, saved it as html and put it in my forum folder
trackmidwest.com/forums/test.html
and nothing. So I emailed them, will wait to hear back and update you guys.

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

Do I have to change or delete my index.html file at all?
Reply With Quote
  #9  
Old 01-13-2012, 04:55 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see your test page here?

http://trackmidwest.com/test.html

Edit to add: I think I smell your problem. You are using "Instantpage" utility from Godaddy, it's not going to let go of your domain. It's a CMS you already have installed.

You don't need Instantpage, delete all those files, clear the root, then upload your vBulletin to forum root.
Reply With Quote
  #10  
Old 01-13-2012, 05:37 PM
pportuese pportuese is offline
 
Join Date: Jul 2010
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Test page doesn't have pics, just white backround with test. How do I delete instapage?

Edit: Ok cancelled the instapage (through the godaddy website), but it still shows up, says it could take up to 24hours. I'll try to access
trackmidwest.com/forums/install/install.php in a bit.

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

Instapage is completely gone, but still not working.
Look
http://trackmidwest.com/forums/install/install.php

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

I guess the domain was parked since I purchased it online and I went to the domain management and then the stack of cds yellow icon called name servers and just went through the prompts. Now it says to wait 24 hours. So I will report back.
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 01:09 AM.


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.04104 seconds
  • Memory Usage 2,248KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete