![]() |
|
The page isn't redirecting properly - Database restoration - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: The page isn't redirecting properly - Database restoration (/thread-879.html) |
The page isn't redirecting properly - Database restoration - room203tx - 2006-11-10 Hi there everyone. The photo gallery in question is located here: http://box66.bluehost.com/~roomtwoz/photos/ I am in the process of moving my site off Surpass and back onto my existing account at Bluehost. I have all the static data moved already and I'm now working on getting a couple MySQL databases working properly. I have a large ZenPhoto gallery that I have used with no problems on there before, and I could easily start from scratch but I don't want to lose all the album order and descriptions. I have already imported the database, updated ZenPhoto's config file to reflect the different database, user and password, chmoded the albums and cache to 777, don't think I have to change .htaccess since this is all a carbon copy of an alredy existing site that works, here: The album order and descriptions are all displaying correctly on the front-end and admin side, so that means it's feeding off the database like it should, BUT, none of the thumbnails are showing up, and when I click on a link to view an album, the first one on the list for example, it hangs for a while, displaying "http://box66.bluehost.com/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomt "The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Hopefully this is an easy fix. Could someon clue me in on what might be causing this? The page isn't redirecting properly - Database restoration - carasmo - 2006-11-11 Hello, What happens when I go here is: http://box66.bluehost.com/~roomtwoz/ The photos link takes me to: And going here: http://box66.bluehost.com/~roomtwoz/photos/ The thumbs don't show up because the paths: http://box66.bluehost.com/~roomtwoz/photos/~roomtwoz/photos/SufjanDallas/image/thumb/DSCF0333.JPG or the path: http://box66.bluehost.com/~roomtwoz/photos/SufjanDallas/image/thumb/DSCF0333.JPG Doesn't exist. I just transferred 5 sites to BlueHost (not Zen photo, but Joomla with .htacess - what a pain) but I had to get it work without the .htacess and then turn it on once the DNS transfer was done. I suspect that .htacess assumes a domain that is from the root of the public_html folder and not the ~username that you have now. Another thing to try, if you want to use .htacess before you get the DNS over, is setting the full absolute path in htaccess: instead of: /photos put: http://box66.bluehost.com/~roomtwoz/photos Make sure your chmods are correct and other stuff like the files inside each folder are the same as the other server. I do things file by file and have two open ftp windows. The page isn't redirecting properly - Database restoration - trisweb - 2006-11-11 Looks like its working great now! If you can, post how you fixed it so others can find the solution. Thanks! That Sufjan concert looks like it was great! I missed him when he came through the Bay Area... sigh... maybe next time. The page isn't redirecting properly - Database restoration - room203tx - 2006-11-13 I just updated the DNS and it was fine. I didn't know it wouldn't work under a /~user/ The page isn't redirecting properly - Database restoration - carasmo - 2006-11-13 I wrote that it wouldn't work under ~user. Nothing does from my experience. The page isn't redirecting properly - Database restoration - rageburn - 2009-02-20 I had a similar problem. To solve this problem I disabled from the db back-end the "buggy" (last edited) module, I fixed the bugs and after that I have enabled back that module. |