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
woz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/~roomtwoz/photos/SufjanDallas/" in the address bar, and Firefox says:
"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?
Hello,
What happens when I go here is:
http://box66.bluehost.com/~roomtwoz/
The photos link takes me to:
http://www.room203.net/photos/ - which works fine
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.