Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem after Changing URL
little background:
I'm working on transferring a current communityserver.org installation over to a wordpress/vanilla setup.(love vanilla btw)
Anyway been working on this for like 3 months, got the wordpress and vanilla integration done quite easily, built a style for both wordpress and vanilla, and everything was working great, posting, fck editor(except for in ie7?!), login on both wordpress and vanilla. I made a vb.net program to connect to the mssql db and the mysql db and transfer all the files over to vanilla and wordpress.
so I had my 500 some odd posts, 80 discussions, users, and images(in wordpress)+comments.
not only did it work, it worked really well, i used a load testing program on it and the old site and it actually outperformed my commuinityserver installation on larger numbers of users(CS was faster for like 1-5 active users, got WP+Van up to 24 with avg serve times under a sec)
so it was(i though) all ready to go live, so I switched it from the test domain test.theupstageclub.net to the live one theupstageclub.net, and changed the conf.php in van and wp to the new domain.
then I noticed that when I loaded the search page it would just give a blank screen? no headers, nothing. ditto for the user/role settings tab+the new registration tab, the rest worked..!??! so I disabled all the extensions I had on, both in WP and Vanilla, same thing. figured maybe it was a theme thing, so I replaced my style with the original. with that on it wouldn't load anything at all, so I switched it back and returned to the previous brokenness(that a word?)
I checked and rechecked everything I could think of, even reuploaded all the original files(less config and wp integration witch I checked 100 times), at this point it was getting late, so I figured I'd just swtich it back to the test domain for now and try again later. switched it all back to test.theupstageclub.net, and now i'm getting just blank pages for everything in vanilla, wp is fine(cept photos) but van isn't even sending headers.
I tried making a fresh install of van and just changing the url on that, and it's giving me the same thing, white screen all pages.
the WP part works great, I can login, change stuff, whatever(except for the photo section.. thats doing the same thing.. i used fgallery for that, a plugin in wp, also modified)
sorry that got kinda long, but its been a process.... any ideas?
windows 2003 - IIS
0
This discussion has been closed.
Comments
- APPLICATION_PATH
- DATABASE_PATH
- LIBRARY_PATH
- EXTENSIONS_PATH
- LANGUAGES_PATH
- THEME_PATH
- WEB_ROOT
- BASE_URL
(Dunno why some of these don't reference others...)Does the primary domain have the same doc root as the "test" subdomain?
(I'm a Debian/Apache2 guy.)