The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
Quote:
I see a few people have said they don't even use a test site. I'd love to hear about how they upgrade their sites without first doing things on a test site. My site would have been down for a month if I didn't use a test site to rewrite all my mods when I upgraded from 3.0.12 to 3.6.8! Sure, I found some plug-n-play mods here to replace others I had installed, but I had to totally rewrite the mods I have made on my own for my site. That took quite some effort and a LOT of testing (and added a few gray hairs)! --------------- Added [DATE]1203358309[/DATE] at [TIME]1203358309[/TIME] --------------- Jeff, are you sure all the files are uploaded (the ones your error messages say it can't find)? Also, make sure the permissions are OK - the ones you reference above "following check boxes for each category: Read/Write/Execute." See what they were marked as on your live site and make sure they are the same on your test site. |
#12
|
||||
|
||||
Hello Lynne,
For me it stands to reason that a test site is the only way to go, without excessive downtime. Now I'm just trying to learn the most painless way of doing that. I'll double check the files, but I FTP coppied the entire site and it said that it coppied fine. I'll manually check though. Thanks again! Jeff --------------- Added [DATE]1203359446[/DATE] at [TIME]1203359446[/TIME] --------------- Dang! FileZilla let me down! A bunch of files are missing on my test site. I will have to download and re-upload again. (I probably should have thought of that one on my own... I automatically figured it was a configuration issue.) Thanks for the help Lynne! Jeff --------------- Added [DATE]1203364612[/DATE] at [TIME]1203364612[/TIME] --------------- Hello again. I deleted and completely re-uploaded my test site and all contents. I've compared directories, and according to FileZilla, they are identical. Now when I try to log into my AdminCP, it all appears to work fine, with one small exception: after I type in my password, and it gives me the "Thankyou for Logging In" splash screen, it goes directly back to the log in screen, as opposed to entering the Control Panel. I've tried this with the Moderator CP and it is doing the same thing. Anybody got any ideas what the heck is going on here??? Thanks for any assistance! Jeff |
#13
|
|||
|
|||
heres what i done download this http://sourceforge.net/project/showf...ckage_id=48193 its basically a desktop server for local testing purposes copy all your site over to it just as good as testing on your live site
|
#14
|
||||
|
||||
Ok, so I tried this with Firefox instead of IE (which I primarily use) and it actually DID log into my Control Panel, but STILL a problem (I thought that maybe it was a cache issue, but apparently not):
Although the path in my browser told me that I was in the Control Panel for my TEST site: all of the changes that I made actually occured on my LIVE site as well.So I went back and forth between the two control panes (live and test site) and any changes which I made on the one, would show on the other. So for some reason, I'm obviously logging into my live control panel, though it says it is on my test site. I have no idea in the world why! To add insult to injury, I discovered that my .htaccess protected directory was extending beyond my subdomain directory and for some reason including my primary domain directory, though they are completely separate and unrelated folders. I have several other domains/sites in the same shared hosting root directory as these two folders are in, however none of my other sites were affected by the password protection. I've had to temporarily disable the .htaccess password protection of both directories until I can figure out what is going on, and how to only apply it to the test folder. I'm lost! Can anyone help??? Thanks. Jeff --------------- Added [DATE]1203366838[/DATE] at [TIME]1203366838[/TIME] --------------- I'm finally getting desperate enough to read the vB users manual! I'm seeing that vB recommends performing backups through the AdminCP > VBulletin Options > Backup/Restore Settings and INDIVIDUALLY backing up each product including vB, then restoring them in a simular fashion. Is this what I NEED to do, or can this be done via FTP? FTP seems like a much quicker and simpler method IF it will work correctly, but so far I've not had any luck. Please advise. Thanks! Jeff --------------- Added [DATE]1203367652[/DATE] at [TIME]1203367652[/TIME] --------------- These are itty-bitty xml files that seem to include standard settings and values, but don't appear to include any hacks or phrases that I've modified, etc... Surely this isn't the best way to do this. FTP must be the way to go, but why won't this work for me??? Please help! Jeff --------------- Added [DATE]1203368660[/DATE] at [TIME]1203368660[/TIME] --------------- Quote:
Thanks for the feedback. Is it easier to use a local test site than one online? Do you just copy the entire site via FTP to your local machine? After you download that server package, are you ready to start working on your site right away, or do you have to do something special to configure your site for your local machine? (Change paths, etc... ?) I'm also wondering if the programs in this server download package will continually run in the background on my machine (taking up resources) or just launch when I'm working on my test site? Thanks again for the help! Jeff |
#15
|
|||
|
|||
hi jeff,
I'll quote these instructions from another site. Quote:
regards bazz |
#16
|
||||
|
||||
Jeff, did you make sure to change your includes/config.php file to point to the test database and not your live database?
|
#17
|
||||
|
||||
Lynne,
Actually I didn't remember where to find the Config.php file, until you just told me, in the includes folder. Now I have gone ahead and implemented that, and double checked the settings. Now, thankfully, I am no longer pulling the data from my LIVE site on my TEST site, however, instead I am getting a slew of database errors: Quote:
Am I supposed to go into phpMyAdmin through my server control panel to first import this data? How should I proceed? Thanks again for all the help!!! Jeff (I feel like we are getting CLOSER!) |
#18
|
||||
|
||||
Jeff, if you aren't using a copy of your live database, exactly what database are you using for your test site? You need to use a populated database or you will get errors such as "table doesn't exist"
|
#19
|
||||
|
||||
I setup a new database through the same ISP (1&1). It just doesn't have any data in it yet. I thought that the order of events was to create the database, path it, and import my data from a backup of my live site.
I already have the backup of my data from my live site, now how should I go about importing that into my new TEST database? Thanks! Jeff --------------- Added [DATE]1203379139[/DATE] at [TIME]1203379139[/TIME] --------------- I'm guessing that this is the answer to my question: Restoring the Database via phpMyAdmin. I'm currently trying to do this, but having problems. I'm going to contact my ISP for support. I would still be interested in hearing people's reasons for prefering either online or local Test sites vrs. the other. Bazzup, thanks for the info on Uniform Server. After I get this work online (if I can), I'm going to look into that for local presentations of the software. It definately appears to be a simple and low load solution! Thanks again for everyones help! Jeff |
#20
|
||||
|
||||
Quote:
Did you backup the live database through ssh? you should have done a mysqldump doing a call like: "mysqldump --opt -Q -uUSERNAME -p DATABASENAME > /PATH/TO/DUMP.SQL" where USERNAME is the mysql server username from your config.php file and DATABASENAME is the name of your live site database from the live server config.php file. It should ask for a password, also the same from the config.php file. Then to import it you would do something like: "mysql -uUSERNAME ?p TESTDATABASENAME < /PATH/TO/DUMP.SQL" again with only this time the name of the database is NOT the live site database name, but the TEST SITE database name (from the TEST SITE config.php file). It probably has the same username and password, I would guess. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|