Log in

View Full Version : Redirecting to Install folder?


janderson
01-18-2016, 07:06 PM
Whats up everyone, thanks for your help...

SO I moved a VB 4 install from one host to another...

- Copied all files via FTP
- Exported DB via MyPHP
- Imported DB via MyPHP
- Updated config file (Database location, UN/PW)

And now when I browse to the URL I get redirected to the install URL that is non existent..

Any ideas?

http://cdjw.org/forums/

RichieBoy67
01-18-2016, 08:26 PM
Did you change file paths and update file permissions? Are the urls exactly the same? Are you sure you uploaded all the files? Try reuploading.

janderson
01-18-2016, 09:10 PM
Did you change file paths and update file permissions? Are the urls exactly the same? Are you sure you uploaded all the files? Try reuploading.

Paths are the same, all files are uploaded.

squidsk
01-18-2016, 09:14 PM
Is there anything in the logs?

janderson
01-18-2016, 11:30 PM
Also just uploaded a fresh copy and im getting :

Parse error: syntax error, unexpected end of file in /home/fulldupl/public_html/CDJW/forums/includes/class_core.php on line 1202

RichieBoy67
01-18-2016, 11:51 PM
Check your config again. :)

janderson
01-19-2016, 01:20 AM
Is there anything in the logs?

Check your config again. :)

Super helpful.

RichieBoy67
01-19-2016, 01:38 AM
Super helpful.

Are you set now?

Zachery
01-19-2016, 02:17 AM
the install system only triggers when it can't find required tables. So checking your config file is good advice.

if I had to guess these are possible problems:
1. Database wasn't a complete backup
2. table prefix is wrong

janderson
01-19-2016, 01:48 PM
the install system only triggers when it can't find required tables. So checking your config file is good advice.

if I had to guess these are possible problems:
1. Database wasn't a complete backup
2. table prefix is wrong

Great ideas - thank you. I'm going to check the Table Prefix now.

--------------- Added 1453219018 at 1453219018 ---------------

I am trying to figure out how to check this via phpmyadmin, pointers?

squidsk
01-19-2016, 02:13 PM
Great ideas - thank you. I'm going to check the Table Prefix now.

--------------- Added 1453219018 at 1453219018 ---------------

I am trying to figure out how to check this via phpmyadmin, pointers?
It's not a phpmyadmin setting, its a config setting. To figure out what the table prefix is look at the vbulletin tables names and see what is in front of user, or usergroup, or forum, etc, if there's something in front of the table names above you need to add it into your config.php file.